Skip to content

Instantly share code, notes, and snippets.

@wbenny
Created November 4, 2018 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbenny/d58b0bd48991788f6ac633b661d4908c to your computer and use it in GitHub Desktop.
Save wbenny/d58b0bd48991788f6ac633b661d4908c to your computer and use it in GitHub Desktop.
begin = 0x01800A8C20
end = 0x01800B7B4F
struct_size = 24
ea = begin
while ea < end:
ea += struct_size
name = idc.GetString(idc.Qword(ea))
idc.MakeName(idc.Qword(ea+8), name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment