Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am david-oswald on github.
  • I am sublevado (https://keybase.io/sublevado) on keybase.
  • I have a public key ASCIE3PjkI_ub_va4zerRoJ-i1jZlsZvvm1oyITks5mxQQo

To claim this, I am signing this object:

@david-oswald
david-oswald / fix_sep_strings.py
Created February 27, 2019 13:47
IDAPython script to find and xref strings in dumps of SEP firmware
import idautils
import idc
import idaapi
# Configure the possible most significant words for addresses of strings,
# as well as the start and end of the string region. Obviously the
# MSwords could be easily also generated automatically based on start and end
# scrd
strings_mswords = [int("0x10000", 16)]