Skip to content

IDA 7.0+ script that auto-generates structs and interfaces from runtime metadata found in golang binaries

Notifications You must be signed in to change notification settings

spigwitmer/golang_struct_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

golang_struct_builder

an IDA 7.0+ script that creates and names structures from go type runtime metadata.

usage

  1. If running IDA 7.5 or earlier, run golang_loader_assist.py beforehand (https://github.com/strazzere/golang_loader_assist)
  2. run golang_struct_builder.py

constraints

  • x86_64 only
  • tested on go1.16

About

IDA 7.0+ script that auto-generates structs and interfaces from runtime metadata found in golang binaries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages