Skip to content

Instantly share code, notes, and snippets.

@alexander-hanel
Created April 26, 2021 18:03
Show Gist options
  • Save alexander-hanel/3ea13a48278787195664084085c1b2b3 to your computer and use it in GitHub Desktop.
Save alexander-hanel/3ea13a48278787195664084085c1b2b3 to your computer and use it in GitHub Desktop.
redefine functions for go lang. Kind of sucks but it works.
func_tab = idc.get_name_ea_simple("functab")
for ea in idautils.DataRefsTo(func_tab):
offset = idc.get_qword(ea)
ida_bytes.del_items(offset)
ida_auto.auto_wait()
idc.create_insn(offset)
ida_auto.auto_wait()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment