Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibears/idagolanghelper
Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary
https://github.com/sibears/idagolanghelper
ida
Last synced: 3 months ago
JSON representation
Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary
- Host: GitHub
- URL: https://github.com/sibears/idagolanghelper
- Owner: sibears
- Created: 2017-11-04T15:32:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T04:39:11.000Z (11 months ago)
- Last Synced: 2024-07-31T13:15:14.728Z (3 months ago)
- Topics: ida
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 990
- Watchers: 36
- Forks: 149
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-reverse-engineering - **376**星
README
# IDAGolangHelper
Set of IDA Pro scripts for parsing GoLang types information stored in compiled binaryThis is update for https://gitlab.com/zaytsevgu/GoUtils2.0
Differences:
1. Add support for go1.8 and go1.9, go1.10 (well actually it seems no difference from go1.9)
2. Automatically add user-defined types to IDA. (Can be checked in Shift+f9 view)
3. Add some not very advanced string recognition. You can press Shift+S to process current functionhttps://2016.zeronights.ru/wp-content/uploads/2016/12/GO_Zaytsev.pdf - My presentation about Golang reversing