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: 28 days 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 (12 months ago)
- Last Synced: 2024-10-26T11:32:53.012Z (about 2 months ago)
- Topics: ida
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1,013
- Watchers: 36
- Forks: 150
- Open Issues: 16
-
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