All Projects → sibears → Idagolanghelper

sibears / Idagolanghelper

Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Idagolanghelper

IDA7-FunctionStringAssociate
FunctionStringAssociate plugin by sirmabus, ported to IDA 7
Stars: ✭ 17 (-97.34%)
Mutual labels:  ida
Labeless
Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.
Stars: ✭ 378 (-40.75%)
Mutual labels:  ida
Golang loader assist
Making GO reversing easier in IDA Pro
Stars: ✭ 480 (-24.76%)
Mutual labels:  ida
Idawasm
IDA Pro loader and processor modules for WebAssembly
Stars: ✭ 264 (-58.62%)
Mutual labels:  ida
Scratchabit
Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
Stars: ✭ 369 (-42.16%)
Mutual labels:  ida
Dsync
IDAPython plugin that synchronizes disassembler and decompiler views
Stars: ✭ 399 (-37.46%)
Mutual labels:  ida
idapython-cheatsheet
scripting IDA like a Pro
Stars: ✭ 13 (-97.96%)
Mutual labels:  ida
Idarling
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
Stars: ✭ 588 (-7.84%)
Mutual labels:  ida
Ipyida
IPython console integration for IDA Pro
Stars: ✭ 358 (-43.89%)
Mutual labels:  ida
Fakewechatloc
手把手教你制作一款iOS越狱App
Stars: ✭ 463 (-27.43%)
Mutual labels:  ida
Polichombr
Collaborative malware analysis framework
Stars: ✭ 307 (-51.88%)
Mutual labels:  ida
Fidl
A sane API for IDA Pro's decompiler. Useful for malware RE and vulnerability research
Stars: ✭ 319 (-50%)
Mutual labels:  ida
Cydia
🔥🔥🔥我的微信公众号: Cydia 🔥🔥🔥=> Cydia插件 Logos语言 开发Tweak.xm Cydia Substrate 注入dylib iOS逆向工程开发 越狱Jailbreak deb插件 - fishhook / Frida / iOSOpenDev / Cycript / MachOView / IDA / Hopper Disassembler / MonkeyDev / Class-dump / Theos / Reveal / Dumpdecryptd / FLEX / 汇编Assembly / CaptainHook / lldb/LLVM/XNU/Darwin/iOS Reverse
Stars: ✭ 407 (-36.21%)
Mutual labels:  ida
Lumen
A private Lumina server for IDA Pro
Stars: ✭ 257 (-59.72%)
Mutual labels:  ida
Ghida
Stars: ✭ 549 (-13.95%)
Mutual labels:  ida
MCExplorer
Python portage of the Microcode Explorer plugin
Stars: ✭ 28 (-95.61%)
Mutual labels:  ida
Auto re
IDA PRO auto-renaming plugin with tagging support
Stars: ✭ 388 (-39.18%)
Mutual labels:  ida
Powerful Plugins
Powerful plugins and add-ons for hackers
Stars: ✭ 621 (-2.66%)
Mutual labels:  ida
Lazyida
Make your IDA Lazy!
Stars: ✭ 553 (-13.32%)
Mutual labels:  ida
Vm86
🍔 A x86 Script Instruction Virtual Machine
Stars: ✭ 410 (-35.74%)
Mutual labels:  ida

IDAGolangHelper

Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary

This 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 function

https://2016.zeronights.ru/wp-content/uploads/2016/12/GO_Zaytsev.pdf - My presentation about Golang reversing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].