- All open source security tools I collected: sec-tool-list: More than 18K. Both Markdown and Json format.
- Reverse Engineering Resources For All Platforms: awesome-reverse-engineering:
- Windows: PE/DLL/DLL-Injection/Dll-Hijack/Dll-Load/UAC-Bypass/Sysmon/AppLocker/ETW/WSL/.NET/Process-Injection/Code-Injection/DEP/Kernel/...
- Linux: ELF/...
- macOS/iXxx: Mach-O/越狱/LLDB/XCode/...
- Android: HotFix/XPosed/Pack/Unpack/Emulator/Obfuscate
- Famous Tools: IDA/Ghidra/x64dbg/OllDbg/WinDBG/CuckooSandbox/Radare2/BinaryNinja/DynamoRIO/IntelPin/Frida/QEMU/...
- Network Related Resources: awesome-network-stuff:
- Network Communication: Proxy/SS/V2ray/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P/...
- Network Attack: MiTM/PortKnocking/...
- Network Analysis: Sniff/Protocol-Analysis/Network-Visualization/Network-Diagnostic/...
- Offensive Security Resources: awesome-cyber-security: Vulnerability/Pentest/IoTSecurity/DataExfiltration/Metasploit/BurpSuite/KaliLinux/C&C/OWASP/AntiVirus/CobaltStrike/Recon/OSINT/SocialEnginneringAttack/Password/Credential/ThreatHunting/Payload/WifiHacking/PostExploitation/PrivilegeEscalation/UACBypass/...
- open source RAT and malicious RAT analysis reports: awesome-rat: RAT for all platforms: Windows/Linux/macOS/Android; malicious RAT analysis reports
- Webshell Resource Collection: awesome-webshell: Almost 150 open source tools, and 200 blog posts about webhsell.
- Forensics Resource Collection: awesome-forensics: Almost 300 open source forensics tools, and 600 blog posts about forensics.
- Reverse Engineering Resource Collection. 3500+ open source tools, 2300+ blog posts.
- This page only contains limited tools and posts. Read Full Version
- Windows
- Linux
- Apple&&iOS&&iXxx
- Android
- IDA
- Tools
- (97) No Category
- Structure&&Class
- (3) Collection
- (9) Skin&&Theme
- (4) Firmware&&Embed Device
- Signature(FLIRT...)&&Diff&&Match
- (6) IDB
- (5) Collaborative RE
- (9) Sync With Debugger
- Import Export&&Sync With Other Tools
- Specific Target
- IDAPython
- (6) Instruction Reference&&Doc
- Script Writting
- (16) Ancient
- Debug&&Dynamic Data
- (14) Decompiler&&AST
- (7) DeObfuscate
- Nav&&Quick Access&&Graph&&Image
- (7) Android
- Apple&&macOS&&iXxx&&Objective-C&&SWift&&Mach-O
- (9) ELF
- (5) Microcode
- (6) Emulator
- (4) Recent Add
- (4) Part Of Other Tool
- Vul
- (7) Patch
- (3) Other
- Function
- (3) Taint Analysis&&Symbolic Execution
- (8) string
- (3) encrypt&&decrypt
- Video&&Post
- (6) Series-Labeless Introduction
- (24) Series-Reversing With IDA From Scrach
- Series-Using IDAPython To Make Your Life Easier
- Tool&&Plugin&&Script
- (10) Tips&&Tricks
- (125) No Category
- (5) Translate-The IDA Pro Book
- (2) Translate-Reverse Engineering Code With IDA Pro
- (5) Series-Reversing C Code With IDA
- REPractice
- (27) Recent Add
- (4) IDASelf
- (1) Microcode
- (1) AgainstIDA
- Tools
- Ghidra
- x64dbg
- OllyDbg
- WinDBG
- Radare2
- Cuckoo
- BinaryNinja
- DBI
- Other
- TODO
- Add more tools and posts
- Mainly from Github
-
[1058Star][17d] [Py] fireeye/flare-ida Multiple IDA plugins and IDAPython scripts
- StackStrings recovery of manually constructed strings described here
- Struct Typer implements the struct typing described here
- ApplyCalleeType specify or choose a function type for indirect calls as described here
- argtracker identify static arguments to functions used within a program
- idb2pat generate function patterns from an existing IDB database that can then be turned into FLIRT signatures to help identify similar functions in new files. more info
- objc2_analyzer creates cross-references between selector references and their implementations as defined in the Objective-C runtime related sections of the target Mach-O executable
- MSDN Annotations adds MSDN information from a XML file to the IDB database. more info
- ironstrings uses code emulation to recover constructed strings (stackstrings) from malware
- Shellcode Hashes create the database for hash search described in here
-
[737Star][7m] [Py] devttys0/ida Collection of IDA Python plugins/scripts/modules.
- wpsearch Searches for immediate values commonly founds in MIPS WPS checksum implementations.
- md5hash A sample implementation of MD5 in pure Python
- alleycat Finds paths to a given code block inside a function; Finds paths between two or more functions; Generates interactive call graphs
- codatify Defines ASCII-strings/functions/code that IDA's auto analysis missed; Converts all undefined bytes in the data segment into DWORDs
- fluorescence Un/highlights function call instructions
- leafblower Assists in identifying standard POSIX functions in MIPS/ARM code.
- localxrefs Finds references to any selected text from within the current function
- mipslocalvars Names stack variables used by the compiler for storing registers on the stack, simplifying stack data analysis (MIPS only)
- mipsrop Allows you to search for suitable ROP gadgets in MIPS executable code; Built-in methods to search for common ROP gadgets
- rizzo Identifies and re-names functions between two or more IDBs
-
[318Star][2m] [C] ohjeongwook/darungrim A patch analysis tool
-
[277Star][4m] [Py] jpcertcc/aa-tools Multiple RE plugins and scripts
- apt17scan.py Volatility plugin for detecting APT17 related malware and extracting its config
- emdivi_postdata_decoder Python script for decoding Emdivi's post data
- emdivi_string_decryptor IDAPython script for decrypting strings inside Emdivi
- citadel_decryptor Data decryption tool for Citadel
- adwind_string_decoder Python script for decoding strings inside Adwind
- redleavesscan Volatility plugin for detecting RedLeaves and extracting its config
- datper_splunk Python script for detects Datper communication and adds result field to Splunk index
- datper_elk Python script for detects Datper communication and adds result field to Elasticsearch index
- tscookie_decode Python script for decrypting and parsing TSCookie configure data
- wellmess_cookie_decode Python script for decoding WellMess's cookie data (support Python2)
- cobaltstrikescan Volatility plugin for detecting Cobalt Strike Beacon and extracting its config
- tscookie_data_decode Python script for decrypting and parsing TSCookie configure data
- [931Star][25d] [OCaml] airbus-seclab/bincat a static Binary Code Analysis Toolkit, designed to help reverse engineers, directly from IDA or using Python for automation.
- Also In Section: IDA->Tools->Taint Analysis |
- [664Star][27d] [Py] igogo-x86/hexrayspytools assists in the creation of classes/structures and detection of virtual tables
- [607Star][3m] [Py] 0xgalz/virtuailor IDAPython tool for C++ vtables reconstruction
-
Also In Section: IDA->Tools->Debug->Debugger Data |
-
- [1771Star][10d] onethawt/idaplugins-list A list of IDA Plugins
- [363Star][9m] fr0gger/awesome-ida-x64-olly-plugin Awesome IDA, x64DBG & OllyDBG plugin
- Also In Section: x64dbg->Plugins->Recent Add |
- [723Star][7m] [Py] zyantific/idaskins Plugin providing advanced skinning support for IDA Pro utilizing Qt stylesheets, similar to CSS.
- [5228Star][2m] [Py] refirmlabs/binwalk a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.
- [492Star][5m] [Py] maddiestone/idapythonembeddedtoolkit a set of script to automate many of the steps associated with statically analyzing, or reverse engineering, the firmware of embedded devices in IDA Pro.
- [421Star][1m] [C] mcgill-dmas/kam1n0-community a scalable assembly management and analysis platform
- Also In Section: IDA->Tools->Part Of Other Tool |
- IDA插件
- kam1n0
- [605Star][2m] [Max] maktm/flirtdb A community driven collection of IDA FLIRT signature files
- [321Star][5m] push0ebp/sig-database IDA FLIRT Signature Database
- [1554Star][13d] [Py] joxeankoret/diaphora program diffing
- [360Star][1m] [Py] checkpointsw/karta source code assisted fast binary matching plugin for IDA
- [332Star][1y] [Py] joxeankoret/pigaios A tool for matching and diffing source codes directly against binaries.
- [449Star][2m] [Py] polymorf/findcrypt-yara IDA pro plugin to find crypto constants (and more)
- Also In Section: IDA->Tools->encrypt |
- [316Star][6m] [Py] williballenthin/python-idb a library for accessing the contents of IDA Pro databases
- [508Star][11m] [Py] idarlingteam/idarling a collaborative reverse engineering plugin for IDA Pro and Hex-Rays
- [258Star][1y] [C++] dga-mi-ssi/yaco a Hex-Rays IDA plugin enabling collaborative reverse-engineering on IDA databases for multiple users
- [471Star][13d] [C] bootleg/ret-sync a set of plugins that help to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg/OllyDbg2/x64dbg) with IDA/Ghidra disassemblers
- [292Star][11m] [C] a1ext/labeless Seamless synchronization of labels, function names, comments and global variables (w/wo demangling); Dynamic dumping of debugged process memory regions
- [299Star][4m] [Py] cisco-talos/ghida an IDA Pro plugin that integrates the Ghidra decompiler in IDA.
- Also In Section: Ghidra->Plugins->With Other Tools->IDA |
- [238Star][9m] [Py] daenerys-sre/source A framework for interoperability between IDA and Ghidra
- Also In Section: Ghidra->Plugins->With Other Tools->IDA |
- [382Star][26d] [C++] google/binexport Export disassemblies into Protocol Buffers and to BinNavi databases
- Also In Section: Other->BinNavi->Tool |
- [205Star][1y] [Py] fireeye/idawasm IDA Pro loader and processor modules for WebAssembly
- [376Star][9m] [Py] sibears/idagolanghelper Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary
- [297Star][2m] [Py] strazzere/golang_loader_assist Making GO reversing easier in IDA Pro
- [306Star][1y] [Py] fsecurelabs/win_driver_plugin A tool to help when dealing with Windows IOCTL codes or reversing Windows drivers.
- [218Star][1y] [Py] nccgroup/driverbuddy IDA Python script to assist with the reverse engineering of Windows kernel drivers.
- [720Star][15d] [Py] idapython/src IDAPython project for Hex-Ray's IDA Pro
- [373Star][3m] [Py] tmr232/sark IDAPython Made Easy
- [258Star][28d] [Py] inforion/idapython-cheatsheet Scripts and cheatsheets for IDAPython
- [497Star][1y] [PLpgSQL] nologic/idaref IDA Pro Instruction Reference Plugin
- [449Star][4m] [C++] alexhude/friend Flexible Register/Instruction Extender aNd Documentation
- Also In Section: IDA->Tools->Nav->No Category |
- [282Star][2m] [Py] fireeye/flare-emu marries a supported binary analysis framework, such as IDA Pro or Radare2, with Unicorn’s emulation framework to provide the user with an easy to use and flexible interface for scripting emulation tasks
- Also In Section: IDA->Tools->Emulator |
- [269Star][1m] [Py] eset/ipyida IPython console integration for IDA Pro
- [395Star][1y] [C++] cseagle/sk3wldbg Debugger plugin for IDA Pro backed by the Unicorn Engine
- Also In Section: IDA->Tools->Emulator |
- [943Star][1y] [Py] gaasedelen/lighthouse Code Coverage Explorer for IDA Pro & Binary Ninja
- Also In Section: DBI->IntelPin->Tools->With Other Tools->No Category |DBI->Frida->Tools->With Other Tools->IDA |DBI->Frida->Tools->With Other Tools->Binary Ninja |
- coverage-frida 使用Frida收集信息
- coverage-pin 使用Pin收集覆盖信息
- 插件 支持IDA和BinNinja
-
[607Star][3m] [Py] 0xgalz/virtuailor IDAPython tool for C++ vtables reconstruction
-
Also In Section: IDA->Tools->Structure->C++ Class |
-
-
[386Star][5m] [Py] ynvb/die an IDA python plugin designed to enrich IDA`s static analysis with dynamic data
- [1672Star][7m] [C++] yegord/snowman a native code to C/C++ decompiler, supporting x86, AMD64, and ARM architectures
- Also In Section: x64dbg->Plugins->Recent Add |
- IDA插件
- snowman QT界面
- nocode 命令行工具
- nc 核心代码,可作为库使用
- [418Star][3m] [C++] avast/retdec-idaplugin RetDec plugin for IDA
- [235Star][7m] [Py] patois/dsync IDAPython plugin that synchronizes disassembler and decompiler views
- Also In Section: IDA->Tools->Nav->No Category |
- [1365Star][3m] [Py] fireeye/flare-floss Automatically extract obfuscated strings from malware.
- Also In Section: IDA->Tools->string |
- floss
- IDA插件
- [304Star][4m] [C++] rolfrolles/hexraysdeob Hex-Rays microcode API plugin for breaking an obfuscating compiler
- Also In Section: IDA->Tools->Microcode |
-
[449Star][4m] [C++] alexhude/friend Flexible Register/Instruction Extender aNd Documentation
- Also In Section: IDA->Tools->Instruction Reference |
-
[372Star][3m] [Py] l4ys/lazyida Make your IDA Lazy!
-
Also In Section: IDA->Tools->string |IDA->Tools->Vul->No Category |
-
-
[329Star][4m] [Py] pfalcon/scratchabit Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
-
[235Star][7m] [Py] patois/dsync IDAPython plugin that synchronizes disassembler and decompiler views
- Also In Section: IDA->Tools->Decompiler |
- [208Star][1m] [Py] patois/idacyber Data Visualization Plugin for IDA Pro
- [2569Star][6m] [Java] google/binnavi a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code.
- [246Star][28d] [C++] strazzere/android-scripts Collection of Android reverse engineering scripts
- Also In Section: Android->Tools->Reverse Engineering |
- [304Star][4m] [C++] rolfrolles/hexraysdeob Hex-Rays microcode API plugin for breaking an obfuscating compiler
- Also In Section: IDA->Tools->DeObfuscate |
- [504Star][20d] [Py] alexhude/uemu Tiny cute emulator plugin for IDA based on unicorn.
- [395Star][1y] [C++] cseagle/sk3wldbg Debugger plugin for IDA Pro backed by the Unicorn Engine
- Also In Section: IDA->Tools->Debug->No Category |
- [282Star][2m] [Py] fireeye/flare-emu marries a supported binary analysis framework, such as IDA Pro or Radare2, with Unicorn’s emulation framework to provide the user with an easy to use and flexible interface for scripting emulation tasks
- Also In Section: IDA->Tools->Script Writting->No Category |
- [1542Star][28d] [Py] lifting-bits/mcsema Framework for lifting x86, amd64, and aarch64 program binaries to LLVM bitcode
- [421Star][1m] [C] mcgill-dmas/kam1n0-community a scalable assembly management and analysis platform
- Also In Section: IDA->Tools->Signature(FLIRT...)->No Category |
- IDA插件
- kam1n0
- [492Star][7m] [Py] danigargu/heap-viewer An IDA Pro plugin to examine the glibc heap, focused on exploit development
- [372Star][3m] [Py] l4ys/lazyida Make your IDA Lazy!
-
Also In Section: IDA->Tools->string |IDA->Tools->Nav->No Category |
-
- [727Star][1y] [Py] keystone-engine/keypatch Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
- [291Star][3m] [Py] a1ext/auto_re IDA PRO auto-renaming plugin with tagging support
- [931Star][25d] [OCaml] airbus-seclab/bincat a static Binary Code Analysis Toolkit, designed to help reverse engineers, directly from IDA or using Python for automation.
- Also In Section: IDA->Tools->Structure->No Category |
- [1365Star][3m] [Py] fireeye/flare-floss Automatically extract obfuscated strings from malware.
- Also In Section: IDA->Tools->DeObfuscate |
- floss
- IDA插件
- [372Star][3m] [Py] l4ys/lazyida Make your IDA Lazy!
-
Also In Section: IDA->Tools->Nav->No Category |IDA->Tools->Vul->No Category |
-
- [449Star][2m] [Py] polymorf/findcrypt-yara IDA pro plugin to find crypto constants (and more)
- Also In Section: IDA->Tools->Signature(FLIRT...)->Yara |
- 2019.12 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P27)
- 2019.12 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P26)
- 2019.12 [knownsec] 使用 IDA 处理 U-Boot 二进制流文件
- 2019.12 [venus] 使用 IDA 处理 U-Boot 二进制流文件
- 2019.11 [hexblog] Extending IDA processor modules for GDB debugging
- 2019.11 [0x48] 使用IDA处理U-Boot二进制流文件
- 2019.11 [aliyun] 使用IDA microcode去除ollvm混淆(上)
- 2019.10 [cisco] New IDA Pro plugin provides TileGX support
- 2019.09 [cisco] GhIDA: Ghidra decompiler for IDA Pro
- 2019.09 [cn0xroot] Fix IDA Crash bug on osx 10.14
- 2019.08 [hexblog] IDA 7.4: IDAPython and Python 3
- 2019.08 [hexblog] IDA 7.4: Turning off IDA 6.x compatibility in IDAPython by default
- 2019.06 [hitbsecconf] #HITB2019AMS D1T2 - fn_fuzzy: Fast Multiple Binary Diffing Triage With IDA - Takahiro Haruyama
- 2019.05 [aliyun] 欺骗IDA F5参数识别
- 2019.05 [aliyun] 混淆IDA F5的一个小技巧-x64
- 2018.11 [4hou] 使用IDAPython自动映射二进制文件替换默认函数名
- 2018.10 [WarrantyVoider] Ida Pro Tutorial - Compare Reverse Engineering
- 2018.06 [freebuf] MindshaRE:如何利用IDA Python浏览WINDOWS内核
- 2018.05 [WarrantyVoider] Tutorial - Debugging In Source Code With IDA Pro
- 2018.03 [BinaryAdventure] x86 In-Depth 4: Labeling Structs Properly in IDA Pro
- 2018.05 [tradahacking] So sánh binary bằng IDA và các công cụ bổ trợ
- 2018.04 [pediy] [翻译]IDAPython-Book(Alexander Hanel)
- 2018.03 [hexblog] IDA on non-OS X/Retina Hi-DPI displays
- 2018.03 [pediy] [翻译]IDA v6.5 文本执行
- 2018.02 [pediy] [原创]逆向技术之熟悉IDA工具
- 2018.01 [pediy] [原创]ARM Linux下搭建IDA Pro远程调试环境
- 2018.01 [pediy] [翻译]对抗IDA Pro调试器ARM反汇编的技巧
- 2017.12 [OALabs] Debugging shellcode using BlobRunner and IDA Pro
- 2017.12 [pediy] [原创]IDA7.0 Mac 插件编译指南
- 2017.12 [pediy] [原创]IDA 插件- FRIEND 的安装和使用
- 2017.12 [BinaryAdventure] IDAPython Tutorial with example script
- 2017.11 [OALabs] How To Defeat Anti-VM and Anti-Debug Packers With IDA Pro
- 2017.11 [pediy] [原创]IDAPython脚本分享 - 自动在JNI_OnLoad下断点
- 2017.11 [pediy] [求助]IDA Pro调试so,附加完毕,跳到目标so基址,但是内容都是DCB伪指令?
- 2017.11 [OALabs] IDA Pro Malware Analysis Tips
- 2017.10 [hexblog] IDA and common Python issues
- 2017.10 [pediy] [分享]IDA + VMware 调试win7 x64
- 2017.06 [pediy] [翻译]IDA Hex-Rays反编译器使用的一些小技巧
- 2017.06 [qmemcpy] IDA series, part 2: debugging a .NET executable
- 2017.06 [qmemcpy] IDA series, part 1: the Hex-Rays decompiler
- 2019.07 [kienbigmummy] Cách export data trong IDA
- 2019.07 [hexacorn] Batch decompilation with IDA / Hex-Rays Decompiler
- 2019.06 [openanalysis] Disable ASLR for Easier Malware Debugging With x64dbg and IDA Pro
- 2019.06 [OALabs] Disable ASLR For Easier Malware Debugging With x64dbg and IDA Pro
- 2019.06 [openanalysis] Reverse Engineering C++ Malware With IDA Pro: Classes, Constructors, and Structs
- 2019.06 [OALabs] Reverse Engineering C++ Malware With IDA Pro
- 2019.03 [aliyun] IDA Pro7.0使用技巧总结
- 2018.06 [checkpoint] Scriptable Remote Debugging with Windbg and IDA Pro
- 2015.07 [djmanilaice] Pycharm for your IDA development
- 2015.07 [djmanilaice] Auto open dlls and exe in current directory for IDA
- 2018.10 [checkpoint] Labeless Part 6: How to Resolve Obfuscated API Calls in the Ngioweb Proxy Malware - Check Point Research
- 2018.10 [checkpoint] Labeless Part 5: How to Decrypt Strings in Boleto Banking Malware Without Reconstructing Decryption Algorithm. - Check Point Research
- 2018.10 [checkpoint] Labeless Part 4: Scripting - Check Point Research
- 2018.08 [checkpoint] Labeless Part 3: How to Dump and Auto-Resolve WinAPI Calls in LockPos Point-of-Sale Malware - Check Point Research
- 2018.08 [checkpoint] Labeless Part 2: Installation - Check Point Research
- 2018.08 [checkpoint] Labeless Part 1: An Introduction - Check Point Research
- 2019.11 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P25)
- 2019.10 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P24)
- 2019.10 [tradahacking] REVERSING WITH IDA FROM SCRATCH (P23)
- 2019.09 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P21)
- 2019.08 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P20)
- 2019.08 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P19)
- 2019.07 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P18)
- 2019.07 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P17)
- 2019.06 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P16)
- 2019.06 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P15)
- 2019.05 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P14)
- 2019.05 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P13)
- 2019.04 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P12)
- 2019.04 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P11)
- 2019.03 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P10)
- 2019.03 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P9)
- 2019.03 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P8)
- 2019.03 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P7)
- 2019.03 [tradahacking] REVERSING WITH IDA FROM SCRATCH (P6)
- 2019.03 [kienbigmummy] REVERSING WITH IDA FROM SCRATCH (P5)
- 2016.06 [paloaltonetworks] Using IDAPython to Make Your Life Easie
- 2016.01 [paloaltonetworks] Using IDAPython to Make Your Life Easie
- 2016.01 [paloaltonetworks] Using IDAPython to Make Your Life Easie
- 2016.01 [paloaltonetworks] Using IDAPython to Make Your Life Easie
- 2015.12 [paloaltonetworks] Using IDAPython to Make Your Life Easie
- 2015.12 [paloaltonetworks] Using IDAPython to Make Your Life Easie
- 2016.01 [freebuf] IDAPython:让你的生活更美好(五)
- 2016.01 [freebuf] IDAPython:让你的生活更美好(四)
- 2016.01 [freebuf] IDAPython:让你的生活更美好(三)
- 2016.01 [freebuf] IDAPython:让你的生活更美好(二)
- 2016.01 [freebuf] IDAPython:让你的生活更美好(一)
- 2019.01 [ly0n] Reversing C code with IDA part V
- 2019.01 [ly0n] Reversing C code with IDA part IV
- 2019.01 [ly0n] Reversing C code with IDA part III
- 2018.12 [ly0n] Reversing C code with IDA part II
- 2018.01 [ly0n] Reversing C code with IDA part I
- 2019.10 [vmray] VMRay IDA Plugin v1.1: Streamlining Deep-Dive Malware Analysis
- 2019.10 [talosintelligence] New IDA Pro plugin provides TileGX support
- 2019.09 [talosintelligence] GhIDA: Ghidra decompiler for IDA Pro
- 2019.05 [carbonblack] fn_fuzzy: Fast Multiple Binary Diffing Triage with IDA
- 2019.04 [] climacros – IDA productivity tool
- 2019.04 [] QScripts – IDA Scripting productivity tool
- 2019.03 [] Daenerys: IDA Pro and Ghidra interoperability framework
- 2019.03 [freebuf] Ponce:一键即可实现符号执行(IDA插件)
- 2019.01 [talosintelligence] Dynamic Data Resolver (DDR) - IDA Plugin
- 2018.11 [4hou] FLARE脚本系列:使用idawasm IDA Pro插件逆向WebAssembly(Wasm)模块
- 2018.10 [aliyun] 用idawasm IDA Pro逆向WebAssembly模块
- 2018.10 [fireeye] FLARE Script Series: Reverse Engineering WebAssembly Modules Using the idawasm IDA Pro Plugin
- 2018.10 [vmray] Introducing the IDA Plugin for VMRay Analyzer
- 2018.10 [aliyun] IDA-minsc在Hex-Rays插件大赛中获得第二名(2)
- 2018.10 [aliyun] IDA-minsc在Hex-Rays插件大赛中获得第二名(1)
- 2018.10 [aliyun] 通过两个IDAPython插件支持A12 PAC指令和iOS12 kernelcache 重定位
- 2018.09 [ptsecurity] How we developed the NIOS II processor module for IDA Pro
- 2018.09 [talosintelligence] IDA-minsc Wins Second Place in Hex-Rays Plugins Contest
- 2018.09 [cisco] IDA-minsc Wins Second Place in Hex-Rays Plugins Contest
- 2018.09 [msreverseengineering] Weekend Project: A Custom IDA Loader Module for the Hidden Bee Malware Family
- 2019.03 [360] 为CHIP-8编写IDA processor module
- 2018.10 [ptsecurity] Modernizing IDA Pro: how to make processor module glitches go away
- 2018.08 [360] Lua程序逆向之为Luac编写IDA Pro处理器模块
- 2018.09 [dustri] IDAPython vs. r2pipe
- 2008.10 [pediy] [翻译]The IDA Pro Book 第六章
- 2008.10 [pediy] [翻译](20081030更新)The IDA Pro Book 第12章:使用FLIRT签名识别库
- 2008.10 [pediy] [翻译]The IDA Pro Book(第二章)
- 2008.10 [pediy] [翻译]The IDA Pro book 第5章---IDA DATA DISPLAY
- 2008.10 [pediy] [翻译]The IDA Pro Book(第一章)
- 2009.01 [pediy] [原创]Reverse Engineering Code with IDA Pro第七章中文译稿
- 2008.06 [pediy] [翻译]Reverse Engineering Code with IDA Pro(第一、二章)
- 2019.01 [pediy] [原创]IDA7.2安装包分析
- 2019.01 [pediy] [原创]IDA 在解析 IA64 中的 brl 指令时存在一个 Bug
- 2018.11 [hexblog] IDA 7.2 – The Mac Rundown
- 2018.10 [pediy] [原创] 修复 IDA Pro 7.0在macOS Mojave崩溃的问题
- 2019.11 [4hou] 反作弊游戏如何破解,看看《黑色沙漠》逆向分析过程:使用 IDAPython 和 FLIRT 签名恢复 IAT
- 2019.11 [aliyun] 使用IDA microcode去除ollvm混淆(下)
- 2019.06 [devco] 破密行動: 以不尋常的角度破解 IDA Pro 偽隨機數
- 2019.05 [360] IDAPython实战项目——DES算法识别
- 2019.04 [venus] 使用 IDA Pro 的 REobjc 模块逆向 Objective-C 二进制文件
- 2019.01 [ly0n] Cracking with IDA (redh@wk 2.5 crackme)
- 2018.11 [somersetrecon] Introduction to IDAPython for Vulnerability Hunting - Part 2
- 2018.11 [pediy] [原创]IDA动态调试ELF
- 2018.06 [pediy] [翻译]在IDA中使用Python Z3库来简化函数中的算术运算
- 2018.03 [duo] Reversing Objective-C Binaries With the REobjc Module for IDA Pro
- 2006.05 [pediy] Themida v1008 驱动程序分析,去除花指令的 IDA 文件
- 2019.04 [360] 两种姿势批量解密恶意驱动中的上百条字串
- 2019.03 [cyber] Using IDA Python to analyze Trickbot
- 2019.01 [OALabs] Lazy String Decryption Tips With IDA PRO and Shade Ransomware Unpacked!
- 2018.09 [4hou] Hidden Bee恶意软件家族的定制IDA装载模块开发
- 2018.09 [4hou] 用IDAPython解密Gootkit中的字符串
- 2018.05 [OALabs] Unpacking Gootkit Part 2 - Debugging Anti-Analysis Tricks With IDA Pro and x64dbg
- 2018.04 [OALabs] Unpacking VB6 Packers With IDA Pro and API Hooks (Re-Upload)
- 2018.03 [OALabs] Unpacking Gootkit Malware With IDA Pro and X64dbg - Subscriber Request
- 2018.01 [OALabs] Unpacking Pykspa Malware With Python and IDA Pro - Subscriber Request Part 1
- 2017.11 [OALabs] Unpacking Process Injection Malware With IDA PRO (Part 2)
- 2017.11 [OALabs] Unpacking Process Injection Malware With IDA PRO (Part 1)
- 2017.06 [hackers] Reverse Engineering Malware, Part 3: IDA Pro Introduction
- 2017.05 [4hou] 逆向分析——使用IDA动态调试WanaCrypt0r中的tasksche.exe
- 2017.05 [3gstudent] 逆向分析——使用IDA动态调试WanaCrypt0r中的tasksche.exe
- 2012.06 [trustwave] Defeating Flame String Obfuscation with IDAPython
- 2018.07 [360] 如何使用 IDAPython 寻找漏洞
- 2018.07 [somersetrecon] Introduction to IDAPython for Vulnerability Hunting
- 2019.10 [amossys] Exploring Hex-Rays microcode
- 2019.05 [aliyun] 混淆IDA F5的一个小技巧-x86
- [18649Star][10d] [Java] nationalsecurityagency/ghidra Ghidra is a software reverse engineering (SRE) framework
- [455Star][9m] [YARA] ghidraninja/ghidra_scripts Scripts for the Ghidra software reverse engineering suite.
- binwalk Runs binwalk on the current program and bookmarks the findings
- yara Automatically find crypto constants in the loaded program - allows to very quickly identify crypto code.
- swift_demangler Automatically demangle swift function names
- golang_renamer Restores function names from a stripped Go binary
- [204Star][8m] [Java] rolfrolles/ghidrapal Ghidra Program Analysis Library(No Doc)
- [299Star][4m] [Py] cisco-talos/ghida an IDA Pro plugin that integrates the Ghidra decompiler in IDA.
- Also In Section: IDA->Tools->Import Export->Ghidra |
- [238Star][9m] [Py] daenerys-sre/source A framework for interoperability between IDA and Ghidra
- Also In Section: IDA->Tools->Import Export->Ghidra |
- 2019.12 [shogunlab] Here Be Dragons: Reverse Engineering with Ghidra - Part 1 [Data, Functions & Scripts]
- 2019.11 [freebuf] 使用Ghidra分析phpStudy后门
- 2019.10 [4hou] 使用 Ghidra 分析 phpStudy 后门
- 2019.10 [knownsec] 使用 Ghidra 分析 phpStudy 后门
- 2019.10 [venus] 使用 Ghidra 分析 phpStudy 后门
- 2019.10 [WarrantyVoider] C64LoaderWV - Loading C64 programs into Ghidra
- 2019.08 [pentestpartners] CVE-2019-12103 – Analysis of a Pre-Auth RCE on the TP-Link M7350, with Ghidra!
- 2019.08 [xpnsec] Analysing RPC With Ghidra and Neo4j
- 2019.04 [X0x6d696368] ghidra_scripts: GoogleSearch.py (to lookup function names via Google)
- 2019.04 [X0x6d696368] ghidra_scripts: SimpleStackStrings.py (to reassemble "stack strings")
- 2019.04 [X0x6d696368] ghidra_scripts: colorCallGraphCallsTo.py (using SetBackroundColor and traversing the call graph)
- 2019.04 [4hou] 利用GHIDRA逆向Tytera MD380的固件
- 2019.04 [jeanmichel] First steps with Ghidra: crackme01
- 2019.03 [GynvaelEN] Hacking Livestream #74: Ghidra
- 2019.01 [sans] How to Train Your Dragon: Ghidra Basics
- 2019.09 [dustri] Radare2, IDA Pro, and Binary ninja, a metaphoric comparison
- 2019.05 [vimeo] Three Heads are Better Than One: Mastering Ghidra - Alexei Bulazel, Jeremy Blackthorne - INFILTRATE 2019
- 2019.04 [X0x6d696368] Ghidra: Stack Depth (to detect stack manipulation)
- 2019.04 [X0x6d696368] Ghidra: Version Tracking
- 2019.04 [X0x6d696368] Ghidra: Export Symbols and Load External Libraries (to resolve imported function names)
- 2019.04 [X0x6d696368] Ghidra: Data Type Manager / Archives and Parse C Source... (resolve function signatures)
- 2019.04 [X0x6d696368] Ghidra: Generate Checksum... (to extract hashes of embedded malware artifacts)
- 2019.04 [msreverseengineering] An Abstract Interpretation-Based Deobfuscation Plugin for Ghidra
- 2019.04 [X0x6d696368] Ghidra: FunctionID (to identify libraries and code reuse)
- 2019.04 [X0x6d696368] Ghidra: Server / Shared Projects (using ghidra-server.org)
- 2019.04 [X0x6d696368] Ghidra: Bytes View (to patch binary and export to a working PE file)
- 2019.04 [X0x6d696368] Ghidra: Fixing Bugs (Fixing PE section import size alignment)
- 2019.04 [X0x6d696368] Ghidra: Clear Flow and Repair, and Patch Instruction (to defeat anti-disassembly)
- 2019.04 [X0x6d696368] Ghidra: Scripting (Python) (a quick introduction by implementing pipeDecoder.py)
- 2019.04 [X0x6d696368] Ghidra: Decompile and compile (to quickly reimplement malware decoding functions)
- 2019.04 [X0x6d696368] Ghidra: EditBytesScript (to fix/manipulate PE header to load ShadowHammer setup.exe sample)
- 2019.04 [X0x6d696368] Ghidra: Extract and Import ... (to extract resources from PE binaries)
- 2019.04 [X0x6d696368] Ghidra: YaraGhidraGUIScript (to generate a YARA signature for threat/retro hunting)
- 2019.04 [X0x6d696368] Ghidra: XORMemoryScript (to XOR decode strings)
- 2019.04 [yoroi] Ghidra SRE: The AZORult Field Test
- 2019.10 [securityaffairs] Researchers discovered a code execution flaw in NSA GHIDRA
- 2019.10 [4hou] CVE-2019-16941: NSA Ghidra工具RCE漏洞
- 2019.03 [venus] Ghidra 从 XXE 到 RCE
- 2019.03 [tencent] Ghidra 从 XXE 到 RCE
- 2019.09 [venus] 使用 Ghidra 对 iOS 应用进行 msgSend 分析
- 2019.09 [4hou] 使用Ghidra对iOS应用进行msgSend分析
- 2019.09 [WarrantyVoider] X360 XEX Decompiling With Ghidra
- 2019.08 [WarrantyVoider] N64 ROM Decompiling With Ghidra - N64LoaderWV
- 2019.08 [4hou] 基于Ghidra和Neo4j的RPC分析技术
- 2019.04 [X0x6d696368] Ghidra: Search Program Text... (to find XOR decoding functions in malware)
- 2019.04 [shogunlab] Here Be Dragons: Reverse Engineering with Ghidra - Part 0 [Main Windows & CrackMe]
- 2019.03 [GhidraNinja] Reverse engineering with #Ghidra: Breaking an embedded firmware encryption scheme
- 2019.03 [GhidraNinja] Ghidra quickstart & tutorial: Solving a simple crackme
- 2019.11 [4hou] 使用Ghidra对WhatsApp VOIP Stack 溢出漏洞的补丁对比分析
- 2019.09 [4hou] 利用Ghidra分析TP-link M7350 4G随身WiFi的RCE漏洞
- 2019.08 [aliyun] CVE-2019-12103 使用Ghidra分析TP-Link M7350上的预认证RCE
- 2019.06 [dawidgolak] IcedID aka #Bokbot Analysis with Ghidra.
- 2019.04 [aliyun] 利用Ghidra分析恶意软件Emotet
- 2019.04 [X0x6d696368] Ghidra: Shadow Hammer (Stage 1: Setup.exe) complete static Analysis
- 2019.04 [X0xd0cf11e] Analyzing Emotet with Ghidra — Part 2
- 2019.04 [X0x6d696368] Ghidra: Android APK (it's basically dex2jar with a .dex decompiler)
- 2019.04 [X0xd0cf11e] Analyzing Emotet with Ghidra — Part 1
- 2019.03 [GhidraNinja] Reversing WannaCry Part 1 - Finding the killswitch and unpacking the malware in #Ghidra
- 2019.03 [HackerSploit] Malware Analysis With Ghidra - Stuxnet Analysis
- 2019.03 [sans] Analysing meterpreter payload with Ghidra
- 2019.11 [deadc0de] Scripting Ghidra with Python
- 2019.04 [X0x6d696368] ghidra_scripts: RC4Decryptor.py
- 2019.04 [aliyun] 如何开发用于漏洞研究的Ghidra插件,Part 1
- 2019.04 [somersetrecon] Ghidra Plugin Development for Vulnerability Research - Part-1
- 2019.03 [wololo] PS4 release: GhidraPS4Loader and Playstation 4 Flash tool
- [34576Star][1m] [C++] x64dbg/x64dbg An open-source x64/x32 debugger for windows.
- [1672Star][7m] [C++] yegord/snowman a native code to C/C++ decompiler, supporting x86, AMD64, and ARM architectures
- Also In Section: IDA->Tools->Decompiler |
- IDA插件
- snowman QT界面
- nocode 命令行工具
- nc 核心代码,可作为库使用
- [1341Star][1m] [C] x64dbg/x64dbgpy Automating x64dbg using Python, Snapshots:
- [972Star][2m] [Py] x64dbg/docs x64dbg Documentation
- [471Star][13d] [C] bootleg/ret-sync a set of plugins that help to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg/OllyDbg2/x64dbg) with IDA/Ghidra disassemblers
- [363Star][9m] fr0gger/awesome-ida-x64-olly-plugin Awesome IDA, x64DBG & OllyDBG plugin
- Also In Section: IDA->Tools->Collection |
- 2019.02 [freebuf] 使用x64dbg分析微信并获取所有联系人信息
- 2018.03 [freebuf] 使用x64dbg分析微信聊天函数并实现发信息
- 2018.03 [360] 使用x64dbg脱壳之开源壳upx
- 2018.02 [360] 使用x64dbg分析微信防多开功能
- 2018.02 [360] 使用x64dbg 分析 TIM2.0 QQ撤销功能
- 2018.02 [KirbiflintCracking] Patching a Keygenme with x64dbg [Learning Cracking]
- 2018.01 [KirbiflintCracking] Cracking & Keygen a crackme with x64dbg [Learning Cracking]
- 2018.01 [KirbiflintCracking] Cracking the new Steam Stub drm with x64dbg [Learning Cracking]
- 2018.01 [KirbiflintCracking] Cracking a simple crackme & bypassing Anti-debugger protection with x64dbg [Learning Cracking]
- 2017.12 [KirbiflintCracking] Cracking some Crackmes with x64dbg [Learning Cracking]
- 2017.12 [KirbiflintCracking] Cracking a simple Crackme with x64dbg [Learning cracking]
- 2017.10 [x64dbg] Limitations in x64dbg
- 2017.09 [pediy] [翻译]消息断点在x64dbg中的应用 by lantie@15PB
- 2017.07 [pediy] [原创]使用x64dbg+VS2015 Spy++去除WinRAR5.40(64位)广告弹框
- 2017.06 [seowhistleblower] Channel Update + Let's Hack: Sniper Elite 4 (Cheat Engine and x64dbg Tutorial)
- 2016.10 [x64dbg] Architecture of x64dbg
- 2016.07 [x64dbg] x64dbg plugin SDK
- 2016.07 [adelmas] Introducing x64dbg and Pizzacrypts Ransomware Unpacking
- 2015.12 [pediy] [原创]源码编译x64dbg
- 2015.10 [pediy] [原创]win7X64DBGPORT移位数据
- 2019.04 [freebuf] 缓冲区溢出实战教程系列(三):利用OllyDbg了解程序运行机制
- 2018.10 [pediy] [原创]使用“PE文件加区段工具”、“LordPE”、“WinHex”、“OllyDbg”为PE文件添加section、dll(API)
- 2018.10 [pediy] [原创]Ollydbg插件的编写流程
- 2018.03 [pediy] [原创]业余时间开发的类IDA静态反汇编工具(仿Ollydbg界面)(内有传送门)
- 2018.01 [kienbigmummy] OllyDbg_tut32
- 2018.01 [pediy] 如何实现自己的ollydbg调试器 (1) 界面的实现
- 2017.12 [hackers] Reverse Engineering Malware, Part 5: OllyDbg Basics
- 2017.10 [4hou] 工具推荐:逆向破解利器OllyDbg
- 2017.07 [ColinHardy] Three and a half ways to unpack malware using Ollydbg
- 2016.12 [360] 利用OllyDbg跟踪分析Process Hollowing
- 2016.12 [airbuscybersecurity] Following Process Hollowing in OllyDbg
- 2015.11 [pediy] [原创][开源]OllyDbg 2.x插件编写教程
- 2015.11 [pediy] [原创]科普文之如何编写ollydbg插件
- 2015.11 [pediy] [翻译]Ollydbg2.0X版本帮助手册中文翻译
- 2015.08 [pediy] [原创]《使用OllyDbg从零开始Cracking》第14课练习完整解答
- 2015.01 [pediy] [翻译]使用OllyDbg从零开始Cracking 第五十八章-EXECryptor v2.2.50.h脱壳
- 2014.11 [reversec0de] OllyDbg Plugin Converter v0.1b
- 2014.10 [pediy] [翻译]使用OllyDbg从零开始Cracking 第四十四章-ACProtect V1.09脱壳(修复AntiDump)
- 2014.10 [pediy] [翻译]使用OllyDbg从零开始Cracking 第四十三章-ACProtect V1.09脱壳(编写脚本修复IAT)
- 2014.10 [pediy] 使用OllyDbg从零开始Cracking 第四十二章-ACProtect V1.09脱壳(寻找OEP,绕过硬件断点的检测,修复Stolen code)
- [564Star][6m] [C#] fremag/memoscope.net Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
- [279Star][1m] [Py] hugsy/defcon_27_windbg_workshop DEFCON 27 workshop - Modern Debugging with WinDbg Preview
- [230Star][9m] [C++] microsoft/windbg-samples Sample extensions, scripts, and API uses for WinDbg.
- 2019.10 [freebuf] Iris:一款可执行常见Windows漏洞利用检测的WinDbg扩展
- 2019.08 [lowleveldesign] Synthetic types and tracing syscalls in WinDbg
- 2019.08 [benoit] Portable WinDbg
- 2019.07 [osr] How L1 Terminal Fault (L1TF) Mitigation and WinDbg Wasted My Morning (a.k.a. Yak Shaving: WinDbg Edition)
- 2019.06 [360] 《Dive into Windbg系列》Explorer无法启动排查
- 2019.05 [nul] 一个Windbg/cdb极其缓慢的例子
- 2019.04 [360] 《Dive into Windbg系列》AudioSrv音频服务故障
- 2019.04 [freebuf] 如何为WinDbg编写ClrMD插件
- 2019.03 [aliyun] 为WinDbg和LLDB编写ClrMD扩展
- 2019.03 [offensive] Development of a new Windows 10 KASLR Bypass (in One WinDBG Command)
- 2019.02 [OALabs] WinDbg Basics for Malware Analysis
- 2019.01 [TheSourceLens] Windows Internals - Processes Part 6 of 20 - Process related windbg commands.
- 2019.01 [TheSourceLens] Introduction to Windbg Series 1 Part 23 - Time travellers tracing ( IDNA )
- 2018.09 [pediy] [原创] 《软件调试》分页机制windbg例子分析(各种填坑)
- 2018.08 [pediy] [翻译]WinDbg内核调试配置方法介绍
- 2018.06 [pediy] [原创]让Windbg在驱动入口前断下来
- 2018.05 [criteo] Extending the new WinDbg, Part 3 – Embedding a C# interpreter
- 2018.04 [whereisk0shl] Windbg logviewer.exe缓冲区溢出漏洞
- 2018.04 [nettitude] WinDbg: using pykd to dump private symbols
- 2018.02 [comae] YARA scans in WinDbg
- [6101Star][3m] [Java] google/android-classyshark Analyze any Android/Java based app or game
- [6094Star][5m] [Java] qihoo360/replugin RePlugin - A flexible, stable, easy-to-use Android Plug-in Framework
- [5195Star][19d] [Py] mobsf/mobile-security-framework-mobsf Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
- [5084Star][15d] [HTML] owasp/owasp-mstg The Mobile Security Testing Guide (MSTG) is a comprehensive manual for mobile app security development, testing and reverse engineering.
- [4882Star][24d] [Java] guardianproject/haven Haven is for people who need a way to protect their personal spaces and possessions without compromising their own privacy, through an Android app and on-device sensors
- [4776Star][12d] [C++] facebook/redex A bytecode optimizer for Android apps
- [4306Star][15d] [Shell] ashishb/android-security-awesome A collection of android security related resources
- [3649Star][2m] [C++] anbox/anbox a container-based approach to boot a full Android system on a regular GNU/Linux system
- [2314Star][1y] [Java] csploit/android cSploit - The most complete and advanced IT security professional toolkit on Android.
- [2120Star][9m] [Py] linkedin/qark Tool to look for several security related Android application vulnerabilities
- [2095Star][10m] jermic/android-crack-tool
- [2051Star][21d] [Py] sensepost/objection runtimemobile exploration
- [2011Star][8m] [Py] fsecurelabs/drozer The Leading Security Assessment Framework for Android.
- [1976Star][9d] [Java] kyson/androidgodeye AndroidGodEye:A performance monitor tool , like "Android Studio profiler" for Android , you can easily monitor the performance of your app real time in pc browser
- [1925Star][7m] [Java] fuzion24/justtrustme An xposed module that disables SSL certificate checking for the purposes of auditing an app with cert pinning
- [1430Star][11m] [Java] aslody/legend A framework for hook java methods.
- [1417Star][1m] [Java] chrisk44/hijacker Aircrack, Airodump, Aireplay, MDK3 and Reaver GUI Application for Android
- [1241Star][3m] [Java] whataa/pandora an android library for debugging what we care about directly in app.
- [1235Star][2m] [Java] find-sec-bugs/find-sec-bugs The SpotBugs plugin for security audits of Java web applications and Android applications. (Also work with Kotlin, Groovy and Scala projects)
- [1213Star][2m] [JS] megatronking/httpcanary A powerful capture and injection tool for the Android platform
- [1208Star][4m] [Java] javiersantos/piracychecker An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
- [1134Star][1m] [Java] huangyz0918/androidwm An android image watermark library that supports invisible digital watermarks (steganography).
- [885Star][2m] [C] 504ensicslabs/lime LiME (formerly DMD) is a Loadable Kernel Module (LKM), which allows the acquisition of volatile memory from Linux and Linux-based devices, such as those powered by Android. The tool supports acquiring memory either to the file system of the device or over the network. LiME is unique in that it is the first tool that allows full memory captures f…
- [820Star][11d] proxymanapp/proxyman Modern and Delightful HTTP Debugging Proxy for macOS, iOS and Android
- [810Star][4m] [Scala] antox/antox Android client for Project Tox - Secure Peer to Peer Messaging
- [800Star][3m] sh4hin/androl4b A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis
- [769Star][1y] [C] ele7enxxh/android-inline-hook thumb16 thumb32 arm32 inlineHook in Android
- [668Star][2m] doridori/android-security-reference A W.I.P Android Security Ref
- [608Star][7m] [JS] vincentcox/stacoan StaCoAn is a crossplatform tool which aids developers, bugbounty hunters and ethical hackers performing static code analysis on mobile applications.
- [559Star][14d] [Shell] owasp/owasp-masvs The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.
- [546Star][2m] nordicsemiconductor/android-nrf-connect Documentation and issue tracker for nRF Connect for Android.
- [541Star][1y] [Java] jaredrummler/apkparser APK parser for Android
- [527Star][4m] [JS] wooyundota/droidsslunpinning Android certificate pinning disable tools
- [518Star][4m] [Java] megatronking/stringfog 一款自动对字节码中的字符串进行加密Android插件工具
- [511Star][9d] [Java] happylishang/cacheemulatorchecker Android模拟器检测,检测Android模拟器 ,获取相对真实的IMEI AndroidId 序列号 MAC地址等,作为DeviceID,应对防刷需求等
- [482Star][2m] [JS] lyxhh/lxhtoolhttpdecrypt Simple Android/iOS protocol analysis and utilization tool
- [450Star][12m] [Kotlin] shadowsocks/kcptun-android kcptun for Android.
- [443Star][1m] [TS] shroudedcode/apk-mitm
- [431Star][13d] [C] guardianproject/orbot The Github home of Orbot: Tor on Android (Also available on gitlab!)
- [426Star][19d] [Py] thehackingsage/hacktronian All in One Hacking Tool for Linux & Android
- [412Star][4m] [Java] megatronking/netbare Net packets capture & injection library designed for Android
- [409Star][3m] [CSS] angea/pocorgtfo a "Proof of Concept or GTFO" mirror with extra article index, direct links and clean PDFs.
- [408Star][1y] [Java] testwhat/smaliex A wrapper to get de-optimized dex from odex/oat/vdex.
- [379Star][6m] [Makefile] crifan/android_app_security_crack 安卓应用的安全和破解
- [379Star][1y] [CSS] nowsecure/secure-mobile-development A Collection of Secure Mobile Development Best Practices
- [358Star][5m] b3nac/android-reports-and-resources A big list of Android Hackerone disclosed reports and other resources.
- [358Star][5m] [C] the-cracker-technology/andrax-mobile-pentest ANDRAX The first and unique Penetration Testing platform for Android smartphones
- [333Star][25d] [Java] datatheorem/trustkit-android Easy SSL pinning validation and reporting for Android.
- [284Star][9m] [Py] micropyramid/forex-python Foreign exchange rates, Bitcoin price index and currency conversion using ratesapi.io
- [267Star][4m] [Py] amimo/dcc DCC (Dex-to-C Compiler) is method-based aot compiler that can translate DEX code to C code.
- [265Star][11d] [Py] den4uk/andriller a collection of forensic tools for smartphones
- [251Star][10m] [C] chef-koch/android-vulnerabilities-overview An small overview of known Android vulnerabilities
- [234Star][3m] [C] grant-h/qu1ckr00t A PoC application demonstrating the power of an Android kernel arbitrary R/W.
- [234Star][1y] [Ruby] hahwul/droid-hunter (deprecated) Android application vulnerability analysis and Android pentest tool
- [229Star][8m] [Java] jieyushi/luffy Android字节码插件,编译期间动态修改代码,改造添加全埋点日志采集功能模块,对常见控件进行监听处理
- [225Star][3m] [Java] virb3/trustmealready Disable SSL verification and pinning on Android, system-wide
- [208Star][26d] [C] derrekr/fastboot3ds A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.
- [14557Star][13d] [Java] tencent/tinker Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
- [3462Star][27d] [Java] meituan-dianping/robust Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot.
- [1117Star][6m] [Java] manbanggroup/phantom 唯一零 Hook 稳定占坑类 Android 热更新插件化方案
- [5080Star][2m] [Java] meituan-dianping/walle Android Signature V2 Scheme签名下的新一代渠道包打包神器
- [12285Star][11d] [Java] signalapp/signal-android A private messenger for Android.
- [8756Star][2m] [Java] android-hacker/virtualxposed A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
- [2559Star][7m] taichi-framework/taichi A framework to use Xposed module with or without Root/Unlock bootloader, supportting Android 5.0 ~ 10.0
- [2034Star][12d] [Java] elderdrivers/edxposed Elder driver Xposed Framework.
- [1726Star][1y] [Java] ac-pm/inspeckage Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
- [1655Star][2m] [Java] tiann/epic Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 4.0~10.0
- [1296Star][2m] [Java] android-hacker/exposed A library to use Xposed without root or recovery(or modify system image etc..).
- [790Star][8m] [Java] blankeer/mdwechat 一个能让微信 Material Design 化的 Xposed 模块
- [669Star][12d] [Java] ganyao114/sandhook Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 10.0 32/64 bit - Xposed API Compat
- [478Star][2m] [Java] tornaco/x-apm 应用管理 Xposed
- [322Star][1y] [C] smartdone/dexdump 快速脱一代壳的xposed插件
- [309Star][1m] bigsinger/androididchanger Xposed Module for Changing Android Device Info
- [309Star][13d] [Java] ganyao114/sandvxposed Xposed environment without root (OS 5.0 - 10.0)
- [204Star][1y] [C] gtoad/android_inline_hook Build an so file to automatically do the android_native_hook work. Supports thumb-2/arm32 and ARM64 ! With this, tools like Xposed can do android native hook.
- [1793Star][8m] [C++] wrbug/dumpdex Android unpack
- [1465Star][3m] [C++] vaibhavpandeyvpz/apkstudio Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.
- [811Star][4m] [C] strazzere/android-unpacker Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0
- [712Star][2m] [YARA] rednaga/apkid Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android
- [366Star][3m] [Java] patrickfav/uber-apk-signer A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
- [322Star][6m] [Shell] 1n3/reverseapk Quickly analyze and reverse engineer Android packages
- [1500Star][27d] [C] iqiyi/xhook a PLT (Procedure Linkage Table) hook library for Android native ELF
- [1494Star][9d] [C++] jmpews/dobby a lightweight, multi-platform, multi-architecture hook framework.
- [804Star][25d] [C++] aslody/whale Hook Framework for Android/IOS/Linux/MacOS
- [530Star][7m] [Java] aslody/andhook Android dynamic instrumentation framework
- [361Star][8m] [C] turing-technician/fasthook Android ART Hook
- [1492Star][1y] [C++] f1xpl/openauto AndroidAuto headunit emulator
- [532Star][7m] [Java] limboemu/limbo Limbo is a QEMU-based emulator for Android. It currently supports PC & ARM emulation for Intel x86 and ARM architecture. See our wiki
- [471Star][3m] [Java] strazzere/anti-emulator Android Anti-Emulator
- [10794Star][1m] [Java] konloch/bytecode-viewer A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
- [6762Star][10m] [Java] amitshekhariitbhu/android-debug-database A library for debugging android databases and shared preferences - Make Debugging Great Again
- [429Star][4m] [Shell] ashishb/android-malware Collection of android malware samples
- [347Star][3m] [Java] droidefense/engine Droidefense: Advance Android Malware Analysis Framework
- [3078Star][2m] [Java] calebfenton/simplify Generic Android Deobfuscator
- [294Star][4m] [C] shadowsocks/simple-obfs-android A simple obfuscating tool for Android
- [9285Star][1m] [Java] ibotpeaches/apktool A tool for reverse engineering Android apk files
- [2053Star][1m] [Java] genymobile/gnirehtet Gnirehtet provides reverse tethering for Android
- [585Star][3m] [C++] secrary/andromeda Andromeda - Interactive Reverse Engineering Tool for Android Applications [This project is not maintained anymore]
- [545Star][20d] maddiestone/androidappre Android App Reverse Engineering Workshop
- [267Star][10m] [Dockerfile] cryptax/androidre Reverse engineering Android
- [246Star][28d] [C++] strazzere/android-scripts Collection of Android reverse engineering scripts
- Also In Section: IDA->Tools->Android |
- 2019.12 [aliyun] Android智能终端系统的安全加固(上)
- 2019.11 [venus] Android勒索病毒分析(上)
- [2540Star][10m] [ObjC] nygard/class-dump Generate Objective-C headers from Mach-O files.
- [2140Star][2m] [Py] jonathansalwan/ropgadget This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC and MIPS architectures.
- [399Star][2m] [Logos] limneos/classdump-dyld Class-dump any Mach-o file without extracting it from dyld_shared_cache
- [265Star][8m] [ObjC] devaukz/macho-kit A C/Objective-C library for parsing Mach-O files.
- 2017.11 [pnfsoftware] Having Fun with Obfuscated Mach-O Files
- 2017.03 [lse] Playing with Mach-O binaries and dyld
- 2017.03 [lse] Playing with Mach-O binaries and dyld
- 2017.02 [venus] Mach-O 脱壳技巧一则
- 2016.05 [turingh] nlist-Mach-O文件重定向信息数据结构分析
- 2016.05 [pediy] [原创]初探Mach-O学习小记(附源码)
- 2016.03 [turingh] OSX内核加载mach-o流程分析
- 2016.03 [pediy] [原创]Mach-O动态连接的简单分析(延时绑定)
- 2016.03 [turingh] Mach-O的动态链接相关知识
- 2016.03 [pediy] [原创]Mach-O格式分析
- 2016.03 [turingh] mach-o格式分析
- 2016.03 [pediy] [原创]dyld加载mach-o文件分析
- 2016.03 [turingh] dyld中mach-o文件加载的简单分析
- 2014.09 [pediy] [原创]mach-o文件格式学习记录
- 2014.09 [cerbero] Stripping symbols from a Mach-O
- 2014.08 [secureallthethings] Patching the Mach-o Format the Simple and Easy Way
- 2013.06 [cerbero] Mach-O support (including Universal Binaries and Apple Code Signatures)
- 2013.05 [volatility] MoVP II - 1.1 - Mach-O Address Space
- 2013.03 [reverse] OS.X/Boubou – Mach-O infector PoC source code
- 2012.02 [reverse] A little more fun with Mach-O headers: adding and spoofing a constructor
- [5451Star][3m] [Py] axi0mx/ipwndfu open-source jailbreaking tool for many iOS devices
- [5390Star][6m] [C] pwn20wndstuff/undecimus unc0ver jailbreak for iOS 11.0 - 12.4
- [4248Star][8m] [ObjC] alonemonkey/monkeydev CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
- [3221Star][5m] [ObjC] naituw/ipapatch Patch iOS Apps, The Easy Way, Without Jailbreak.
- [1193Star][15d] [JS] alonemonkey/frida-ios-dump pull decrypted ipa from jailbreak device
- Also In Section: DBI->Frida->Tools->Recent Add |
- [404Star][1y] [C] coalfire-research/ios-11.1.2-15b202-jailbreak iOS 11.1.2 (15B202) Jailbreak
- [287Star][7m] [Shell] 0ki/mikrotik-tools Tools for Mikrotik devices - universal jailbreak tool
- [237Star][11m] [C] geosn0w/osirisjailbreak12 iOS 12.0 -> 12.1.2 Incomplete Osiris Jailbreak with CVE-2019-6225 by GeoSn0w (FCE365)
- 2019.10 [talosintelligence] Checkrain fake iOS jailbreak leads to click fraud
- 2019.08 [elcomsoft] Why iOS 12.4 Jailbreak Is a Big Deal for the Law Enforcement
- 2019.05 [elcomsoft] Step by Step Guide to iOS Jailbreaking and Physical Acquisition
- 2019.02 [securityinnovation] iOS 12 Jailbreak
- 2019.02 [elcomsoft] iOS 12 Rootless Jailbreak
- 2019.01 [] IPC Voucher UaF Remote Jailbreak Stage 2
- 2019.01 [] IPC Voucher UaF Remote Jailbreak Stage 2 (EN)
- 2018.07 [elcomsoft] Using iOS 11.2-11.3.1 Electra Jailbreak for iPhone Physical Acquisition
- 2017.12 [venus] GreatiOSJailbreakMaterial - Only List the Most Useful Materials Here!
- 2015.10 [welivesecurity] New YiSpecter malware attacks iOS devices without jailbreak
- 2011.07 [sans] Jailbreakme Takes Advantage of 0-day PDF Vuln in Apple iOS Devices
- 2010.09 [securelist] iPhone Jailbreaking, Greenpois0n and SHAtter Trojans
- 2010.08 [trendmicro] The Security Implications of iOS Jailbreaking
- 2010.08 [trendmicro] Online iPhone Jailbreak Uses iOS Vulnerabilities
- [8031Star][3m] [Py] facebook/chisel Chisel is a collection of LLDB commands to assist debugging iOS apps.
- [784Star][3m] [C++] nodejs/llnode An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
- [636Star][2m] [C++] apple/swift-lldb This is the version of LLDB that supports the Swift programming language & REPL.
- [492Star][28d] [Rust] vadimcn/vscode-lldb A native debugger extension for VSCode based on LLDB
- [388Star][2m] [C++] llvm-mirror/lldb Mirror of official lldb git repository located at
- 2019.11 [4hou] 一款实用的macOS内核调试工具——LLDBagility
- 2019.11 [reverse] How to make LLDB a real debugger
- 2019.08 [trendmicro] LLDBFuzzer: Debugging and Fuzzing the Apple Kernel with LLDB Script
- 2019.06 [quarkslab] LLDBagility: practical macOS kernel debugging
- 2018.05 [freebuf] 如何在Electra越狱的设备上使用LLDB调试应用程序
- 2018.01 [reverse] lldbinit - Improving LLDB
- 2017.10 [venus] Native LLDB(v3.8) for iOS
- 2017.10 [pediy] [原创]4s的9.3.5尝试Proteas大神的Native lldb
- 2017.07 [pediy] [[分享]]编译mac下的lldb](https://bbs.pediy.com/thread-219717.htm)
- 2016.09 [pediy] [原创]lldb使用方法(学习笔记)
- 2015.01 [pediy] [原创]修正lldb-310及以后版本的Thumb反汇编问题
- 2014.08 [3xp10it] lldb命令
- 2014.08 [3xp10it] lldb命令
- 2014.05 [pediy] [原创]gikdbg v1.1携手lldb震撼来袭,求内测伙伴!
- 2013.03 [it] iTunes debugging disabling ptrace with LLDB
- 2005.08 [pediy] [原创]借第一篇破文吹一下olldbg
- 2004.06 [pediy] 用olldbg破解,分析ocx控件
- [6203Star][3m] [ObjC] johnno1962/injectionforxcode Runtime Code Injection for Objective-C & Swift
- [2057Star][19d] [ObjC] ios-control/ios-deploy Install and debug iPhone apps from the command line, without using Xcode
- [1606Star][2m] [Swift] indragiek/inappviewdebugger A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging
- [1409Star][1m] [Swift] johnno1962/injectioniii Re-write of Injection for Xcode in (mostly) Swift4
- [572Star][1m] [ObjC] hdb-li/lldebugtool LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
- [384Star][3m] [JS] johnno1962/xprobeplugin Live Memory Browser for Apps & Xcode
- 2019.07 [pewpewthespells] Using Xcode Targets
- 2019.07 [pewpewthespells] Xcode Build Locations
- 2019.07 [pewpewthespells] Migrating Code Signing Configurations to Xcode 8
- 2019.06 [pewpewthespells] Xcode SDKs
- 2019.04 [pewpewthespells] Xcode Build Settings Reference
- 2019.03 [pewpewthespells] Xcode DerivedData Hashes
- 2019.02 [pewpewthespells] The Xcode Build System
- 2019.02 [pewpewthespells] Managing Xcode
- 2019.02 [hakin9] Building an iOS App Without Xcode’s Build System by Vojta Stavik
- 2018.11 [CodeColorist] Xcode Instruments for iOS: reversing and abuse
- 2018.06 [applehelpwriter] Xcode 10: where did snippets go?
- 2018.05 [freecodecamp] How to convert your Xcode plugins to Xcode extensions
- 2017.07 [pediy] [原创] iOSOpenDev修改版MonkeyDev,最新theos和Xcode 9测试通过!
- 2017.06 [alonemonkey] 0x01 Xcode调试一个LLVM Pass
- 2017.03 [360] XcodeGhost或重出江湖,Google Play大量APP被植入恶意代码
- 2016.05 [rachelbythebay] Go upgrade Xcode. Fix your git security hole.
- 2015.12 [metricpanda] Compiling NASM Assembly with Xcode in a C/C++ Project
- 2015.12 [360] Xcode 7 Bitcode的工作流程及安全性评估
- 2015.12 [freebuf] Xcode 7 Bitcode的工作流程及安全性评估
- 2015.11 [freebuf] XcodeGhost S:变种带来的又一波影响
- [10966Star][10d] [ObjC] flipboard/flex An in-app debugging and exploration tool for iOS
- [5775Star][4m] [ObjC] square/ponydebugger Remote network and data debugging for your native iOS app using Chrome Developer Tools
- [4663Star][1m] [C] google/ios-webkit-debug-proxy A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector).
- [4397Star][12d] [Swift] signalapp/signal-ios A private messenger for iOS.
- [3686Star][4m] [C] facebook/fishhook A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS.
- [3414Star][2m] icodesign/potatso Potatso is an iOS client that implements different proxies with the leverage of NetworkExtension framework in iOS 10+.
- [3327Star][3m] [Swift] yagiz/bagel a little native network debugging tool for iOS
- [3071Star][10m] [JS] jipegit/osxauditor OS X Auditor is a free Mac OS X computer forensics tool
- [2867Star][12d] [ObjC] facebook/idb idb is a flexible command line interface for automating iOS simulators and devices
- [2795Star][24d] [Swift] kasketis/netfox A lightweight, one line setup, iOS / OSX network debugging library!
- [2753Star][1m] [Makefile] theos/theos A cross-platform suite of tools for building and deploying software for iOS and other platforms.
- [2733Star][26d] [ObjC] dantheman827/ios-app-signer This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
- [2708Star][2m] [ObjC] kjcracks/clutch Fast iOS executable dumper
- [1801Star][1y] aozhimin/ios-monitor-platform
- [1695Star][6m] [Py] yelp/osxcollector A forensic evidence collection & analysis toolkit for OS X
- [1683Star][2m] [Swift] pmusolino/wormholy iOS network debugging, like a wizard 🧙♂️
- [1642Star][7m] [Objective-C++] tencent/oomdetector OOMDetector is a memory monitoring component for iOS which provides you with OOM monitoring, memory allocation monitoring, memory leak detection and other functions.
- [1630Star][1m] ivrodriguezca/re-ios-apps A completely free, open source and online course about Reverse Engineering iOS Applications.
- [1442Star][28d] [ObjC] nabla-c0d3/ssl-kill-switch2 Blackbox tool to disable SSL certificate validation - including certificate pinning - within iOS and OS X Apps
- [1299Star][6m] [JS] feross/spoof Easily spoof your MAC address in macOS, Windows, & Linux!
- [1291Star][1m] [JS] icymind/vrouter 一个基于 VirtualBox 和 openwrt 构建的项目, 旨在实现 macOS / Windows 平台的透明代理.
- [1253Star][2m] [Vue] chaitin/passionfruit [WIP] Crappy iOS app analyzer
- [1252Star][17d] michalmalik/osx-re-101 A collection of resources for OSX/iOS reverse engineering.
- [1239Star][8d] [C] datatheorem/trustkit Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.
- [1215Star][16d] [YARA] horsicq/detect-it-easy Program for determining types of files for Windows, Linux and MacOS.
- [1113Star][1y] [ObjC] neoneggplant/eggshell iOS/macOS/Linux Remote Administration Tool
- [1001Star][2m] [ObjC] lmirosevic/gbdeviceinfo Detects the hardware, software and display of the current iOS or Mac OS X device at runtime.
- [907Star][4m] [ObjC] ptoomey3/keychain-dumper A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken
- [866Star][16d] [ObjC] meitu/mthawkeye Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)
- [840Star][9d] [JS] cypress-io/cypress-example-recipes Various recipes for testing common scenarios with Cypress
- [796Star][13d] [Shell] aqzt/kjyw 快捷运维,代号kjyw,项目基于shell、python,运维脚本工具库,收集各类运维常用工具脚本,实现快速安装nginx、mysql、php、redis、nagios、运维经常使用的脚本等等...
- [662Star][1y] [Py] deepzec/bad-pdf create malicious PDF file to steal NTLM(NTLMv1/NTLMv2) Hashes from windows machines
- [651Star][9m] [ObjC] chenxiancai/stcobfuscator iOS全局自动化 代码混淆 工具!支持cocoapod组件代码一并 混淆,完美避开hardcode方法、静态库方法和系统库方法!
- [604Star][2m] siguza/ios-resources Useful resources for iOS hacking
- [500Star][27d] [Swift] google/science-journal-ios Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
- [482Star][1y] [Swift] icepa/icepa iOS system-wide VPN based Tor client
- [478Star][15d] pixelcyber/thor HTTP Sniffer/Capture on iOS for Network Debug & Inspect.
- [471Star][8m] [C++] everettjf/machoexplorer [WIP] Explore MachO File on macOS and Windows
- [462Star][15d] [Java] dsheirer/sdrtrunk A cross-platform java application for decoding, monitoring, recording and streaming trunked mobile and related radio protocols using Software Defined Radios (SDR). Website:
- [430Star][11m] captainarash/the_holy_book_of_x86 A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
- [396Star][4m] ansjdnakjdnajkd/ios Most usable tools for iOS penetration testing
- [382Star][11m] [C] coolstar/electra1131 Electra for iOS 11.0 - 11.3.1
- [375Star][29d] [Swift] justeat/justlog JustLog brings logging on iOS to the next level. It supports console, file and remote Logstash logging via TCP socket with no effort. Support for logz.io available.
- [371Star][18d] [Shell] matthewpierson/1033-ota-downgrader First ever tool to downgrade ANY iPhone 5s, ANY iPad Air and (almost any) iPad Mini 2 to 10.3.3 with OTA blobs + checkm8!
- [349Star][19d] [C] jedisct1/swift-sodium Safe and easy to use crypto for iOS and macOS
- [346Star][4m] [TS] bacher09/pwgen-for-bios Password generator for BIOS
- [340Star][3m] [C] trailofbits/cb-multios DARPA Challenges Sets for Linux, Windows, and macOS
- [322Star][2m] [ObjC] auth0/simplekeychain A Keychain helper for iOS to make it very simple to store/obtain values from iOS Keychain
- [310Star][28d] [Swift] securing/iossecuritysuite iOS platform security & anti-tampering Swift library
- [263Star][14d] [ObjC] strongbox-password-safe/strongbox A KeePass/Password Safe Client for iOS and OS X
- [247Star][1m] [C++] s0uthwest/futurerestore iOS upgrade and downgrade tool utilizing SHSH blobs
- [244Star][7m] [JS] we11cheng/wcshadowrocket iOS Shadowrocket(砸壳重签,仅供参考,添加节点存在问题)。另一个fq项目potatso源码参见:
- [239Star][1y] [ObjC] lmirosevic/gbping Highly accurate ICMP Ping controller for iOS
- [238Star][4m] [Swift] shadowsocksr-live/ishadowsocksr ShadowsocksR for iOS, come from
- [223Star][12m] [AppleScript] lifepillar/csvkeychain Import/export between Apple Keychain.app and plain CSV file.
- [219Star][6m] [ObjC] rickyzhang82/tethering Proxy and DNS Server on iOS
- [213Star][8m] [C] owasp/igoat OWASP iGoat - A Learning Tool for iOS App Pentesting and Security by Swaroop Yermalkar
- [211Star][13d] [TS] bevry/getmac Get the mac address of the current machine you are on via Node.js
- [203Star][5m] [Py] googleprojectzero/ios-messaging-tools several tools Project Zero uses to test iPhone messaging
- [200Star][6m] [PS] mkellerman/invoke-commandas Invoke Command As System/Interactive/GMSA/User on Local/Remote machine & returns PSObjects.
- [4042Star][3m] [JS] cuckoosandbox/cuckoo Cuckoo Sandbox is an automated dynamic malware analysis system
- [308Star][2m] [Py] hatching/vmcloak Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
- [238Star][7m] [Py] cuckoosandbox/community Repository of modules and signatures contributed by the community
- [236Star][4m] [Py] brad-sp/cuckoo-modified Modified edition of cuckoo
- [225Star][1y] [PHP] cuckoosandbox/monitor The new Cuckoo Monitor.
- [220Star][4m] [Shell] blacktop/docker-cuckoo Cuckoo Sandbox Dockerfile
- 2019.04 [eforensicsmag] How to Integrate RSA Malware Analysis with Cuckoo Sandbox | By Luiz Henrique Borges
- 2019.02 [thehive] Cortex-Analyzers 1.15.3 get ready for URLhaus and Cuckoo
- 2018.07 [360] 一例IRC Bot针对Cuckoo沙箱的猥琐对抗分析
- 2018.05 [trustedsec] Malware Analysis is for the (Cuckoo) Birds – Working with Proxmox
- 2018.05 [trustedsec] Protected: Malware Analysis is for the (Cuckoo) Birds
- 2018.05 [trustedsec] Protected: Malware Analysis is for the (Cuckoo) Birds – Cuckoo Installation Notes for Debian
- 2018.04 [ly0n] Automating malware analysis, cuckoo api + postfix
- 2018.04 [ly0n] Automating malware analysis, cuckoo api + postfix
- 2018.04 [nviso] Painless Cuckoo Sandbox Installation
- 2018.03 [rapid7] Next Threat Intel Book Club 4/5: Recapping The Cuckoo’s Egg
- 2018.03 [ensurtec] Cuckoo Sandbox Setup Tutorial
- 2018.01 [fortinet] Prevalent Threats Targeting Cuckoo Sandbox Detection and Our Mitigation
- 2018.01 [fortinet] Prevalent Threats Targeting Cuckoo Sandbox Detection and Our Mitigation
- 2017.09 [360] 在细节中捕捉恶魔 :提升Cuckoo沙箱捕获恶意Office样本行为的能力
- 2017.08 [trustwave] Cuckoo & Linux Subsystem: Some Love for Windows 10
- 2017.08 [n0where] Automated Android Malware Analysis: CuckooDroid
- 2017.05 [robertputt] Basic Malware Analysis with Cuckoo Sandbox
- 2017.05 [rastamouse] Playing with Cuckoo
- 2017.04 [mcafee] OpenDXL Case Study: Sandbox Mania featuring Cuckoo and Wildfire
- 2016.11 [tribalchicken] Guide: Cuckoo Sandbox on FreeBSD
- [1388Star][12d] [C] dynamorio/drmemory Memory Debugger for Windows, Linux, Mac, and Android
- [1228Star][12d] [C] dynamorio/dynamorio Dynamic Instrumentation Tool Platform
- [1364Star][3m] [C] googleprojectzero/winafl A fork of AFL for fuzzing Windows binaries
- [249Star][5m] [C] ampotos/dynstruct Reverse engineering tool for automatic structure recovering and memory use analysis based on DynamoRIO and Capstone
- 2019.10 [freebuf] DrSemu:基于动态行为的恶意软件检测与分类工具
- 2019.06 [freebuf] Functrace:使用DynamoRIO追踪函数调用
- 2019.01 [360] 深入浅出——基于DynamoRIO的strace和ltrace
- 2018.08 [n0where] Dynamic API Call Tracer for Windows and Linux Applications: Drltrace
- 2018.07 [topsec] 动态二进制修改(Dynamic Binary Instrumentation)入门:Pin、DynamoRIO、Frida
- 2017.11 [SECConsult] The Art of Fuzzing - Demo 10: In-memory Fuzzing HashCalc using DynamoRio
- 2017.11 [SECConsult] The Art of Fuzzing - Demo 6: Extract Coverage Information using DynamoRio
- 2017.04 [pediy] [原创]通过Selife学习使用DynamoRIO动态插桩
- 2016.11 [360] “Selfie”:利用DynamoRIO实现自修改代码自动脱壳的神器
- 2016.09 [securitygossip] Practical Memory Checking With Dr. Memory
- 2016.09 [sjtu] Practical Memory Checking With Dr. Memory
- 2016.08 [n0where] Dynamic Instrumentation Tool Platform: DynamoRIO
- 2014.01 [dustri] Memory debugging under Windows with drmemory
- 2012.10 [redplait] building dynamorio
- 2011.06 [redplait] dynamorio
- [299Star][2m] [C] vusec/vuzzer depends heavily on a modeified version of DataTracker, which in turn depends on LibDFT pintool.
- [943Star][1y] [Py] gaasedelen/lighthouse Code Coverage Explorer for IDA Pro & Binary Ninja
- Also In Section: IDA->Tools->Debug->DBI Data |DBI->Frida->Tools->With Other Tools->IDA |DBI->Frida->Tools->With Other Tools->Binary Ninja |
- coverage-frida 使用Frida收集信息
- coverage-pin 使用Pin收集覆盖信息
- 插件 支持IDA和BinNinja
- [4516Star][13d] [Makefile] frida/frida Clone this repo to build Frida
- [1193Star][15d] [JS] alonemonkey/frida-ios-dump pull decrypted ipa from jailbreak device
- Also In Section: Apple->JailBreak->Tools |
- [895Star][5m] [JS] dpnishant/appmon an automated framework for monitoring and tampering system API calls of native macOS, iOS and android apps. It is based on Frida.
- [645Star][16d] [Py] igio90/dwarf Full featured multi arch/os debugger built on top of PyQt5 and frida
- [559Star][1m] [JS] nccgroup/house A runtime mobile application analysis toolkit with a Web GUI, powered by Frida, written in Python.
- [513Star][1m] [JS] iddoeldor/frida-snippets Hand-crafted Frida examples
- [422Star][1y] [Py] dstmath/frida-unpack unpack script based on frida
- [420Star][13d] [C] frida/frida-python Frida Python bindings
- [332Star][15d] [JS] chichou/bagbak Yet another frida based iOS dumpdecrypted, works on iOS 13 with checkra1n and supports decrypting app extensions
- [321Star][1m] [C] frida/frida-core Frida core library intended for static linking into bindings
- [308Star][4m] [JS] smartdone/frida-scripts frida scripts
- [283Star][8m] [Py] nightbringer21/fridump A universal memory dumper using Frida
- [243Star][19d] [JS] frenchyeti/dexcalibur Dynamic binary instrumentation tool designed for Android application and powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
- [228Star][13d] [C] frida/frida-gum Low-level code instrumentation library used by frida-core
- [584Star][1y] [Java] federicodotta/brida The new bridge between Burp Suite and Frida!
- [943Star][1y] [Py] gaasedelen/lighthouse Code Coverage Explorer for IDA Pro & Binary Ninja
- Also In Section: IDA->Tools->Debug->DBI Data |DBI->IntelPin->Tools->With Other Tools->No Category |DBI->Frida->Tools->With Other Tools->Binary Ninja |
- coverage-frida 使用Frida收集信息
- coverage-pin 使用Pin收集覆盖信息
- 插件 支持IDA和BinNinja
- [943Star][1y] [Py] gaasedelen/lighthouse Code Coverage Explorer for IDA Pro & Binary Ninja
- Also In Section: IDA->Tools->Debug->DBI Data |DBI->IntelPin->Tools->With Other Tools->No Category |DBI->Frida->Tools->With Other Tools->IDA |
- coverage-frida 使用Frida收集信息
- coverage-pin 使用Pin收集覆盖信息
- 插件 支持IDA和BinNinja
- [378Star][27d] [JS] nowsecure/r2frida Radare2 and Frida better together.
- Also In Section: Radare2->Plugins->With Other Tools->No Category |
- 2019.12 [xakcop] Cloning RSA tokens with Frida
- 2019.09 [freebuf] Dwarf:一款基于Pyqt5和Frida的逆向分析调试工具
- 2019.06 [two06] Fun With Frida
- 2019.05 [nsfocus] 基于Frida进行通信数据“解密”
- 2019.05 [nsfocus] Frida应用基础及 APP https证书验证破解
- 2019.05 [nsfocus] Frida应用基础及 APP https证书验证破解
- 2019.05 [nsfocus] Frida应用基础及APP https证书验证破解
- 2019.05 [CodeColorist] Trace child process with frida on macOS
- 2019.05 [360] FRIDA脚本系列(四)更新篇:几个主要机制的大更新
- 2019.03 [360] FRIDA脚本系列(三)超神篇:百度AI“调教”抖音AI
- 2019.03 [securityinnovation] Setting up Frida Without Jailbreak on the Latest iOS 12.1.4 Device
- 2019.02 [nowsecure] Frida 12.3 Debuts New Crash Reporting Feature
- 2019.01 [fuzzysecurity] Application Introspection & Hooking With Frida
- 2019.01 [fuping] 安卓APP测试之HOOK大法-Frida篇
- 2019.01 [360] FRIDA脚本系列(二)成长篇:动静态结合逆向WhatsApp
- 2019.01 [pediy] [原创]介召几个frida在安卓逆向中使用的脚本以及延时Hook手法
- 2018.12 [360] FRIDA脚本系列(一)入门篇:在安卓8.1上dump蓝牙接口和实例
- 2018.12 [pediy] [原创]CVE-2017-4901 VMware虚拟机逃逸漏洞分析【Frida Windows实例】
- 2018.12 [freebuf] 一篇文章带你领悟Frida的精髓(基于安卓8.1)
- 2018.12 [pediy] [原创] Frida操作手册-Android环境准备
- [578Star][1y] [C++] qbdi/qbdi A Dynamic Binary Instrumentation framework based on LLVM.
- 2019.09 [quarkslab] QBDI 0.7.0
- 2019.07 [freebuf] 教你如何使用QBDI动态二进制检测框架
- 2019.06 [quarkslab] Android Native Library Analysis with QBDI
- 2018.01 [quarkslab] Slaying Dragons with QBDI
- 2018.01 [pentesttoolz] QBDI – QuarkslaB Dynamic binary Instrumentation
- 2018.01 [n0where] QuarkslaB Dynamic binary Instrumentation: QBDI
- 2018.08 [4hou] 动态二进制插桩的原理和基本实现过程(一)
- [19766Star][3m] [Jupyter Notebook] camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackers aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
- [14349Star][2m] [Py] corentinj/real-time-voice-cloning Clone a voice in 5 seconds to generate arbitrary speech in real-time
- [11402Star][10d] [Java] oracle/graal Run Programs Faster Anywhere
- [11213Star][2m] [Jupyter Notebook] selfteaching/the-craft-of-selfteaching One has no future if one couldn't teach themself.
- [10378Star][11d] [Go] goharbor/harbor An open source trusted cloud native registry project that stores, signs, and scans content.
- [7748Star][10d] [Go] git-lfs/git-lfs Git extension for versioning large files
- [7020Star][14d] [Go] nats-io/nats-server High-Performance server for NATS, the cloud native messaging system.
- [6894Star][2m] [Go] sqshq/sampler A tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
- [6454Star][9m] [HTML] open-power-workgroup/hospital OpenPower工作组收集汇总的医院开放数据
- [6353Star][2m] [Py] seatgeek/fuzzywuzzy Fuzzy String Matching in Python
- [6055Star][7m] [JS] haotian-wang/google-access-helper 谷歌访问助手破解版
- [5876Star][3m] [Gnuplot] nasa-jpl/open-source-rover A build-it-yourself, 6-wheel rover based on the rovers on Mars!
- [5829Star][7m] [JS] sindresorhus/fkill-cli Fabulously kill processes. Cross-platform.
- [5753Star][18d] [Go] casbin/casbin An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
- [5751Star][9m] [C] xoreaxeaxeax/movfuscator The single instruction C compiler
- [5717Star][28d] [JS] swagger-api/swagger-editor Swagger Editor
- [5420Star][12d] [Py] mlflow/mlflow Open source platform for the machine learning lifecycle
- [5229Star][4m] [Py] ytisf/thezoo A repository of LIVE malwares for your own joy and pleasure. theZoo is a project created to make the possibility of malware analysis open and available to the public.
- [5226Star][13d] [Shell] denisidoro/navi An interactive cheatsheet tool for the command-line
- [5116Star][11d] [ASP] hq450/fancyss fancyss is a project providing tools to across the GFW on asuswrt/merlin based router.
- [5007Star][2m] [Py] snare/voltron A hacky debugger UI for hackers
- [4857Star][13d] [Go] gcla/termshark A terminal UI for tshark, inspired by Wireshark
- [4810Star][8m] [Py] 10se1ucgo/disablewintracking Uses some known methods that attempt to minimize tracking in Windows 10
- [4747Star][8d] [C++] paddlepaddle/paddle-lite Multi-platform high performance deep learning inference engine (『飞桨』多平台高性能深度学习预测引擎)
- [4651Star][13d] powershell/win32-openssh Win32 port of OpenSSH
- [4610Star][1y] [C] upx/upx UPX - the Ultimate Packer for eXecutables
- [4600Star][12m] [Py] ecthros/uncaptcha2 defeating the latest version of ReCaptcha with 91% accuracy
- [4597Star][12d] [C++] mozilla/rr Record and Replay Framework
- [4541Star][4m] [TS] apis-guru/graphql-voyager
- [4352Star][1y] [Py] lennylxx/ipv6-hosts Fork of
- [4314Star][15d] [Rust] timvisee/ffsend Easily and securely share files from the command line
- [4258Star][12m] [JS] butterproject/butter-desktop All the free parts of Popcorn Time
- [4062Star][3m] [Java] jesusfreke/smali smali/baksmali
- [4060Star][2m] [JS] sigalor/whatsapp-web-reveng Reverse engineering WhatsApp Web.
- [4003Star][11d] [Go] dexidp/dex OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable Connectors
- [3980Star][1m] [Rust] svenstaro/genact a nonsense activity generator
- [3960Star][11d] [Py] angr/angr A powerful and user-friendly binary analysis platform!
- [3954Star][16d] [Go] eranyanay/1m-go-websockets handling 1M websockets connections in Go
- [3939Star][15d] [C] aquynh/capstone Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
- [3908Star][12d] [C++] baldurk/renderdoc RenderDoc is a stand-alone graphics debugging tool.
- [3844Star][2m] [ObjC] sveinbjornt/sloth Mac app that shows all open files, directories and sockets in use by all running processes. Nice GUI for lsof.
- [3773Star][25d] jjqqkk/chromium Chromium browser with SSL VPN. Use this browser to unblock websites.
- [3768Star][2m] [Go] microsoft/ethr Ethr is a Network Performance Measurement Tool for TCP, UDP & HTTP.
- [3749Star][12d] [Go] hashicorp/consul-template Template rendering, notifier, and supervisor for
- [3690Star][21d] [JS] lesspass/lesspass
- [3688Star][29d] [HTML] hamukazu/lets-get-arrested This project is intended to protest against the police in Japan
- [3627Star][26d] [HTML] consensys/smart-contract-best-practices A guide to smart contract security best practices
- [3608Star][9d] [Pascal] cheat-engine/cheat-engine Cheat Engine. A development environment focused on modding
- [3538Star][5m] [Shell] chengr28/revokechinacerts Revoke Chinese certificates.
- [3505Star][16d] [C] cyan4973/xxhash Extremely fast non-cryptographic hash algorithm
- [3451Star][19d] [C] mikebrady/shairport-sync AirPlay audio player. Shairport Sync adds multi-room capability with Audio Synchronisation
- [3306Star][19d] [C] microsoft/windows-driver-samples This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
- [3295Star][15d] [JS] koenkk/zigbee2mqtt Zigbee
- [3289Star][15d] [C] virustotal/yara The pattern matching swiss knife
- [3280Star][29d] [Java] oldmanpushcart/greys-anatomy Java诊断工具
- [3243Star][14d] [Shell] gfw-breaker/ssr-accounts 一键部署Shadowsocks服务;免费Shadowsocks账号分享;免费SS账号分享; 翻墙;无界,自由门,SquirrelVPN
- [3233Star][25d] [C] tmate-io/tmate Instant Terminal Sharing
- [3219Star][2m] [TS] google/incremental-dom An in-place DOM diffing library
- [3202Star][1y] [Shell] toyodadoubi/doubi 一个逗比写的各种逗比脚本~
- [3188Star][11d] [C] meetecho/janus-gateway Janus WebRTC Server
- [3131Star][2m] [CSS] readthedocs/sphinx_rtd_theme Sphinx theme for readthedocs.org
- [3129Star][13d] [C] qemu/qemu Official QEMU mirror. Please see
- [3120Star][11d] [Go] tencent/bk-cmdb 蓝鲸智云配置平台(BlueKing CMDB)
- [3108Star][1m] [C] unicorn-engine/unicorn Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)
- [3052Star][4m] [C++] google/robotstxt The repository contains Google's robots.txt parser and matcher as a C++ library (compliant to C++11).
- [2993Star][18d] [Py] quantaxis/quantaxis QUANTAXIS 支持任务调度 分布式部署的 股票/期货/自定义市场 数据/回测/模拟/交易/可视化 纯本地PAAS量化解决方案
- [2980Star][14d] [ObjC] google/santa A binary whitelisting/blacklisting system for macOS
- [2948Star][1m] [C] libfuse/sshfs A network filesystem client to connect to SSH servers
- [2898Star][8m] [C] p-h-c/phc-winner-argon2 The password hash Argon2, winner of PHC
- [2872Star][14d] [C] lxc/lxc LXC - Linux Containers
- [2854Star][1m] [Py] espressif/esptool ESP8266 and ESP32 serial bootloader utility
- [2848Star][6m] [Py] instantbox/instantbox Get a clean, ready-to-go Linux box in seconds.
- [2833Star][2m] [Assembly] cirosantilli/x86-bare-metal-examples Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at:
- [2815Star][20d] [C] processhacker/processhacker A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.
- [2808Star][10m] [Py] plasma-disassembler/plasma Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
- [2789Star][13d] [C++] qtox/qtox qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
- [2772Star][2m] [JS] trufflesuite/ganache-cli Fast Ethereum RPC client for testing and development
- [2760Star][10d] [TS] webhintio/hint
- [2718Star][3m] [Py] drivendata/cookiecutter-data-science A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
- [2687Star][11d] [Go] adguardteam/adguardhome Network-wide ads & trackers blocking DNS server
- [2631Star][8m] leandromoreira/linux-network-performance-parameters Learn where some of the network sysctl variables fit into the Linux/Kernel network flow
- [2627Star][23d] [JS] popcorn-official/popcorn-desktop Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Desktop ( Windows / Mac / Linux ) a Butter-Project Fork
- [2621Star][2m] pditommaso/awesome-pipeline A curated list of awesome pipeline toolkits inspired by Awesome Sysadmin
- [2619Star][2m] [Swift] zhuhaow/nekit A toolkit for Network Extension Framework
- [2615Star][1m] [JS] knownsec/kcon KCon is a famous Hacker Con powered by Knownsec Team.
- [2587Star][10d] [C] esnet/iperf A TCP, UDP, and SCTP network bandwidth measurement tool
- [2535Star][3m] [Java] jboss-javassist/javassist Java bytecode engineering toolkit
- [2478Star][11m] [JS] weixin/miaow A set of plugins for Sketch include drawing links & marks, UI Kit & Color sync, font & text replacing.
- [2474Star][25d] [JS] vitaly-t/pg-promise PostgreSQL interface for Node.js
- [2391Star][21d] [Java] mock-server/mockserver MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and…
- [2364Star][10d] [C] domoticz/domoticz monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more
- [2345Star][4m] [Go] vuvuzela/vuvuzela Private messaging system that hides metadata
- [2344Star][16d] [C] tsl0922/ttyd Share your terminal over the web
- [2340Star][2m] [JS] pa11y/pa11y Pa11y is your automated accessibility testing pal
- [2305Star][2m] [C] moby/hyperkit A toolkit for embedding hypervisor capabilities in your application
- [2286Star][1m] [JS] talkingdata/inmap 大数据地理可视化
- [2260Star][13d] dumb-password-rules/dumb-password-rules Shaming sites with dumb password rules.
- [2217Star][14d] [Go] google/mtail extract whitebox monitoring data from application logs for collection in a timeseries database
- [2214Star][18d] getlantern/lantern-binaries Lantern installers binary downloads.
- [2211Star][1m] [C++] google/bloaty Bloaty McBloatface: a size profiler for binaries
- [2194Star][13d] [C] armmbed/mbedtls An open source, portable, easy to use, readable and flexible SSL library
- [2137Star][19d] [Assembly] pret/pokered disassembly of Pokémon Red/Blue
- [2132Star][20d] goq/telegram-list List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
- [2093Star][10d] [C] flatpak/flatpak Linux application sandboxing and distribution framework
- [2092Star][26d] swiftonsecurity/sysmon-config Sysmon configuration file template with default high-quality event tracing
- [2080Star][2m] [Go] theupdateframework/notary Notary is a project that allows anyone to have trust over arbitrary collections of data
- [2053Star][4m] [Go] maxmcd/webtty Share a terminal session over WebRTC
- [2053Star][24d] [C#] mathewsachin/captura Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
- [2052Star][13d] [C++] openthread/openthread OpenThread released by Google is an open-source implementation of the Thread networking protocol
- [2031Star][10m] [C] dekunukem/nintendo_switch_reverse_engineering A look at inner workings of Joycon and Nintendo Switch
- [2003Star][2m] [C++] asmjit/asmjit Complete x86/x64 JIT and AOT Assembler for C++
- [1998Star][2m] [Swift] github/softu2f Software U2F authenticator for macOS
- [1955Star][11d] [Go] solo-io/gloo An Envoy-Powered API Gateway
- [1949Star][17d] [C] microsoft/procdump-for-linux A Linux version of the ProcDump Sysinternals tool
- [1930Star][22d] [C++] mhammond/pywin32 Python for Windows (pywin32) Extensions
- [1907Star][18d] [Go] minishift/minishift Run OpenShift 3.x locally
- [1899Star][25d] [C++] acidanthera/lilu Arbitrary kext and process patching on macOS
- [1877Star][25d] [Java] adoptopenjdk/jitwatch Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
- [1863Star][10d] [C++] pytorch/glow Compiler for Neural Network hardware accelerators
- [1859Star][12m] [C++] googlecreativelab/open-nsynth-super Open NSynth Super is an experimental physical interface for the NSynth algorithm
- [1854Star][19d] [C] github/glb-director GitHub Load Balancer Director and supporting tooling.
- [1852Star][1y] [Py] jinnlynn/genpac PAC/Dnsmasq/Wingy file Generator, working with gfwlist, support custom rules.
- [1851Star][1y] [Java] yeriomin/yalpstore Download apks from Google Play Store
- [1848Star][9m] [Py] netflix-skunkworks/stethoscope Personalized, user-focused recommendations for employee information security.
- [1846Star][3m] [C] retroplasma/earth-reverse-engineering Reversing Google's 3D satellite mode
- [1837Star][3m] [Go] influxdata/kapacitor Open source framework for processing, monitoring, and alerting on time series data
- [1827Star][13d] [Py] trailofbits/manticore Symbolic execution tool
- [1816Star][29d] [Go] gdamore/tcell Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
- [1786Star][1m] [C++] apitrace/apitrace Tools for tracing OpenGL, Direct3D, and other graphics APIs
- [1781Star][26d] [PHP] ezyang/htmlpurifier Standards compliant HTML filter written in PHP
- [1779Star][29d] 17mon/china_ip_list
- [1761Star][1y] [JS] puppeteer/examples Use case-driven examples for using Puppeteer and headless chrome
- [1761Star][13d] [C] google/wuffs Wrangling Untrusted File Formats Safely
- [1756Star][16d] [PHP] wordpress/wordpress-coding-standards PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
- [1727Star][8d] [TSQL] brentozarultd/sql-server-first-responder-kit sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, and other SQL Server scripts for health checks and performance tuning.
- [1722Star][4m] [Py] anorov/cloudflare-scrape A Python module to bypass Cloudflare's anti-bot page.
- [1714Star][1m] [Go] hashicorp/memberlist Golang package for gossip based membership and failure detection
- [1698Star][21d] [C++] microsoft/detours Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
- [1676Star][10d] [Java] apache/geode Apache Geode
- [1672Star][7m] [C] easyhook/easyhook The reinvention of Windows API Hooking
- [1668Star][3m] [Py] boppreh/keyboard Hook and simulate global keyboard events on Windows and Linux.
- [1659Star][25d] [JS] tylerbrock/mongo-hacker MongoDB Shell Enhancements for Hackers
- [1650Star][13d] sarojaba/awesome-devblog 어썸데브블로그. 국내 개발 블로그 모음(only 실명으로).
- [1637Star][12d] [JS] efforg/privacybadger Privacy Badger is a browser extension that automatically learns to block invisible trackers.
- [1624Star][9m] [JS] localtunnel/server server for localtunnel.me
- [1620Star][16d] [C++] lief-project/lief Library to Instrument Executable Formats
- [1592Star][2m] [ObjC] ealeksandrov/provisionql Quick Look plugin for apps and provisioning profile files
- [1584Star][1y] [C] qihoo360/phptrace A tracing and troubleshooting tool for PHP scripts.
- [1572Star][1m] [C] codahale/bcrypt-ruby Ruby binding for the OpenBSD bcrypt() password hashing algorithm, allowing you to easily store a secure hash of your users' passwords.
- [1562Star][1m] [C] p-gen/smenu Terminal utility that reads words from standard input or from a file and creates an interactive selection window just below the cursor. The selected word(s) are sent to standard output for further processing.
- [1562Star][19d] [Java] gchq/gaffer A large-scale entity and relation database supporting aggregation of properties
- [966Star][7m] [PHP] jenssegers/optimus id transformation With this library, you can transform your internal id's to obfuscated integers based on Knuth's integer has和
- [906Star][7m] [C++] dfhack/dfhack Memory hacking library for Dwarf Fortress and a set of tools that use it
- [895Star][12m] [JS] levskaya/jslinux-deobfuscated An old version of Mr. Bellard's JSLinux rewritten to be human readable, hand deobfuscated and annotated.
- [706Star][1y] [Jupyter Notebook] anishathalye/obfuscated-gradients Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples
- [658Star][10m] [Jupyter Notebook] supercowpowers/data_hacking Data Hacking Project
- [657Star][1y] [Rust] endgameinc/xori Xori is an automation-ready disassembly and static analysis library for PE32, 32+ and shellcode
- [637Star][21d] [PS] olafhartong/sysmon-modular A repository of sysmon configuration modules
- [587Star][6m] nshalabi/sysmontools Utilities for Sysmon
- [568Star][11m] [JS] raineorshine/solgraph Visualize Solidity control flow for smart contract security analysis.
- [523Star][2m] mhaggis/sysmon-dfir Sources, configuration and how to detect evil things utilizing Microsoft Sysmon.
- [522Star][4m] [Java] java-deobfuscator/deobfuscator The real deal
- [507Star][8m] [JS] mindedsecurity/jstillery Advanced JavaScript Deobfuscation via Partial Evaluation
- [449Star][12m] [C++] ntquery/scylla Imports Reconstructor
- [447Star][3m] [Go] retroplasma/flyover-reverse-engineering Reversing Apple's 3D satellite mode
- [446Star][11m] [Batchfile] ion-storm/sysmon-config Advanced Sysmon configuration, Installer & Auto Updater with high-quality event tracing
- [408Star][19d] [Py] crytic/slither Static Analyzer for Solidity
- [383Star][1y] [HTML] maestron/reverse-engineering-tutorials Reverse Engineering Tutorials
- [344Star][1y] [Ruby] calebfenton/dex-oracle A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis
- [308Star][25d] [Py] baderj/domain_generation_algorithms Some results of my DGA reversing efforts
- [306Star][2m] [C] nagyd/sdlpop An open-source port of Prince of Persia, based on the disassembly of the DOS version.
- [291Star][28d] [C] tomb5/tomb5 Chronicles Disassembly translated to C source code.
- [265Star][3m] [Assembly] pret/pokeyellow Disassembly of Pokemon Yellow
- [240Star][4m] [JS] consensys/surya A set of utilities for exploring Solidity contracts
- [214Star][2m] [Py] rpisec/llvm-deobfuscator
- [211Star][12m] [Java] neo23x0/fnord Pattern Extractor for Obfuscated Code
- [534Star][12d] [Py] angr/angr-doc Documentation for the angr suite
- [305Star][2m] [Py] salls/angrop a rop gadget finder and chain builder
- 2016.04 [] Solving kao's toy project with symbolic execution and angr
- 2016.02 [theobsidiantower] Angr and me
- 2014.08 [3xp10it] angr解题
- 2014.08 [3xp10it] angr解题
- [1450Star][10d] [Go] google/gapid Graphics API Debugger
- [1422Star][17d] [C++] eteran/edb-debugger edb is a cross platform AArch32/x86/x86-64 debugger.
- [1413Star][19d] [Go] cosmos72/gomacro Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
- [1275Star][4m] [Go] solo-io/squash The debugger for microservices
- [1147Star][5m] [C++] cgdb/cgdb Console front-end to the GNU debugger
- [1128Star][20d] [C] blacksphere/blackmagic In application debugger for ARM Cortex microcontrollers.
- [899Star][10d] [Py] derekselander/lldb A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
- [836Star][8d] [C++] tasvideos/bizhawk BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
- [560Star][21d] [C#] microsoft/miengine The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb, lldb, and clrdbg.
- [521Star][1y] [C] wubingzheng/memleax debugs memory leak of running process. Not maintained anymore, try
libleak
please. - [462Star][5m] [C++] emoon/prodbg Debugging the way it's meant to be done
- [423Star][4m] [C++] cobaltfusion/debugviewpp DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
- [418Star][26d] [C++] simonkagstrom/kcov Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
- [377Star][1m] [Py] pdbpp/pdbpp pdb++, a drop-in replacement for pdb (the Python debugger)
- [332Star][8m] [Py] romanvm/python-web-pdb Web-based remote UI for Python's PDB debugger
- [306Star][21d] [Java] widdix/aws-s3-virusscan Free Antivirus for S3 Buckets
- [291Star][12d] [Py] sosreport/sos A unified tool for collecting system logs and other debug information
- [285Star][2m] [C++] changeofpace/viviennevmm VivienneVMM is a stealthy debugging framework implemented via an Intel VT-x hypervisor.
- [272Star][4m] [Py] mariovilas/winappdbg WinAppDbg Debugger
- [270Star][21d] [Py] ionelmc/python-manhole Debugging manhole for python applications.
- [250Star][2m] [Py] quantopian/qdb Quantopian Remote Debugger for Python
- [240Star][6m] [C++] facebook/ds2 Debug server for lldb.
- [239Star][8m] [C++] strivexjun/xantidebug VMProtect 3.x Anti-debug Method Improved
- [239Star][8m] [Py] beeware/bugjar A interactive graphical debugger for Python code.
- [233Star][2m] [Py] gilligan/vim-lldb lldb debugger integration plugin for vim
- [220Star][9m] letoram/senseye Dynamic Visual Debugging / Reverse Engineering Toolsuite
- [218Star][2m] [Py] nteseyes/pylane An python vm injector with debug tools, based on gdb.
- [213Star][12d] [C++] thalium/icebox Virtual Machine Introspection, Tracing & Debugging
- [209Star][2m] [C] joyent/mdb_v8 postmortem debugging for Node.js and other V8-based programs
- [200Star][6m] [C++] rainers/cv2pdb converter of DMD CodeView/DWARF debug information to PDB files
- [1106Star][14d] [OCaml] binaryanalysisplatform/bap Binary Analysis Platform
- [411Star][13d] [HTML] w3c/webappsec Web Application Security Working Group repo
- [299Star][17d] [JS] w3c/webappsec-trusted-types A browser API to prevent DOM-Based Cross Site Scripting in modern web applications.
- [382Star][26d] [C++] google/binexport Export disassemblies into Protocol Buffers and to BinNavi databases
- Also In Section: IDA->Tools->Import Export->BinNavi |
- 2015.12 [summitroute] Setting up fREedom and BinNavi
- 2015.12 [addxorrol] Open-Source BinNavi ... and fREedom
- 2015.08 [freebuf] 逆向分析神器BinNavi开源了
- 2008.11 [addxorrol] BinDiff / BinNavi User Forum
- 2008.11 [addxorrol] BinNavi v2 and PHP !
- [20779Star][8d] [Java] skylot/jadx Dex to Java decompiler
- [7733Star][1m] [Java] java-decompiler/jd-gui A standalone Java Decompiler GUI
- [3135Star][26d] [Java] deathmarine/luyten An Open Source Java Decompiler Gui for Procyon
- [1867Star][1y] [Java] jindrapetrik/jpexs-decompiler JPEXS Free Flash Decompiler
- [1652Star][12m] [Java] fesh0r/fernflower Unofficial mirror of FernFlower Java decompiler (All pulls should be submitted upstream)
- [1466Star][12d] [Py] rocky/python-uncompyle6 A cross-version Python bytecode decompiler
- [1084Star][4m] [Py] storyyeller/krakatau Java decompiler, assembler, and disassembler
- [764Star][12m] [C++] comaeio/porosity UNMAINTAINED Decompiler and Security Analysis tool for Blockchain-based Ethereum Smart-Contracts
- [673Star][18d] [C#] uxmal/reko Reko is a binary decompiler.
- [671Star][11m] [C++] zrax/pycdc C++ python bytecode disassembler and decompiler
- [538Star][6m] [Java] java-decompiler/jd-eclipse A Java Decompiler Eclipse plugin
- [347Star][16d] [C#] steamdatabase/valveresourceformat Valve's Source 2 resource file format (also known as Stupid Valve Format) parser and decompiler.
- [331Star][11d] [Java] leibnitz27/cfr This is the public repository for the CFR Java decompiler
- [327Star][2m] [C++] silverf0x/rpcview RpcView is a free tool to explore and decompile Microsoft RPC interfaces
- [283Star][8m] [Shell] venshine/decompile-apk auto decompile function for produce Java source code and resources from Android Apk files that displayed on GUI.
- [243Star][3m] [Java] kwart/jd-cmd Command line Java Decompiler
- [242Star][11d] [C#] icsharpcode/avaloniailspy Avalonia-based .NET Decompiler (port of ILSpy)
- [240Star][2m] [Java] ata4/bspsrc A Source engine map decompiler
- [232Star][1y] [C++] wwwg/wasmdec WebAssembly to C decompiler
- [226Star][11d] [C++] boomerangdecompiler/boomerang Boomerang Decompiler - Fighting the code-rot :)
- [1374Star][20d] [C] zyantific/zydis Fast and lightweight x86/x86-64 disassembler library
- [1346Star][12m] [Rust] das-labor/panopticon A libre cross-platform disassembler.
- [877Star][11m] [C++] wisk/medusa An open source interactive disassembler
- [835Star][8d] [GLSL] khronosgroup/spirv-cross a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
- [828Star][3m] [C++] redasmorg/redasm The OpenSource Disassembler
- [627Star][3m] [C] gdabah/distorm Powerful Disassembler Library For x86/AMD64
- [430Star][2m] [C#] 0xd4d/iced x86/x64 disassembler, instruction decoder & encoder
- [351Star][21d] [Ruby] jjyg/metasm This is the main repository for metasm, a free assembler / disassembler / compiler written in ruby
- [246Star][5m] [Py] bontchev/pcodedmp A VBA p-code disassembler
- [7019Star][10d] [JS] cs01/gdbgui Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
- [6052Star][13d] [Py] cyrus-and/gdb-dashboard Modular visual interface for GDB in Python
- [3784Star][11m] [Py] longld/peda Python Exploit Development Assistance for GDB
- [2568Star][1m] [Py] hugsy/gef GDB Enhanced Features for exploit devs & reversers
- [2439Star][16d] [Py] pwndbg/pwndbg Exploit Development and Reverse Engineering with GDB Made Easy
- [1417Star][3m] [Go] hellogcc/100-gdb-tips A collection of gdb tips. 100 maybe just mean many here.
- [452Star][3m] [Py] scwuaptx/pwngdb gdb for pwn
- [446Star][1y] [Py] jfoote/exploitable The 'exploitable' GDB plugin. I don't work at CERT anymore, but here is the original homepage:
- [244Star][2m] [JS] bet4it/hyperpwn A hyper plugin to provide a flexible GDB GUI with the help of GEF, pwndbg or peda
- [208Star][2m] [Py] sakhnik/nvim-gdb Neovim thin wrapper for GDB, LLDB and PDB
- 2019.11 [ocallahan] Supercharging Gdb With Pernosco
- 2019.10 [FOSSiFoundation] A Unified Debug Server for Deeply Embedded Systems and GDB/LLDB - Simon Cook - ORConf 2019
- 2019.10 [TheLinuxFoundation] Using Serial kdb / kgdb to Debug the Linux Kernel - Douglas Anderson, Google
- 2019.09 [GNUToolsCauldron] GDB: Tab-Completion & Command Options - GNU Tools Cauldron 2019
- 2019.09 [GNUToolsCauldron] GDB on s390x: To-dos and Challenges - GNU Tools Cauldron 2019
- 2019.09 [GNUToolsCauldron] GDB BoF - GNU Tools Cauldron 2019
- 2019.09 [GNUToolsCauldron] A New Debug Server for Supporting GDB on Embedded Platforms - GNU Tools Cauldron 2019
- 2019.05 [tunnelshade] Quick linux kernel with gdb setup with little help from Linux distros
- 2019.02 [360] ARM汇编之堆栈溢出实战分析四(GDB)
- 2019.01 [freebuf] ARM汇编之堆栈溢出实战分析三(GDB)
- 2019.01 [360] ARM汇编之堆栈溢出实战分析二(GDB)
- 2019.01 [360] ARM汇编之堆栈溢出实战分析(GDB)
- 2018.09 [blackroomsec] Reversing small crackme w/ GDB-Peda
- 2018.09 [doyler] Metasploit adduser Analysis via GDB (SLAE Exam Assignment #5.2)
- 2018.07 [pediy] [编程][翻译] 用 gdb 学 C 语言
- 2018.05 [djmanilaice] Ignorance .gdbinit
- 2018.05 [360] DEFCON CHINA议题解读 | Triton和符号执行在 GDB 上
- 2018.03 [aliyun] 利用GDB实现进程注入
- 2018.02 [freebuf] GDB调试CVE-2018-5711 PHP-GD拒绝服务漏洞
- 2018.02 [HITCON] [HITCON CMT 2017] R0D202 - 陳威伯 - Triton and Symbolic execution on GDB
- [1419Star][9m] [C] namhyung/uftrace Function (graph) tracer for user-space
- [11588Star][12d] [C] radareorg/radare2 unix-like reverse engineering framework and commandline tools
- [410Star][6m] [Py] itayc0hen/a-journey-into-radare2 A series of tutorials about radare2 framework from
- [339Star][28d] [TeX] radareorg/radare2book Radare2 official book
- [259Star][1m] [C] radareorg/r2dec-js radare2 plugin - converts asm to pseudo-C code.
- [258Star][4m] [Rust] radareorg/radeco radare2-based decompiler and symbol executor
- [202Star][3m] [PS] wiredpulse/posh-r2 PowerShell - Rapid Response... For the incident responder in you!
- [378Star][27d] [JS] nowsecure/r2frida Radare2 and Frida better together.
- Also In Section: DBI->Frida->Tools->With Other Tools->Radare2 |
- [6176Star][8d] [C++] radareorg/cutter Reverse Engineering Platform powered by radare2
- 2019.10 [prsecurity] Radare2 for RE CTF
- 2019.09 [securityartwork] YaraRET (I): Carving with Radare2 & Yara
- 2019.07 [freebuf] 教你使用Cutter和Radare2对APT32恶意程序流程图进行反混淆处理
- 2019.07 [THER] 0x0D - FLARE-On #3 Challenge Part 2 [Reversing with Radare2]
- 2019.07 [THER] 0x09 Cross References [Reversing with Radare2]
- 2019.07 [THER] 0x08 Navigation [Reversing with Radare2]
- 2019.07 [THER] 0x04 Target Application [Reversing with Radare2]
- 2019.06 [THER] 0x03 Environment Setup [Reversing with Radare2]
- 2019.06 [THER] 0x02 What is Radare2 [Reversing with Radare2]
- 2019.06 [THER] 0x00 Intro [Reversing with Radare2]
- 2019.06 [hitbsecconf] #HITB2019AMS D1T3 - Overcoming Fear: Reversing With Radare2 - Arnau Gamez Montolio
- 2019.05 [X0x0FFB347] Solving MalwareTech Shellcode challenges with some radare2 magic!
- 2019.05 [360] 使用Cutter和Radare2对APT32恶意程序流程图进行反混淆处理
- 2019.05 [SagiDana] Radare2 — Keep It Or Leave It?
- 2019.04 [X0x0FFB347] Solving MalwareTech String Challenges With Some Radare2 Magic!
- 2019.04 [radare] Radare2 Summer of Code 2019 Selection Results
- 2019.04 [radare] Radare2 Summer of Code 2019 Selection Results
- 2019.03 [sans] Binary Analysis with Jupyter and Radare2
- 2019.02 [freebuf] Radare2:一款类Unix命令行逆向安全框架
- 2019.02 [radare] Radare2 Community Survey Results
- 2019.12 [megabeets] 5 Ways to patch binaries with Cutter
- 2019.07 [THER] 0x0C - Cutter: FLARE-On #3 Challenge Part 1 [Reversing with Radare2]
- 2018.10 [PancakeNopcode] r2con2018 - Cutter by @xarkes
- 2018.08 [radare] GSoC 2018 Final: Debugging and Emulation Support for Cutter
- 2017.12 [n0where] Qt C++ radare2 GUI: Cutter
- [2820Star][1m] [Py] androguard/androguard Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)
- [328Star][5m] [Py] vector35/binaryninja-api Public API, examples, documentation and issues for Binary Ninja
- [280Star][3m] [Py] pbiernat/ripr Package Binary Code as a Python class using Binary Ninja and Unicorn Engine
- [201Star][14d] [JS] ret2got/disasm.pro A realtime assembler/disassembler (formerly known as disasm.ninja)
- 2019.08 [trailofbits] Reverse Taint Analysis Using Binary Ninja
- 2018.09 [aliyun] 使用Binary Ninja调试共享库
- 2018.09 [kudelskisecurity] Analyzing ARM Cortex-based MCU firmwares using Binary Ninja
- 2018.07 [aliyun] WCTF 2018 - binja - rswc
- 2018.04 [trailofbits] Vulnerability Modeling with Binary Ninja
- 2018.01 [pediy] [翻译]逆向平台Binary Ninja介绍
- 2017.11 [] bnpy - A python architecture plugin for Binary Ninja
- 2017.10 [ret2] Untangling Exotic Architectures with Binary Ninja
- 2017.10 [chokepoint] Pin Visual Coverage Tool for Binary Ninja
- 2017.03 [GynvaelEN] Hacking Livestream #14: Binary Ninja Plugins (with carstein)
- 2016.12 [kchung] Binary Ninja: IPython and the Python Console
- 2016.03 [arm] Introduction to the Binary Ninja API
- [877Star][8m] [Py] erocarrera/pefile pefile is a Python module to read and work with PE (Portable Executable) files
- [634Star][10d] [C] thewover/donut Generates x86, x64, or AMD64+x86 position-independent shellcode that loads .NET Assemblies, PE files, and other Windows payloads from memory and runs them with parameters
- [537Star][1y] [C#] ghostpack/safetykatz combination of slightly modified version of Mimikatz project and .NET PE Loader.
- [388Star][1y] [Assembly] hasherezade/pe_to_shellcode Converts PE into a shellcode
- [385Star][3m] [Jupyter Notebook] endgameinc/ember a collection of features from PE files that serve as a benchmark dataset for researchers.
- [344Star][1y] [Assembly] egebalci/amber a reflective PE packer for bypassing security products and mitigations
- [337Star][5m] [C] merces/pev The PE file analysis toolkit
- [316Star][24d] [C++] trailofbits/pe-parse Principled, lightweight C/C++ PE parser
- [315Star][14d] [VBA] itm4n/vba-runpe A VBA implementation of the RunPE technique or how to bypass application whitelisting.
- [296Star][12d] [C++] hasherezade/libpeconv A library to load, manipulate, dump PE files. See also:
- [285Star][7m] [Java] katjahahn/portex Java library to analyse Portable Executable files with a special focus on malware analysis and PE malformation robustness
- 2019.12 [aliyun] 手工shellcode注入PE文件
- 2019.10 [freebuf] PEpper:一款针对可执行程序的开源恶意软件静态分析工具
- 2019.09 [sevagas] Process PE Injection Basics
- 2019.07 [hexacorn] PE Section names – re-visited, again
- 2019.06 [hasherezade] PE-sieve v0.2.1 release notes - import recovery & unpacking ASPack (part 2)
- 2019.05 [0x00sec] Backdoorin pe files
- 2019.05 [360] Windows调试艺术——PE文件变形(一)
- 2019.05 [arxiv] [1905.01999] A Benchmark API Call Dataset for Windows PE Malware Classification
- 2019.04 [decoder] Combinig LUAFV PostLuafvPostReadWrite Race Condition PE with DiagHub collector exploit -> from standard user to SYSTEM
- 2019.04 [MalwareAnalysisForHedgehogs] Malware Theory - PE Malformations and Anomalies
- 2019.04 [freebuf] Xori:一款针对PE32和Shellcode的自动化反编译与静态分析库
- 2019.03 [hexacorn] PE files and the DemoScene
- 2019.03 [] 携带恶意PE文件的壁纸类应用出现在Google Play
- 2019.03 [] 携带恶意PE文件的壁纸类应用出现在Google Play
- 2019.03 [] Malicious PE files discovered on Google Play
- 2019.03 [hexacorn] PE Compilation Timestamps vs. forensics
- 2019.03 [cristivlad25] Machine Learning for Malware Detection - 4 - Portable Executable (PE) Files
- 2019.03 [hexacorn] Extracting and Parsing PE signatures en masse
- 2019.02 [hexacorn] PE files and the Easy Programming Language (EPL)
- 2019.01 [pediy] [原创]PE加载器的简单实现
- [1915Star][22d] [C#] lucasg/dependencies A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
- [1333Star][10m] [C] fancycode/memorymodule Library to load a DLL from memory.
- [1146Star][27d] [C#] perfare/il2cppdumper Restore dll from Unity il2cpp binary file (except code)
- [793Star][11m] [C#] terminals-origin/terminals Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
- [388Star][7m] [C++] hasherezade/dll_to_exe Converts a DLL into EXE
- [363Star][19d] [C#] 3f/dllexport .NET DllExport
- [240Star][10m] [C++] wbenny/detoursnt Detours with just single dependency - NTDLL
- [230Star][1y] [C#] misaka-mikoto-tech/monohooker hook C# method at runtime without modify dll file (such as UnityEditor.dll)
- [215Star][6m] [C#] erfg12/memory.dll C# Hacking library for making PC game trainers.
- [214Star][26d] [C++] chuyu-team/mint Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll.
- 2019.12 [freebuf] 如何使用ADSI接口和反射型DLL枚举活动目录
- 2019.11 [tyranidslair] The Internals of AppLocker - Part 4 - Blocking DLL Loading
- 2019.09 [hexacorn] RunDll32 — API calling
- 2019.09 [4hou] 《MiniDumpWriteDump via COM+ Services DLL》的利用测试
- 2019.08 [osandamalith] Converting an EXE to a DLL
- 2019.06 [4hou] 域渗透——利用dnscmd在DNS服务器上实现远程加载Dll
- 2019.06 [hexacorn] Playing with Delay-Loaded DLLs…
- 2019.05 [3gstudent] 域渗透——利用dnscmd在DNS服务器上实现远程加载Dll
- 2019.05 [3gstudent] 域渗透——利用dnscmd在DNS服务器上实现远程加载Dll
- 2019.05 [4sysops] PS Protector: Convert your PowerShell module into a .NET assembly DLL
- 2019.05 [0x00sec] Malicious DLL execution using Apple's APSDaemon.exe signed binary
- 2019.04 [4hou] Qt5漏洞导致Cisco WebEx和Malwarebytes反病毒产品可远程加载任意DLL
- 2019.04 [id] DLL CryptoMix
- 2019.03 [CyborgElf] How To Make an Internal DLL Game Hack C++ (Rainbow Six Siege)
- 2019.02 [] No Source Code For a 14-Year Old Vulnerable DLL? No Problem. (CVE-2018-20250)
- 2018.12 [srcincite] WebExec Reloaded :: Cisco Webex Meetings Desktop App Update Service DLL Planting Elevation of Privilege Vulnerability
- [713Star][5m] [C++] darthton/xenos Windows dll injector
- [588Star][2m] [PS] monoxgas/srdi Shellcode implementation of Reflective DLL Injection. Convert DLLs to position independent shellcode
- 2019.12 [freebuf] 如何防止恶意的第三方DLL注入到进程
- 2019.06 [aliyun] Windows 10 Task Scheduler服务DLL注入漏洞分析
- 2018.10 [pediy] [原创]代替创建用户线程使用ShellCode注入DLL的小技巧
- 2018.10 [4hou] 如何利用DLL注入绕过Win10勒索软件保护
- 2018.10 [0x00sec] Reflective Dll Injection - Any Way to check If a process is already injected?
- 2018.09 [pediy] [原创]win10_arm64 驱动注入dll 到 arm32程序
- 2018.08 [freebuf] sRDI:一款通过Shellcode实现反射型DLL注入的强大工具
- 2018.07 [4hou] 注入系列——DLL注入
- 2018.06 [0x00sec] Reflective DLL Injection - AV detects at runtime
- 2018.06 [qq] 【游戏漏洞】注入DLL显示游戏窗口
- 2017.12 [secist] Mavinject | Dll Injected
- 2017.12 [secvul] SSM终结dll注入
- 2017.10 [nsfocus] 【干货分享】Sandbox技术之DLL注入
- 2017.10 [freebuf] DLL注入新姿势:反射式DLL注入研究
- 2017.10 [pediy] [原创]通过Wannacry分析内核shellcode注入dll技术
- 2017.09 [360] Dll注入新姿势:SetThreadContext注入
- 2017.08 [silentbreaksecurity] sRDI – Shellcode Reflective DLL Injection
- 2017.08 [360] DLL注入那些事
- 2017.08 [freebuf] 系统安全攻防战:DLL注入技术详解
- 2017.08 [pediy] [翻译]多种DLL注入技术原理介绍
- [431Star][7m] [Pascal] mojtabatajik/robber Robber is open source tool for finding executables prone to DLL hijacking
- [299Star][11m] [C++] anhkgg/superdllhijack A general DLL hijack technology, don't need to manually export the same function interface of the DLL, so easy!
- 2019.06 [4hou] 戴尔预装的SupportAssist组件存在DLL劫持漏洞,全球超过1亿台设备面临网络攻击风险
- 2019.05 [4hou] 《Lateral Movement — SCM and DLL Hijacking Primer》的利用扩展
- 2019.04 [3gstudent] 《Lateral Movement — SCM and DLL Hijacking Primer》的利用扩展
- 2019.04 [3gstudent] 《Lateral Movement — SCM and DLL Hijacking Primer》的利用扩展
- 2019.04 [specterops] Lateral Movement — SCM and Dll Hijacking Primer
- 2019.01 [sans] DLL Hijacking Like a Boss!
- 2018.11 [t00ls] 一种通用DLL劫持技术研究
- 2018.11 [pediy] [原创]一种通用DLL劫持技术研究
- 2018.09 [DoktorCranium] Understanding how DLL Hijacking works
- 2018.09 [astr0baby] Understanding how DLL Hijacking works
- 2018.08 [parsiya] DVTA - Part 5 - Client-side Storage and DLL Hijacking
- 2018.08 [parsiya] DVTA - Part 5 - Client-side Storage and DLL Hijacking
- 2018.06 [cybereason] Attackers incriminate a signed Oracle process for DLL hijacking, running Mimikatz
- 2018.05 [360] 独辟蹊径:如何通过URL文件实现DLL劫持
- 2018.05 [insert] DLL Hijacking via URL files
- 2017.10 [cybereason] Siofra, a free tool built by Cybereason researcher, exposes DLL hijacking vulnerabilities in Windows programs
- 2017.08 [securiteam] SSD Advisory – Dashlane DLL Hijacking
- 2017.05 [4hou] Windows 下的 7 种 DLL 劫持技术
- 2017.05 [pediy] [原创]让代码飞出一段钢琴曲(freepiano小助手)(全局键盘钩子+dll劫持)+有码
- 2017.03 [pentestlab] DLL Hijacking
- [2355Star][11d] [C] hfiref0x/uacme Defeating Windows User Account Control
- [2307Star][1m] [PS] k8gege/k8tools K8工具合集(内网渗透/提权工具/远程溢出/漏洞利用/扫描工具/密码破解/免杀工具/Exploit/APT/0day/Shellcode/Payload/priviledge/BypassUAC/OverFlow/WebShell/PenTest) Web GetShell Exploit(Struts2/Zimbra/Weblogic/Tomcat/Apache/Jboss/DotNetNuke/zabbix)
- [1688Star][3m] [Py] rootm0s/winpwnage UAC bypass, Elevate, Persistence and Execution methods
- 2019.11 [4hou] CVE-2019-1388: Windows UAC权限提升漏洞
- 2019.10 [freebuf] UAC绕过初探
- 2019.09 [4sysops] Security options in Windows Server 2016: Accounts and UAC
- 2019.08 [freebuf] SneakyEXE:一款嵌入式UAC绕过工具
- 2019.04 [markmotig] Brute Forcing Admin Passwords with UAC
- 2019.03 [4hou] 通过模拟可信目录绕过UAC的利用分析
- 2019.03 [aliyun] 如何滥用Access Tokens UIAccess绕过UAC
- 2019.02 [3gstudent] 通过模拟可信目录绕过UAC的利用分析
- 2019.02 [3gstudent] 通过模拟可信目录绕过UAC的利用分析
- 2019.02 [sans] UAC is not all that bad really
- 2019.01 [fuzzysecurity] Anatomy of UAC Attacks
- 2019.01 [sevagas] Yet another sdclt UAC bypass
- 2018.11 [4hou] 利用metasploit绕过UAC的5种方式
- 2018.11 [tenable] UAC Bypass by Mocking Trusted Directories
- 2018.10 [0x000x00] How to bypass UAC in newer Windows versions
- 2018.10 [tyranidslair] Farewell to the Token Stealing UAC Bypass
- 2018.10 [freebuf] 使用Metasploit绕过UAC的多种方法
- 2018.09 [freebuf] 一种绕过UAC的技术介绍
- 2018.09 [hackingarticles] Multiple Ways to Bypass UAC using Metasploit
- 2018.09 [hexacorn] A bit of a qUACkery – how to elevate… w/o doing a single thing ;)
- [206Star][1y] [JS] jpcertcc/sysmonsearch Investigate suspicious activity by visualizing Sysmon's event log
- 2019.12 [vanimpe] Use Sysmon DNS data for incident response
- 2019.11 [4hou] 你不知道的威胁狩猎技巧:Windows API 与 Sysmon 事件的映射
- 2019.10 [HackersOnBoard] Subverting Sysmon Application of a Formalized Security Product Evasion Methodology
- 2019.09 [sans] Parsing Sysmon Events for IR Indicators
- 2019.09 [blackhillsinfosec] Getting Started With Sysmon
- 2019.09 [osandamalith] Unloading the Sysmon Minifilter Driver
- 2019.09 [specterops] Shhmon — Silencing Sysmon via Driver Unload
- 2019.09 [4hou] 如何逃逸Sysmon工具对DNS的监控
- 2019.09 [olafhartong] Sysmon 10.4 release
- 2019.09 [blackhillsinfosec] Webcast: Windows logging, Sysmon, and ELK
- 2019.08 [blackhillsinfosec] Webcast: Implementing Sysmon and Applocker
- 2019.07 [eforensicsmag] Using Sysmon and ETW For So Much More | By David Kennedy
- 2019.06 [nosecurecode] Sysmon in a Box
- 2019.06 [binarydefense] Using Sysmon and ETW For So Much More - Binary Defense
- 2019.06 [360] 如何规避Sysmon DNS监控
- 2019.06 [SecurityWeekly] Sysmon DNS Logging, Gravwell - PSW #608
- 2019.06 [xpnsec] Evading Sysmon DNS Monitoring
- 2019.06 [olafhartong] Using Sysmon in Azure Sentinel
- 2019.05 [olafhartong] Sysmon 10.0 - New features and changes
- 2019.02 [specterops] Putting Sysmon v9.0 AND/OR Grouping Logic to the Test
- [1228Star][10d] [JS] jpcertcc/logontracer Investigate malicious Windows logon by visualizing and analyzing Windows event log
- [865Star][22d] [C++] google/uiforetw User interface for recording and managing ETW traces
- [654Star][10m] [Roff] palantir/windows-event-forwarding A repository for using windows event forwarding for incident detection and response
- [609Star][19d] [PS] sbousseaden/evtx-attack-samples windows events samples associated to specific attack and post-exploitation techniques
- [504Star][10m] [C#] lowleveldesign/wtrace Command line tracing tool for Windows, based on ETW.
- [479Star][5m] [PS] sans-blue-team/deepbluecli a PowerShell Module for Threat Hunting via Windows Event Logs
- [446Star][9m] [PS] nsacyber/event-forwarding-guidance Configuration guidance for implementing collection of security relevant Windows Event Log events by using Windows Event Forwarding. #nsacyber
- [393Star][10m] [Py] williballenthin/python-evtx Pure Python parser for recent Windows Event Log files (.evtx)
- [341Star][1y] [C++] qax-a-team/eventcleaner A tool mainly to erase specified records from Windows event logs, with additional functionalities.
- [306Star][1m] [C#] zodiacon/procmonx Extended Process Monitor-like tool based on Event Tracing for Windows
- [282Star][3m] [C#] fireeye/silketw flexible C# wrappers for ETW
- [282Star][10m] [C#] nsacyber/windows-event-log-messages Retrieves the definitions of Windows Event Log messages embedded in Windows binaries and provides them in discoverable formats. #nsacyber
- [261Star][3m] [C++] gametechdev/presentmon Tool for collection and processing of ETW events related to DXGI presentation.
- [249Star][3m] [C++] microsoft/krabsetw KrabsETW provides a modern C++ wrapper and a .NET wrapper around the low-level ETW trace consumption functions.
- 2019.12 [Cooper] EventList, Matching Windows Event Log IDs With MITRE ATT&CK - Miriam Wiesner
- 2019.09 [adventuresincyberchallenges] Powershell Encoded Payload In Clear Text in Windows Event Log 4688
- 2019.09 [Cyb3rWard0g] Threat Hunting with ETW events and HELK — Part 2: Shipping ETW events to HELK ⚒
- 2019.09 [Cyb3rWard0g] Threat Hunting with ETW events and HELK — Part 1: Installing SilkETW 🏄♀🏄
- 2019.05 [freebuf] SilkETW:一款针对Windows事件追踪的自定义C#封装工具
- 2019.04 [4sysops] Forward Windows events to a Syslog server with free SolarWinds Event Log Forwarder for Windows
- 2019.02 [360] ETW注册表监控windows内核实现原理
- 2019.01 [sans] Rocking Your Windows EventID with ELK Stack
- 2019.01 [sans] Threat Hunting via Windows Event Logs
- 2019.01 [sans] Hunting for Lateral Movement Using Windows Event Log
- 2018.12 [palantir] Tampering with Windows Event Tracing: Background, Offense, and Defense
- 2018.12 [sophos] Hunting for threats with Intercept X and the Windows Event Collector
- 2018.08 [4sysops] Query multiple Windows event logs with PowerShell
- 2018.07 [criteo] Grab ETW Session, Providers and Events
- 2018.07 [3gstudent] Windows Event Viewer Log (EVT)单条日志清除(三)——删除当前系统指定指定时间段evt日志记录
- 2018.07 [3gstudent] Windows Event Viewer Log (EVT)单条日志清除(三)——删除当前系统指定指定时间段evt日志记录
- 2018.07 [pentesttoolz] LogonTracer – Investigate Malicious Windows Logon By Visualizing And Analyzing Windows Event Log
- 2018.07 [dragos] EvtxToElk: A Python Module to Load Windows Event Logs into ElasticSearch
- 2018.07 [3gstudent] Windows Event Viewer Log (EVT)单条日志清除(二)——程序实现删除evt文件指定时间段的日志记录
- 2018.07 [3gstudent] Windows Event Viewer Log (EVT)单条日志清除(二)——程序实现删除evt文件指定时间段的日志记录
- [921Star][7m] [PS] api0cradle/ultimateapplockerbypasslist The goal of this repository is to document the most common techniques to bypass AppLocker.
- 2019.11 [tyranidslair] The Internals of AppLocker - Part 3 - Access Tokens and Access Checking
- 2019.11 [tyranidslair] The Internals of AppLocker - Part 2 - Blocking Process Creation
- 2019.11 [tyranidslair] The Internals of AppLocker - Part 1 - Overview and Setup
- 2019.09 [blackhillsinfosec] Getting Started With AppLocker
- 2019.08 [p0w3rsh3ll] How to delete a single Applocker rule
- 2019.05 [oddvar] A small discovery about AppLocker
- 2019.04 [4hou] 通过regsrv32.exe绕过Applocker应用程序白名单的多种方法
- 2019.03 [4sysops] Application whitelisting: Software Restriction Policies vs. AppLocker vs. Windows Defender Application Control
- 2019.03 [4hou] 逃避手段再开花——从一个能逃避AppLocker和AMSI检测的Office文档讲起
- 2019.03 [yoroi] The Document that Eluded AppLocker and AMSI
- 2019.03 [p0w3rsh3ll] Applocker and PowerShell: how do they tightly work together?
- 2019.02 [4hou] 如何以管理员身份绕过AppLocker
- 2019.02 [oddvar] Bypassing AppLocker as an admin
- 2019.01 [hackingarticles] Windows Applocker Policy – A Beginner’s Guide
- 2019.01 [t00ls] 投稿文章:Bypass Applocker + 免杀执行任意 shellcode [ csc + installUtil ]
- 2018.12 [hecfblog] Daily Blog #580: Applocker and Windows 10
- 2018.12 [hecfblog] Daily Blog #581: Forensic Lunch Test Kitchen 12/28/18 Syscache Applocker and Server 2012
- 2018.12 [360] 多维度对抗Windows AppLocker
- 2018.12 [tsscyber] BloodHound.xpab — Applocker bypass
- 2018.10 [tsscyber] AppLocker Bypass — presentationhost.exe
- [12676Star][14d] [C#] 0xd4d/dnspy .NET debugger and assembly editor
- [9261Star][11d] [C#] icsharpcode/ilspy .NET Decompiler
- [3694Star][27d] [C#] 0xd4d/de4dot .NET deobfuscator and unpacker.
- [3263Star][7m] [JS] sindresorhus/speed-test Test your internet connection speed and ping using speedtest.net from the CLI
- [1657Star][14d] [C#] jbevain/cecil Cecil is a library to inspect, modify and create .NET programs and libraries.
- [217Star][11m] [C#] rainwayapp/warden Warden.NET is an easy to use process management library for keeping track of processes on Windows.
- [1521Star][11m] [PS] joefitzgerald/packer-windows Windows templates that can be used to create boxes for Vagrant using Packer
- [1347Star][1m] [Go] securitywithoutborders/hardentools Hardentools is a utility that disables a number of risky Windows features.
- [1156Star][1y] [HTML] nsacyber/windows-secure-host-baseline Configuration guidance for implementing the Windows 10 and Windows Server 2016 DoD Secure Host Baseline settings. #nsacyber
- [1008Star][6m] adolfintel/windows10-privacy Windows 10 Privacy Guide
- [508Star][17d] [PS] stefanscherer/packer-windows Windows Templates for Packer: Win10, Server 2016, 1709, 1803, 1809, 2019, 1903, 1909, Insider with Docker
- [1348Star][22d] [C] intel/haxm cross-platform hardware-assisted virtualization engine (hypervisor), widely used as an accelerator for Android Emulator and QEMU
- [1011Star][1y] [C] ionescu007/simplevisor a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
- [717Star][23d] [C++] tandasat/hyperplatform Intel VT-x based hypervisor aiming to provide a thin VM-exit filtering platform on Windows.
- [570Star][12m] [C] asamy/ksm A fast, hackable and simple x64 VT-x hypervisor for Windows and Linux. Builtin userspace sandbox and introspection engine.
- Also In Section: Linux->Tools->Recent Add |
- [933Star][9m] [C] microsoft/windows-driver-frameworks a set of libraries that make it simple to write high-quality device drivers.
- [781Star][19d] axtmueller/windows-kernel-explorer A free but powerful Windows kernel research tool.
- [510Star][5m] [Py] rabbitstack/fibratus Tool for exploration and tracing of the Windows kernel
- [479Star][1m] [C] jkornev/hidden Windows driver with usermode interface which can hide objects of file-system and registry, protect processes and etc
- [278Star][12d] [PS] microsoftdocs/windows-driver-docs The official Windows Driver Kit documentation sources
- [490Star][14d] [Batchfile] chef-koch/regtweaks Windows Registry Tweaks (Win 7 - Win 10)
- [288Star][8m] [Py] williballenthin/python-registry Read access to Windows Registry files.
- [725Star][2m] [HTML] j00ru/windows-syscalls Windows System Call Tables (NT/2000/XP/2003/Vista/2008/7/2012/8/10)
- [328Star][2m] [C] hfiref0x/syscalltables Windows NT x64 Syscall tables
- [949Star][3m] [C] basil00/divert Windows Packet Divert
- [863Star][14d] [C++] henrypp/simplewall Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
- [726Star][2m] [Py] diyan/pywinrm Python library for Windows Remote Management (WinRM)
- [570Star][1m] [C] hfiref0x/winobjex64 Windows Object Explorer 64-bit
- [463Star][8m] [C#] microsoft/dbgshell A PowerShell front-end for the Windows debugger engine.
- [418Star][15d] [C] samba-team/samba he standard Windows interoperability suite of programs for Linux and Unix
- [389Star][2m] [C#] microsoft/binskim A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats
- [387Star][19d] [Jupyter Notebook] microsoft/windowsdefenderatp-hunting-queries Sample queries for Advanced hunting in Microsoft Defender ATP
- [370Star][27d] [Ruby] winrb/winrm Ruby library for Windows Remote Management
- [360Star][12d] [C#] digitalruby/ipban Monitors failed logins and bad behavior and bans ip addresses on Windows and Linux. Highly configurable, lean and powerful.
- [269Star][12m] [Py] hakril/pythonforwindows A codebase aimed to make interaction with Windows and native execution easier
- [238Star][5m] [PS] microsoft/aaronlocker Robust and practical application whitelisting for Windows
- [233Star][10m] [Go] masterzen/winrm Command-line tool and library for Windows remote command execution in Go
- [232Star][1y] [C++] ionescu007/simpleator Simpleator ("Simple-ator") is an innovative Windows-centric x64 user-mode application emulator that leverages several new features that were added in Windows 10 Spring Update (1803), also called "Redstone 4", with additional improvements that were made in Windows 10 October Update (1809), aka "Redstone 5".
- [229Star][4m] [C] tishion/mmloader A library for loading dll module bypassing windows PE loader from memory (x86/x64)
- [228Star][3m] [C] leecher1337/ntvdmx64 Run Microsoft Windows NTVDM (DOS) on 64bit Editions
- [226Star][1y] [C++] rexdf/commandtrayhost A command line program monitor systray for Windows
- [210Star][3m] adguardteam/adguardforwindows AdGuard for Windows open bug tracker
- [208Star][10m] [C] hzqst/unicorn_pe Unicorn PE is an unicorn based instrumentation project designed to emulate code execution for windows PE files.
- [205Star][3m] [C] jasonwhite/ducible A tool to make Windows builds reproducible.
- 2019.11 [aliyun] ARM EXP 开发 - 绕过 DEP 执行 mprotect()
- 2019.07 [codingvision] Bypassing ASLR and DEP - Getting Shells with pwntools
- 2019.01 [fuzzysecurity] MS13-009 Use-After-Free IE8 (DEP)
- 2019.01 [fuzzysecurity] BlazeVideo HDTV Player 6.6 Professional SEH&DEP&ASLR
- 2019.01 [fuzzysecurity] NCMedia Sound Editor Pro v7.5.1 SEH&DEP&ASLR
- 2019.01 [fuzzysecurity] ALLMediaServer 0.8 SEH&DEP&ASLR
- 2018.12 [360] CoolPlayer bypass DEP(CVE-2008-3408)分析
- 2018.09 [duo] Weak Apple DEP Authentication Leaves Enterprises Vulnerable to Social Engineering Attacks and Rogue Devices
- 2018.09 [3or] ARM Exploitation - Defeating DEP - executing mprotect()
- 2018.09 [3or] ARM Exploitation - Defeating DEP - execute system()
- 2018.06 [pediy] [原创]Easy MPEG to DVD Burner 1.7.11 SEH + DEP Bypass Local Buffer Overflow
- 2018.05 [pediy] [翻译]DEP缓解技术(一)
- 2017.12 [360] 利用缓解技术:数据执行保护(DEP)
- 2017.12 [0x00sec] Exploit Mitigation Techniques - Data Execution Prevention (DEP)
- 2017.10 [freebuf] 在64位系统中使用ROP+Return-to-dl-resolve来绕过ASLR+DEP
- 2017.10 [freebuf] 如何在32位系统中使用ROP+Return-to-dl来绕过ASLR+DEP
- 2017.08 [pediy] [原创]利用Ret2Libc挑战DEP——利用ZwSetInformationProcess
- 2017.06 [360] ropasaurusrex:ROP入门教程——DEP(下)
- 2017.06 [360] ropasaurusrex:ROP入门教程——DEP(上)
- 2017.05 [myonlinesecurity] fake clothing order Berhanu (PURCHASE DEPARTMENT) using winace files delivers Loki bot
- 2017.06 [lowleveldesign] How to decode managed stack frames in procmon traces
- 2017.02 [lowleveldesign] When procmon trace is not enough
- 2016.09 [dist67] Malware: Process Explorer & Procmon
- 2015.06 [guyrleech] Advanced Procmon Part 2 – Filtering inclusions
- 2014.12 [guyrleech] Advanced Procmon Part 1 – Filtering exclusions
- [930Star][15d] [Py] eliben/pyelftools Parsing ELF and DWARF in Python
- [787Star][2m] [C] nixos/patchelf A small utility to modify the dynamic linker and RPATH of ELF executables
- [411Star][9m] [Assembly] mewmew/dissection The dissection of a simple "hello world" ELF binary.
- [337Star][9m] [Py] rek7/fireelf Fileless Linux Malware Framework
- [277Star][4m] [Shell] cryptolok/aslray Linux ELF x32/x64 ASLR DEP/NX bypass exploit with stack-spraying
- [233Star][2m] [C] elfmaster/libelfmaster Secure ELF parsing/loading library for forensics reconstruction of malware, and robust reverse engineering tools
- 2019.10 [aliyun] 64 位 elf 的 one_gadget 通杀思路
- 2019.10 [HackersOnBoard] AFL's Blindspot and How to Resist AFL Fuzzing for Arbitrary ELF Binaries
- 2019.10 [HackersOnBoard] Black Hat USA 2016 Intra-Process Memory Protection for App on ARM & X86 Leveraging the ELF ABI
- 2019.09 [freebuf] CVE-2018-6924:解析FreeBSD ELF 头导致内核内存泄露
- 2019.07 [quarkslab] CVE-2018-6924: FreeBSD ELF Header Parsing Kernel Memory Disclosure
- 2019.07 [trendmicro] A Quick and Efficient Method For Locating the main() function of Linux ELF Malware Variants
- 2019.05 [0x00sec] Doubt infect ELF
- 2019.04 [guitmz] Linux ELF Runtime Crypter
- 2019.03 [guitmz] Running ELF executables from memory
- 2019.02 [icyphox] Python for Reverse Engineering #1: ELF Binaries
- 2019.01 [aliyun] 圣诞老人的ELFs:在没有execve的情况下运行Linux可执行文件
- 2019.01 [freebuf] Pwntools之DynELF原理探究
- 2019.01 [rapid7] Santa's ELFs: Running Linux Executables Without execve
- 2018.12 [360] Linux系统内存执行ELF的多种方式
- 2018.12 [ZeroNights] Yaroslav Moskvin - ELF execution in Linux RAM
- 2018.11 [k3170makan] Introduction to the ELF Format (Part VII): Dynamic Linking / Loading and the .dynamic section
- 2018.10 [k3170makan] Introduction to the ELF Format (Part VI) : More Relocation tricks - r_addend execution (Part 3)
- 2018.10 [k3170makan] Introduction to The ELF Format (Part VI): The Symbol Table and Relocations (Part 2)
- 2018.10 [k3170makan] Introduction to the ELF Format (Part VI) : The Symbol Table and Relocations (Part 1)
- 2018.10 [k3170makan] Introduction to the ELF Format (Part V) : Understanding C start up .init_array and .fini_array sections
- [1450Star][2m] [C] feralinteractive/gamemode Optimise Linux system performance on demand
- [1413Star][21d] [C++] google/nsjail A light-weight process isolation tool, making use of Linux namespaces and seccomp-bpf syscall filters (with help of the kafel bpf language)
- [895Star][29d] [C] buserror/simavr simavr is a lean, mean and hackable AVR simulator for linux & OSX
- [759Star][1m] [Py] korcankaraokcu/pince A reverse engineering tool that'll supply the place of Cheat Engine for linux
- [741Star][2m] [C] yrp604/rappel A linux-based assembly REPL for x86, amd64, armv7, and armv8
- [731Star][17d] [C] strace/strace strace is a diagnostic, debugging and instructional userspace utility for Linux
- [570Star][12m] [C] asamy/ksm A fast, hackable and simple x64 VT-x hypervisor for Windows and Linux. Builtin userspace sandbox and introspection engine.
- Also In Section: Windows->Tools->VT |
- [565Star][12d] [C++] intel/linux-sgx Intel SGX for Linux*
- [560Star][2m] [Py] autotest/autotest Fully automated tests on Linux
- [536Star][5m] [C++] nytrorst/shellcodecompiler compiles C/C++ style code into a small, position-independent and NULL-free shellcode for Windows (x86 and x64) and Linux (x86 and x64)
- [509Star][8m] [C] iovisor/ply Dynamic Tracing in Linux
- [468Star][9d] [C] libreswan/libreswan an Internet Key Exchange (IKE) implementation for Linux.
- [441Star][12d] [C] facebook/openbmc OpenBMC is an open software framework to build a complete Linux image for a Board Management Controller (BMC).
- [405Star][10m] [Shell] microsoft/linux-vm-tools Hyper-V Linux Guest VM Enhancements
- [393Star][2m] [Shell] yadominjinta/atilo Linux installer for termux
- [354Star][2m] [C] seccomp/libseccomp an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism
- [331Star][5m] [Go] capsule8/capsule8 cloud-native behavioral security monitoring
- [282Star][2m] [Py] facebook/fbkutils A variety of utilities built and maintained by Facebook's Linux Kernel Team that we wish to share with the community.
- [228Star][8m] [C] wkz/ply Light-weight Dynamic Tracer for Linux
Contents auto exported by Our System, please raise Issue if you have any question.