Skip to content

r0hanSH/GOga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GOga - Recover function names from Go binary

GOga.py is an IDA Pro script used to recover function names from Go binaries. It extracts the metadata present in .gopclntab segment. It also tells the Go version used to build the binary by finding the version string from binary. Meaningful comments have been added in the code to make it easier to understand.

Usage

Load the Go binary in IDA pro

File  ->  Script File  -> Select GOga.py

Sample

Before

Image not found

After

Image not found

TODO list

Once I finish my other projects, I will add types and string recovery code in GOga

About

Recover function names from Go binary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages