GithubHelp home page GithubHelp logo

hhy5277 / awesome-reverse-engineering Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alphaseclab/awesome-reverse-engineering

0.0 2.0 0.0 538 KB

Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect!

awesome-reverse-engineering's Introduction

逆向

  • 跟逆向有关的资源收集。当前包括的工具个数3000+,并根据功能进行了粗糙的分类。部分工具添加了中文描述。当前包括文章数600左右。
  • 此页只包含部分内容. 查看完整版

说明

EnglishVersion

目录

TODO

  • 对工具进行更细致的分类
  • 为工具添加详细的中文描述,包括其内部实现原理和使用方式
  • 添加非Github repo
  • 补充文章
  • 修改已添加文章的描述

IDA


插件&&脚本

  • 以Github开源工具为主

新添加的

未分类

  • [1044星][13d] [Py] fireeye/flare-ida 多工具
    • StackStrings 自动恢复手动构造的字符串
    • Struct Typer implements the struct typing described here
    • ApplyCalleeType specify or choose a function type for indirect calls as described here
    • argtracker 识别函数使用的静态参数
    • idb2pat FLIRT签名生成
    • objc2_analyzer 在目标Mach-O可执行文件的与Objective-C运行时相关的部分中定义的选择器引用及其实现之间创建交叉引用
    • MSDN Annotations 从XML文件中提取MSDN信息,添加到IDB数据库中
    • ironstrings 使用代码模拟执行(flare-emu), 恢复构造的字符串
    • Shellcode Hashes 生成Hash数据库
  • [735星][6m] [Py] devttys0/ida IDA插件/脚本/模块收集
    • wpsearch 查找在MIPS WPS checksum实现中常见的立即数
    • md5hash 纯Python版的MD5 hash实现(IDA的hashlib有问题)
    • alleycat 查找向指定的函数内代码块的路径、查找两个或多个函数之间的路径、生成交互式调用图、可编程
    • codatify 定义IDA自动化分析时miss的ASCII字符串、函数、代码。将data段的所有未定义字节转换为DWORD(于是IDA可识别函数和跳转表指针)
    • fluorescence 高亮函数调用指令
    • leafblower 识别常用的POSIX函数:printf, sprintf, memcmp, strcpy等
    • localxrefs 在当前函数内部查找所有对任意选择文本的引用
    • mipslocalvars 对栈上只用于存储寄存器的变量进行命名,简化栈数据分析(MISP)
    • mipsrop 在MIPS可执行代码中搜寻ROP。查找常见的ROP
    • rizzo 对2个或多个IDB之间的函数进行识别和重命名,基于:函数签名、对唯一字符串/常量的引用、模糊签名、调用图
  • [315星][2m] [C] ohjeongwook/darungrim 软件补丁分析工具
  • [274星][3m] [Py] jpcertcc/aa-tools 多脚本

结构体&&类的检测&&创建&&恢复

未分类

C++类&&虚表

  • [604星][3m] [Py] 0xgalz/virtuailor 利用IDA调试获取的信息,自动创建C++的虚表
    • 重复区段: IDA->插件->调试->调试数据 |

      查看详情

      静态部分:

      • 检测非直接调用
      • 利用条件断点, Hook非直接调用的值赋值过程

      动态 部分

      • 创建虚表结构
      • 重命名函数和虚表地址
      • 给反汇编非直接调用添加结构偏移
      • 给非直接调用到虚表之间添加交叉引用

      使用

      • File -> Script File -> Main.py(设置断点) -> IDA调试器执行

收集

外观&&主题

固件&&嵌入式设备

签名(FLIRT等)&&比较(Diff)&&匹配

未分类

FLIRT签名

FLIRT签名收集
FLIRT签名生成

Diff&&Match工具

Yara

IDB操作

协作逆向&&多人操作相同IDB文件

与调试器同步&&通信&&交互

导入导出&与其他工具交互

未分类

Ghidra

BinNavi

BinaryNinja

Radare2

Frida

IntelPin

针对特定分析目标

未分类

Loader&Processor

GoLang

Windows驱动

PS3&&PS4

PDB

Flash&&SWF

特定样本家族

CTF

IDAPython本身

未分类

cheatsheets

指令参考&文档

辅助脚本编写

未分类

Qt

控制台&&窗口界面

  • [267星][17d] [Py] eset/ipyida 集成IPython控制台

插件模板

其他语言

古老的

调试&&动态运行&动态数据

未分类

DBI数据

调试数据

  • [604星][3m] [Py] 0xgalz/virtuailor 利用IDA调试获取的信息,自动创建C++的虚表

    • 重复区段: IDA->插件->结构体->C++类 |

      查看详情

      静态部分:

      • 检测非直接调用
      • 利用条件断点, Hook非直接调用的值赋值过程

      动态 部分

      • 创建虚表结构
      • 重命名函数和虚表地址
      • 给反汇编非直接调用添加结构偏移
      • 给非直接调用到虚表之间添加交叉引用

      使用

      • File -> Script File -> Main.py(设置断点) -> IDA调试器执行
  • [385星][4m] [Py] ynvb/die 使用IDA调试器收集动态运行信息, 辅助静态分析

反编译器&&AST

反混淆

效率&&导航&&快速访问&&图形&&图像&&可视化

其他

显示增强

图形&&图像

  • [2563星][5m] [Java] google/binnavi 二进制分析IDE, 对反汇编代码的控制流程图和调用图进行探查/导航/编辑/注释.(IDA插件的作用是导出反汇编)

搜索

Android

Apple&&macOS&&iXxx&&Objective-C&&SWift&&Mach-O

未分类

内核缓存

Mach-O

Swift

ELF

Microcode

模拟器集成

作为辅助&&构成其他的一环

漏洞

未分类

ROP

补丁&&Patch

其他

函数相关

未分类

重命名&&前缀&&标记

导航&&查看&&查找

demangle

污点分析&&符号执行

字符串

加密解密


文章

新添加的

未分类

Tips&&Tricks

恶意代码分析

系列文章-Labeless插件介绍

系列文章-使用IDA从零开始学逆向

系列文章-IDAPython-让你的生活更美好

原文

译文

系列文章-使用IDA逆向C代码

工具&&插件&&脚本介绍

翻译-TheIDAProBook

翻译-ReverseEngineeringCodeWithIDAPro

逆向实战

Ghidra


插件&&脚本

Ghidra

新添加的

特定分析目标

未分类

Loader&&Processor

Xbox

与其他工具交互

未分类

Radare2

IDA

DBI

外观&&主题


文章&&视频

新添加的

x64dbg


插件&&脚本

x64dbg

  • [34521星][14d] [C++] x64dbg/x64dbg Windows平台x32/x64调试器

新添加的


文章&&视频

OllyDbg


插件&&脚本

新添加的


文章&&视频

WinDBG


插件&&脚本

新添加的


文章&&视频

Android


工具

新添加的1

  • [5948星][2m] [Java] google/android-classyshark 分析基于Android/Java的App或游戏
  • [4872星][7m] [Java] guardianproject/haven 通过Android应用和设备上的传感器保护自己的个人空间和财产而又不损害
  • [4752星][7d] [C++] facebook/redex Android App字节码优化器
  • [3578星][24d] [C++] anbox/anbox 在常规GNU / Linux系统上引导完整的Android系统,基于容器
  • [1114星][11d] [Java] huangyz0918/androidwm 一个支持不可见数字水印(隐写术)的android图像水印库。
  • [873星][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…
  • [537星][27d] nordicsemiconductor/android-nrf-connect Documentation and issue tracker for nRF Connect for Android.
  • [447星][11m] [Kotlin] shadowsocks/kcptun-android kcptun for Android.
  • [408星][2m] [CSS] angea/pocorgtfo a "PoC or GTFO" mirror with extra article index, direct links and clean PDFs.
  • [404星][1y] [Java] testwhat/smaliex A wrapper to get de-optimized dex from odex/oat/vdex.
  • [276星][8m] [Py] micropyramid/forex-python Foreign exchange rates, Bitcoin price index and currency conversion using ratesapi.io
  • [253星][3m] [Py] amimo/dcc DCC (Dex-to-C Compiler) is method-based aot compiler that can translate DEX code to C code.
  • [206星][2m] [C] derrekr/fastboot3ds A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.

新添加的

HotFix

  • [14478星][26d] [Java] tencent/tinker Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
  • [3431星][13d] [Java] meituan-dianping/robust Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot.
  • [1111星][5m] [Java] manbanggroup/phantom 唯一零 Hook 稳定占坑类 Android 热更新插件化方案

打包

  • [5028星][1m] [Java] meituan-dianping/walle Android Signature V2 Scheme签名下的新一代渠道包打包神器

收集

各类App

Xposed

  • [8597星][26d] [Java] android-hacker/virtualxposed A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
  • [2470星][6m] taichi-framework/taichi A framework to use Xposed module with or without Root/Unlock bootloader, supportting Android 5.0 ~ 10.0
  • [1963星][27d] [Java] elderdrivers/edxposed Elder driver Xposed Framework.
  • [1702星][1y] [Java] ac-pm/inspeckage Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
  • [1593星][26d] [Java] tiann/epic Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 4.0~10.0
  • [1291星][27d] [Java] android-hacker/exposed A library to use Xposed without root or recovery(or modify system image etc..).
  • [782星][7m] [Java] blankeer/mdwechat 一个能让微信 Material Design 化的 Xposed 模块
  • [633星][21d] [Java] ganyao114/sandhook Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 10.0 32/64 bit - Xposed API Compat
  • [475星][2m] [Java] tornaco/x-apm 应用管理 Xposed
  • [321星][1y] [C] smartdone/dexdump 一个用来快速脱一代壳的工具(稍微改下就可以脱类抽取那种壳)(Android)
  • [302星][12d] bigsinger/androididchanger Xposed Module for Changing Android Device Info
  • [289星][14d] [Java] ganyao114/sandvxposed Xposed environment without root (OS 5.0 - 10.0)
  • [213星][1y] [Kotlin] paphonb/androidp-ify [Xposed] Use features introduced in Android P on your O+ Device!
  • [201星][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.

加壳&&脱壳

  • [1757星][7m] [C++] wrbug/dumpdex Android脱壳
  • [1438星][3m] [C++] vaibhavpandeyvpz/apkstudio Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.
  • [807星][3m] [C] strazzere/android-unpacker Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0
  • [691星][1m] [YARA] rednaga/apkid Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android
  • [356星][2m] [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.
  • [313星][5m] [Shell] 1n3/reverseapk Quickly analyze and reverse engineer Android packages

HOOK

  • [1468星][3m] [C] iqiyi/xhook a PLT (Procedure Linkage Table) hook library for Android native ELF
  • [1466星][2m] [C++] jmpews/hookzz a hook framework for arm/arm64/ios/android, and [dev] branch is being refactored.
  • [795星][7m] [C++] aslody/whale Hook Framework for Android/IOS/Linux/MacOS
  • [524星][6m] [Java] aslody/andhook Android dynamic instrumentation framework
  • [344星][7m] [C] turing-technician/fasthook Android ART Hook

Emulator&&模拟器

IDA

Debug&&调试

Malware&&恶意代码

Obfuscate&&混淆

ReverseEngineering


文章&&视频

Apple&&iOS&&iXxx


工具

新添加的

  • [10902星][12d] [Objective-C] flipboard/flex An in-app debugging and exploration tool for iOS
  • [7992星][2m] [Py] facebook/chisel Chisel is a collection of LLDB commands to assist debugging iOS apps.
  • [5764星][3m] [Objective-C] square/ponydebugger Remote network and data debugging for your native iOS app using Chrome Developer Tools
  • [4627星][16d] [C] google/ios-webkit-debug-proxy A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector).
  • [4343星][13d] [Swift] signalapp/signal-ios A private messenger for iOS.
  • [3653星][4m] [C] facebook/fishhook A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS.
  • [3280星][2m] [Swift] yagiz/bagel a little native network debugging tool for iOS
  • [3202星][4m] [Objective-C] naituw/ipapatch Patch iOS Apps, The Easy Way, Without Jailbreak.
  • [2838星][12d] [Objective-C] facebook/idb idb is a flexible command line interface for automating iOS simulators and devices
  • [2731星][22d] [Makefile] theos/theos A cross-platform suite of tools for building and deploying software for iOS and other platforms.
  • [2683星][4m] [Objective-C] 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.
  • [2681星][1m] [Objective-C] kjcracks/clutch Fast iOS executable dumper
  • [2020星][20d] [Objective-C] ios-control/ios-deploy Install and debug iPhone apps from the command line, without using Xcode
  • [1774星][1y] aozhimin/ios-monitor-platform
  • [1676星][28d] [Swift] pmusolino/wormholy iOS network debugging, like a wizard 🧙‍♂️
  • [1574星][22d] ivrodriguezca/re-ios-apps A completely free, open source and online course about Reverse Engineering iOS Applications.
  • [1239星][2m] michalmalik/osx-re-101 OSX/iOS逆向资源收集
  • [996星][2m] [Objective-C] lmirosevic/gbdeviceinfo Detects the hardware, software and display of the current iOS or Mac OS X device at runtime.
  • [815星][7d] [JS] cypress-io/cypress-example-recipes Various recipes for testing common scenarios with Cypress
  • [766星][12d] [Shell] aqzt/kjyw 快捷运维,代号kjyw,项目基于shell、python,运维脚本工具库,收集各类运维常用工具脚本,实现快速安装nginx、mysql、php、redis、nagios、运维经常使用的脚本等等...
  • [634星][1y] [Swift] phynet/ios-url-schemes a github solution from my gist of iOS list for urls schemes
  • [498星][25d] [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.
  • [468星][8m] [C++] everettjf/machoexplorer MachO文件查看器,支持Windows和macOS
  • [466星][24d] pixelcyber/thor HTTP Sniffer/Capture on iOS for Network Debug & Inspect.
  • [430星][11m] captainarash/the_holy_book_of_x86 A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
  • [380星][11m] [C] coolstar/electra1131 electra1131: Electra for iOS 11.0 - 11.3.1
  • [337星][2m] [C] trailofbits/cb-multios DARPA Challenges Sets for Linux, Windows, and macOS
  • [305星][7d] [Swift] securing/iossecuritysuite iOS platform security & anti-tampering Swift library
  • [244星][18d] [C++] s0uthwest/futurerestore iOS upgrade and downgrade tool utilizing SHSH blobs
  • [238星][6m] [JS] we11cheng/wcshadowrocket iOS Shadowrocket(砸壳重签,仅供参考,添加节点存在问题)。另一个fq项目potatso源码参见:
  • [231星][3m] [Swift] shadowsocksr-live/ishadowsocksr ShadowsocksR for iOS, come from

XCode

  • [1388星][14d] [Swift] johnno1962/injectioniii Re-write of Injection for Xcode in (mostly) Swift4
  • [562星][19d] [Objective-C] hdb-li/lldebugtool LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.

文章&&视频

Cuckoo


工具

新添加的


文章&&视频

DBI


DynamoRIO

工具

DynamoRIO

新添加的

  • [246星][4m] [C] ampotos/dynstruct Reverse engineering tool for automatic structure recovering and memory use analysis based on DynamoRIO and Capstone

与其他工具交互

文章&&视频


IntelPin

工具

新添加的

  • [298星][1m] [C] vusec/vuzzer depends heavily on a modeified version of DataTracker, which in turn depends on LibDFT pintool.

与其他工具交互

未分类

文章&&视频


Frida

工具

Frida

  • [4398星][9d] [Makefile] frida/frida Clone this repo to build Frida

新添加的

  • [1150星][24d] [JS] alonemonkey/frida-ios-dump pull decrypted ipa from jailbreak device
  • [632星][9d] [Py] igio90/dwarf Full featured multi arch/os debugger built on top of PyQt5 and frida
  • [546星][19d] [JS] nccgroup/house 运行时手机 App 分析工具包, 带Web GUI
  • [478星][12d] [JS] iddoeldor/frida-snippets Hand-crafted Frida examples
  • [416星][3m] [C] frida/frida-python Frida Python bindings
  • [398星][12m] [Py] dstmath/frida-unpack 基于Frida的脱壳工具
  • [316星][16d] [C] frida/frida-core Frida core library intended for static linking into bindings
  • [298星][29d] [JS] chichou/bagbak Yet another frida based iOS dumpdecrypted
  • [293星][3m] [JS] smartdone/frida-scripts 一些frida脚本
  • [278星][8m] [Py] nightbringer21/fridump A universal memory dumper using Frida
  • [250星][1y] [Py] igio90/frick aka the first debugger built on top of frida
  • [228星][8d] [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.
  • [227星][14d] [C] frida/frida-gum Low-level code instrumentation library used by frida-core

与其他工具交互

未分类
IDA
BinaryNinja
Radare2

文章&&视频


其他

工具-其他


新添加的

  • [19651星][2m] [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 ;)
  • [13183星][26d] [Py] corentinj/real-time-voice-cloning Clone a voice in 5 seconds to generate arbitrary speech in real-time
  • [11174星][7d] [Java] oracle/graal Run Programs Faster Anywhere
  • [11106星][2m] [Jupyter Notebook] selfteaching/the-craft-of-selfteaching One has no future if one couldn't teach themself.
  • [10107星][8d] [Go] goharbor/harbor An open source trusted cloud native registry project that stores, signs, and scans content.
  • [7685星][7d] [Go] git-lfs/git-lfs Git extension for versioning large files
  • [6954星][13d] [Go] nats-io/nats-server High-Performance server for NATS, the cloud native messaging system.
  • [6844星][2m] [Go] sqshq/sampler A tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
  • [6440星][9m] [HTML] open-power-workgroup/hospital OpenPower工作组收集汇总的医院开放数据
  • [6284星][27d] [Py] seatgeek/fuzzywuzzy Fuzzy String Matching in Python
  • [5870星][6m] [JS] haotian-wang/google-access-helper 谷歌访问助手破解版
  • [5845星][2m] [Gnuplot] nasa-jpl/open-source-rover A build-it-yourself, 6-wheel rover based on the rovers on Mars!
  • [5811星][7m] [JS] sindresorhus/fkill-cli Fabulously kill processes. Cross-platform.
  • [5715星][8m] [C] xoreaxeaxeax/movfuscator C编译器,编译的二进制文件只有1个代码块。
  • [5674星][22d] [JS] swagger-api/swagger-editor Swagger Editor
  • [5653星][16d] [Go] casbin/casbin An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
  • [5317星][7d] [Py] mlflow/mlflow Open source platform for the machine learning lifecycle
  • [5163星][3m] [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.
  • [4990星][1m] [Py] snare/voltron A hacky debugger UI for hackers
  • [4928星][13d] [ASP] hq450/fancyss fancyss is a project providing tools to across the GFW on asuswrt/merlin based router.
  • [4868星][9d] [Shell] denisidoro/navi An interactive cheatsheet tool for the command-line
  • [4838星][10d] [Go] gcla/termshark A terminal UI for tshark, inspired by Wireshark
  • [4793星][8m] [Py] 10se1ucgo/disablewintracking Uses some known methods that attempt to minimize tracking in Windows 10
  • [4710星][8d] [C++] paddlepaddle/paddle-lite Multi-platform high performance deep learning inference engine (『飞桨』多平台高性能深度学习预测引擎)
  • [4630星][6m] powershell/win32-openssh Win32 port of OpenSSH
  • [4575星][11m] [Py] ecthros/uncaptcha2 defeating the latest version of ReCaptcha with 91% accuracy
  • [4551星][1y] [C] upx/upx UPX - the Ultimate Packer for eXecutables
  • [4549星][8d] [C++] mozilla/rr 记录与重放App的调试执行过程
  • [4485星][18d] [TypeScript] apis-guru/graphql-voyager
  • [4339星][12m] [Py] lennylxx/ipv6-hosts Fork of
  • [4256星][11m] [JS] butterproject/butter-desktop All the free parts of Popcorn Time
  • [4243星][9d] [Rust] timvisee/ffsend Easily and securely share files from the command line
  • [4039星][1m] [JS] sigalor/whatsapp-web-reveng WhatsApp Web API逆向与重新实现
  • [4023星][2m] [Java] jesusfreke/smali smali/baksmali
  • [3936星][13d] [Go] dexidp/dex OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable Connectors
  • [3916星][7d] [Py] angr/angr A powerful and user-friendly binary analysis platform!
  • [3908星][14d] [Rust] svenstaro/genact a nonsense activity generator
  • [3907星][1m] [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.
  • [3876星][7d] [C++] baldurk/renderdoc RenderDoc is a stand-alone graphics debugging tool.
  • [3841星][8m] [Go] eranyanay/1m-go-websockets handling 1M websockets connections in Go
  • [3832星][2m] [Objective-C] sveinbjornt/sloth Mac app that shows all open files, directories and sockets in use by all running processes. Nice GUI for lsof.
  • [3749星][2m] [Go] microsoft/ethr Ethr is a Network Performance Measurement Tool for TCP, UDP & HTTP.
  • [3731星][13d] [Go] hashicorp/consul-template Template rendering, notifier, and supervisor for
  • [3681星][11d] jjqqkk/chromium Chromium browser with SSL VPN. Use this browser to unblock websites.
  • [3675星][8d] [HTML] hamukazu/lets-get-arrested This project is intended to protest against the police in Japan
  • [3647星][8d] [JS] lesspass/lesspass
  • [3612星][17d] [HTML] consensys/smart-contract-best-practices A guide to smart contract security best practices
  • [3538星][4m] [Shell] chengr28/revokechinacerts Revoke Chinese certificates.
  • [3525星][8d] [Pascal] cheat-engine/cheat-engine Cheat Engine. A development environment focused on modding
  • [3464星][15d] [C] cyan4973/xxhash Extremely fast non-cryptographic hash algorithm
  • [3269星][27d] [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.
  • [3266星][12d] [C] virustotal/yara The pattern matching swiss knife
  • [3255星][7d] [C] mikebrady/shairport-sync AirPlay audio player. Shairport Sync adds multi-room capability with Audio Synchronisation
  • [3234星][8d] [Java] oldmanpushcart/greys-anatomy Java诊断工具
  • [3215星][27d] [JS] koenkk/zigbee2mqtt Zigbee
  • [3210星][1m] [TypeScript] google/incremental-dom An in-place DOM diffing library
  • [3210星][11d] [C] tmate-io/tmate Instant Terminal Sharing
  • [3205星][2m] [Shell] gfw-breaker/ssr-accounts 一键部署Shadowsocks服务;免费Shadowsocks账号分享;免费SS账号分享; 翻墙;无界,自由门,SquirrelVPN
  • [3145星][1y] [Shell] toyodadoubi/doubi 一个逗比写的各种逗比脚本~
  • [3120星][10d] [C] meetecho/janus-gateway Janus WebRTC Server
  • [3113星][28d] [CSS] readthedocs/sphinx_rtd_theme Sphinx theme for readthedocs.org
  • [3106星][7d] [C] qemu/qemu Official QEMU mirror. Please see
  • [3065星][9d] [Go] tencent/bk-cmdb 蓝鲸智云配置平台(BlueKing CMDB)
  • [3062星][1y] [Swift] zhuhaow/spechtlite A rule-based proxy for macOS
  • [3061星][20d] [C] unicorn-engine/unicorn Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)
  • [3046星][4m] [C++] google/robotstxt The repository contains Google's robots.txt parser and matcher as a C++ library (compliant to C++11).
  • [2991星][1y] [PHP] owner888/phpspider 《我用爬虫一天时间“偷了”知乎一百万用户,只为证明PHP是世界上最好的语言 》所使用的程序
  • [2962星][14d] [Objective-C] google/santa 用于Mac系统的二进制文件白名单/黑名单系统
  • [2962星][8d] [Py] quantaxis/quantaxis 支持任务调度 分布式部署的 股票/期货/自定义市场 数据/回测/模拟/交易/可视化 纯本地PAAS量化解决方案
  • [2895星][10d] [C] libfuse/sshfs A network filesystem client to connect to SSH servers
  • [2876星][7m] [C] p-h-c/phc-winner-argon2 The password hash Argon2, winner of PHC
  • [2850星][8d] [C] lxc/lxc LXC - Linux Containers
  • [2840星][5m] [Py] instantbox/instantbox Get a clean, ready-to-go Linux box in seconds.
  • [2825星][15d] [Py] espressif/esptool ESP8266 and ESP32 serial bootloader utility
  • [2820星][1m] [Assembly] ************/x86-bare-metal-examples 几十个用于学习 x86 系统编程的小型操作系统
  • [2802星][9m] [Py] plasma-disassembler/plasma Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
  • [2763星][1m] [JS] trufflesuite/ganache-cli Fast Ethereum RPC client for testing and development
  • [2755星][7d] [C++] qtox/qtox qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
  • [2746星][8d] [C] processhacker/processhacker A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.
  • [2735星][7d] [TypeScript] webhintio/hint
  • [2648星][3m] [Py] drivendata/cookiecutter-data-science A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
  • [2619星][8m] leandromoreira/linux-network-performance-parameters Learn where some of the network sysctl variables fit into the Linux/Kernel network flow
  • [2610星][2m] [Swift] zhuhaow/nekit A toolkit for Network Extension Framework
  • [2600星][21d] [JS] knownsec/kcon KCon is a famous Hacker Con powered by Knownsec Team.
  • [2598星][8d] [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
  • [2588星][1m] pditommaso/awesome-pipeline A curated list of awesome pipeline toolkits inspired by Awesome Sysadmin
  • [2555星][1m] [C] esnet/iperf A TCP, UDP, and SCTP network bandwidth measurement tool
  • [2495星][2m] [Java] jboss-javassist/javassist Java bytecode engineering toolkit
  • [2480星][8d] [Go] adguardteam/adguardhome Network-wide ads & trackers blocking DNS server
  • [2472星][11m] [JS] weixin/miaow A set of plugins for Sketch include drawing links & marks, UI Kit & Color sync, font & text replacing.
  • [2463星][13d] [JS] vitaly-t/pg-promise PostgreSQL interface for Node.js
  • [2366星][7d] [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…
  • [2351星][8d] [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
  • [2342星][3m] [Go] vuvuzela/vuvuzela Private messaging system that hides metadata
  • [2330星][1m] [JS] pa11y/pa11y Pa11y is your automated accessibility testing pal
  • [2317星][10d] [C] tsl0922/ttyd Share your terminal over the web
  • [2272星][1m] [C] moby/hyperkit A toolkit for embedding hypervisor capabilities in your application
  • [2271星][22d] [JS] talkingdata/inmap 大数据地理可视化
  • [2246星][16d] dumb-password-rules/dumb-password-rules Shaming sites with dumb password rules.
  • [2201星][11d] [Go] google/mtail extract whitebox monitoring data from application logs for collection in a timeseries database
  • [2187星][21d] [C++] google/bloaty Bloaty McBloatface: a size profiler for binaries
  • [2171星][14d] [C] armmbed/mbedtls An open source, portable, easy to use, readable and flexible SSL library
  • [2168星][16d] getlantern/lantern-binaries Lantern installers binary downloads.
  • [2123星][16d] [Assembly] pret/pokered disassembly of Pokémon Red/Blue
  • [2105星][7d] goq/telegram-list List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
  • [2081星][8d] [C] flatpak/flatpak Linux application sandboxing and distribution framework
  • [2071星][30d] [Go] theupdateframework/notary Notary is a project that allows anyone to have trust over arbitrary collections of data
  • [2047星][6m] [Go] maxmcd/webtty Share a terminal session over WebRTC
  • [2032星][7d] [C++] openthread/openthread OpenThread released by Google is an open-source implementation of the Thread networking protocol
  • [2006星][9m] [C] dekunukem/nintendo_switch_reverse_engineering A look at inner workings of Joycon and Nintendo Switch
  • [1992星][25d] [Swift] github/softu2f Software U2F authenticator for macOS
  • [1990星][4m] swiftonsecurity/sysmon-config Sysmon configuration file template with default high-quality event tracing
  • [1983星][2m] [C++] asmjit/asmjit Complete x86/x64 JIT and AOT Assembler for C++
  • [1958星][26d] [C#] mathewsachin/captura Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
  • [1939星][2m] [C] microsoft/procdump-for-linux Linux 版本的 ProcDump
  • [1902星][7d] [Go] solo-io/gloo An Envoy-Powered API Gateway
  • [1901星][3m] [Go] minishift/minishift Run OpenShift 3.x locally
  • [1880星][14d] [C++] mhammond/pywin32 Python for Windows (pywin32) Extensions
  • [1861星][4m] [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.
  • [1849星][11m] [C++] googlecreativelab/open-nsynth-super Open NSynth Super is an experimental physical interface for the NSynth algorithm
  • [1848星][29d] [C] github/glb-director GitHub Load Balancer Director and supporting tooling.
  • [1846星][8m] [Py] netflix-skunkworks/stethoscope Personalized, user-focused recommendations for employee information security.
  • [1841星][2m] [C] retroplasma/earth-reverse-engineering Reversing Google's 3D satellite mode
  • [1841星][13d] [C++] acidanthera/lilu Arbitrary kext and process patching on macOS
  • [1835星][1y] [Java] yeriomin/yalpstore Download apks from Google Play Store
  • [1830星][7d] [C++] pytorch/glow Compiler for Neural Network hardware accelerators
  • [1829星][1y] [Py] jinnlynn/genpac PAC/Dnsmasq/Wingy file Generator, working with gfwlist, support custom rules.
  • [1827星][2m] [Go] influxdata/kapacitor Open source framework for processing, monitoring, and alerting on time series data
  • [1819星][13d] [Py] trailofbits/manticore 动态二进制分析工具,支持符号执行(symbolic execution)、污点分析(taint analysis)、运行时修改。
  • [1788星][28d] [Go] gdamore/tcell Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
  • [1777星][18d] [PHP] ezyang/htmlpurifier Standards compliant HTML filter written in PHP
  • [1776星][13d] [C++] apitrace/apitrace Tools for tracing OpenGL, Direct3D, and other graphics APIs
  • [1759星][12d] [C] google/wuffs Wrangling Untrusted File Formats Safely
  • [1747星][8d] 17mon/china_ip_list
  • [1743星][12m] [JS] puppeteer/examples Use case-driven examples for using Puppeteer and headless chrome
  • [1740星][8d] [PHP] wordpress/wordpress-coding-standards PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
  • [1694星][14d] [Go] hashicorp/memberlist Golang package for gossip based membership and failure detection
  • [1693星][3m] [Py] anorov/cloudflare-scrape A Python module to bypass Cloudflare's anti-bot page.
  • [1693星][7d] [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.
  • [1665星][6m] [C++] microsoft/detours Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
  • [1659星][7d] [Java] apache/geode Apache Geode
  • [1655星][6m] [C] easyhook/easyhook The reinvention of Windows API Hooking
  • [1654星][3m] [JS] tylerbrock/mongo-hacker MongoDB Shell Enhancements for Hackers
  • [1647星][3m] [Py] boppreh/keyboard Hook and simulate global keyboard events on Windows and Linux.
  • [1627星][9d] sarojaba/awesome-devblog 어썸데브블로그. 국내 개발 블로그 모음(only 실명으로).
  • [1620星][14d] [JS] efforg/privacybadger Privacy Badger is a browser extension that automatically learns to block invisible trackers.
  • [1600星][8d] [C++] lief-project/lief Library to Instrument Executable Formats
  • [1599星][9m] [JS] localtunnel/server server for localtunnel.me
  • [1580星][1y] [C] qihoo360/phptrace A tracing and troubleshooting tool for PHP scripts.
  • [1577星][1m] [Objective-C] ealeksandrov/provisionql Quick Look plugin for apps and provisioning profile files
  • [1563星][12d] [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.
  • [1562星][17d] [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.
  • [1560星][14d] [Java] gchq/gaffer A large-scale entity and relation database supporting aggregation of properties
  • [960星][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和
  • [906星][7m] [C++] dfhack/dfhack Memory hacking library for Dwarf Fortress and a set of tools that use it
  • [891星][11m] [JS] levskaya/jslinux-deobfuscated An old version of Mr. Bellard's JSLinux rewritten to be human readable, hand deobfuscated and annotated.
  • [698星][1y] [Jupyter Notebook] anishathalye/obfuscated-gradients Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples
  • [656星][1y] [Rust] endgameinc/xori Xori is an automation-ready disassembly and static analysis library for PE32, 32+ and shellcode
  • [653星][9m] [Jupyter Notebook] supercowpowers/data_hacking Data Hacking Project
  • [626星][13d] [PowerShell] olafhartong/sysmon-modular sysmon配置模块收集
  • [576星][5m] nshalabi/sysmontools Utilities for Sysmon
  • [566星][10m] [JS] raineorshine/solgraph Visualize Solidity control flow for smart contract security analysis.
  • [520星][28d] mhaggis/sysmon-dfir Sources, configuration and how to detect evil things utilizing Microsoft Sysmon.
  • [519星][4m] [Java] java-deobfuscator/deobfuscator Java 代码反混淆工具
  • [502星][8m] [JS] mindedsecurity/jstillery Advanced JavaScript Deobfuscation via Partial Evaluation
  • [472星][1y] ksluckow/awesome-symbolic-execution A curated list of awesome symbolic execution resources including essential research papers, lectures, videos, and tools.
  • [444星][11m] [C++] ntquery/scylla Imports Reconstructor
  • [443星][11m] [Batchfile] ion-storm/sysmon-config Advanced Sysmon configuration, Installer & Auto Updater with high-quality event tracing
  • [405星][2m] [Go] retroplasma/flyover-reverse-engineering Reversing Apple's 3D satellite mode
  • [403星][17d] [Py] crytic/slither Static Analyzer for Solidity
  • [382星][1y] [HTML] maestron/reverse-engineering-tutorials Reverse Engineering Tutorials
  • [342星][12m] [Ruby] calebfenton/dex-oracle A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis
  • [303星][1m] [C] nagyd/sdlpop An open-source port of Prince of Persia, based on the disassembly of the DOS version.
  • [302星][14d] [Py] baderj/domain_generation_algorithms 域名生成算法
  • [281星][7d] [C] tomb5/tomb5 Chronicles Disassembly translated to C source code.
  • [264星][2m] [Assembly] pret/pokeyellow Disassembly of Pokemon Yellow
  • [236星][4m] [JS] consensys/surya A set of utilities for exploring Solidity contracts
  • [210星][11m] [Java] neo23x0/fnord Pattern Extractor for Obfuscated Code

angr

  • [526星][7d] [Py] angr/angr-doc Documentation for the angr suite

Debug&&调试

  • [1430星][7d] [Go] google/gapid Graphics API Debugger
  • [1410星][8d] [Go] cosmos72/gomacro Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
  • [1402星][7d] [C++] eteran/edb-debugger edb is a cross platform AArch32/x86/x86-64 debugger.
  • [1262星][3m] [Go] solo-io/squash The debugger for microservices
  • [1142星][4m] [C++] cgdb/cgdb Console front-end to the GNU debugger
  • [1110星][18d] [C] blacksphere/blackmagic In application debugger for ARM Cortex microcontrollers.
  • [868星][5m] [Py] derekselander/lldb A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
  • [822星][7d] [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.
  • [557星][1m] [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.
  • [519星][1y] [C] wubingzheng/memleax debugs memory leak of running process. Not maintained anymore, try libleak please.
  • [460星][4m] [C++] emoon/prodbg Debugging the way it's meant to be done
  • [415星][2m] [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
  • [399星][3m] [C++] cobaltfusion/debugviewpp DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
  • [336星][20d] [Py] pdbpp/pdbpp pdb++, a drop-in replacement for pdb (the Python debugger)
  • [331星][8m] [Py] romanvm/python-web-pdb Web-based remote UI for Python's PDB debugger
  • [306星][25d] [Java] widdix/aws-s3-virusscan Free Antivirus for S3 Buckets
  • [287星][2m] [Py] sosreport/sos A unified tool for collecting system logs and other debug information
  • [279星][1m] [C++] changeofpace/viviennevmm VivienneVMM is a stealthy debugging framework implemented via an Intel VT-x hypervisor.
  • [269星][3m] [Py] mariovilas/winappdbg WinAppDbg Debugger
  • [267星][11m] [Py] ionelmc/python-manhole Debugging manhole for python applications.
  • [248星][1m] [Py] quantopian/qdb Quantopian Remote Debugger for Python
  • [239星][5m] [C++] facebook/ds2 Debug server for lldb.
  • [239星][7m] [Py] beeware/bugjar A interactive graphical debugger for Python code.
  • [232星][7m] [C++] strivexjun/xantidebug VMProtect 3.x Anti-debug Method Improved
  • [231星][2m] [Py] gilligan/vim-lldb lldb debugger integration plugin for vim
  • [220星][8m] letoram/senseye Dynamic Visual Debugging / Reverse Engineering Toolsuite
  • [215星][25d] [Py] nteseyes/pylane An python vm injector with debug tools, based on gdb.
  • [210星][8d] [C++] thalium/icebox Virtual Machine Introspection, Tracing & Debugging
  • [207星][2m] [C] joyent/mdb_v8 postmortem debugging for Node.js and other V8-based programs
  • [200星][5m] [C++] rainers/cv2pdb converter of DMD CodeView/DWARF debug information to PDB files

新添加的11


BAP


BinNavi


Decompiler&&反编译器


Disassemble&&反汇编

  • [1363星][29d] [C] zyantific/zydis 快速的轻量级x86/x86-64 反汇编库
  • [1347星][11m] [Rust] das-labor/panopticon A libre cross-platform disassembler.
  • [874星][10m] [C++] wisk/medusa An open source interactive disassembler
  • [823星][2m] [C++] redasmorg/redasm The OpenSource Disassembler
  • [819星][7d] [GLSL] khronosgroup/spirv-cross a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
  • [621星][3m] [C] gdabah/distorm Powerful Disassembler Library For x86/AMD64
  • [427星][26d] [C#] 0xd4d/iced x86/x64 disassembler, instruction decoder & encoder
  • [348星][21d] [Ruby] jjyg/metasm This is the main repository for metasm, a free assembler / disassembler / compiler written in ruby
  • [244星][4m] [Py] bontchev/pcodedmp A VBA p-code disassembler

GDB

  • [6968星][2m] [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.
  • [6002星][11d] [Py] cyrus-and/gdb-dashboard Modular visual interface for GDB in Python
  • [1343星][3m] [Go] hellogcc/100-gdb-tips A collection of gdb tips. 100 maybe just mean many here.
  • [448星][2m] [Py] scwuaptx/pwngdb gdb for pwn
  • [231星][26d] [JS] bet4it/hyperpwn A hyper plugin to provide a flexible GDB GUI with the help of GEF, pwndbg or peda

Captcha&&验证码


其他

Radare2


插件&&脚本

Radare2

  • [11490星][7d] [C] radareorg/radare2 unix-like reverse engineering framework and commandline tools

新添加的

与其他工具交互

未分类

IDA

GUI

  • [5850星][8d] [C++] radareorg/cutter 逆向框架 radare2的Qt界面,iaito的升级版

文章&&视频

BinaryNinja


插件&&脚本

新添加的

  • [2787星][17d] [Py] androguard/androguard Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)
  • [320星][10d] [Py] vector35/binaryninja-api Public API, examples, documentation and issues for Binary Ninja
  • [279星][2m] [Py] pbiernat/ripr Package Binary Code as a Python class using Binary Ninja and Unicorn Engine

与其他工具交互

未分类

IDA


文章&&视频

文章


新添加的

模拟器&&虚拟机


QEMU

工具

新添加的

  • [518星][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
  • [273星][19d] [C] beckus/qemu_stm32 QEMU with an STM32 microcontroller implementation
  • [242星][10m] [C++] revng/revng 二进制分析工具,基于QEMU 和LLVM

文章&&视频


其他

Windows


工具

新添加的

其他

  • [940星][2m] [C] basil00/divert 用户模式数据包拦截库,适用于Win 7/8/10
  • [840星][21d] [C++] henrypp/simplewall 为Windows 过滤平台提供的配置界面
  • [712星][1m] [Py] diyan/pywinrm Python实现的WinRM客户端
  • [556星][11d] [C] hfiref0x/winobjex64 Windows对象浏览器. x64
  • [462星][7m] [C#] microsoft/dbgshell PowerShell编写的Windows调试器引擎前端
  • [411星][9d] [C] samba-team/samba 适用于Linux和Unix的标准Windows interoperability程序套件
  • [381星][1m] [C#] microsoft/binskim 二进制静态分析工具,可为PE和ELF二进制格式提供安全性和正确性分析
  • [379星][1m] [Jupyter Notebook] microsoft/windowsdefenderatp-hunting-queries 在MS Defender ATP中进行高级查询的示例
  • [367星][1m] [Ruby] winrb/winrm 在Windows中使用WinRM的功能调用原生对象的SOAP库。Ruby编写
  • [364星][1y] [PowerShell] netspi/pesecurity 检查PE(EXE/DLL)编译选项是否有:ASLR, DEP, SafeSEH, StrongNaming, Authenticode。PowerShell模块
  • [349星][8d] [C#] digitalruby/ipban 监视Windows/Linux系统的登录失败和不良行为,并封禁对应的IP地址。高度可配置,精简且功能强大。
  • [264星][11m] [Py] hakril/pythonforwindows 简化Python与Windows操作系统交互的库
  • [233星][4m] [PowerShell] microsoft/aaronlocker Windows应用程序白名单
  • [232星][9m] [Go] masterzen/winrm Windows远程命令执行,命令行工具+库,Go编写
  • [230星][12m] [C++] ionescu007/simpleator Windows x64用户模式应用程序模拟器
  • [228星][4m] [C] tishion/mmloader 绕过Windows PE Loader,直接从内存中加载DLL模块(x86/x64)
  • [220星][12m] [C++] rexdf/commandtrayhost 监控Windows systray的命令行工具
  • [211星][2m] [C] leecher1337/ntvdmx64 在64位版本上执行Windows DOS版的 NTVDM
  • [209星][2m] adguardteam/adguardforwindows Windows系统范围的AdBlocker
  • [205星][2m] [C] jasonwhite/ducible 使PE和PDB的构建具有可复制性
  • [201星][10m] [C] hzqst/unicorn_pe 模拟Windows PE文件的代码执行,基于Unicorn

事件日志&&事件追踪&&ETW

Sysmon

WSL

.NET

  • [12453星][7d] [C#] 0xd4d/dnspy .NET debugger and assembly editor
  • [9141星][8d] [C#] icsharpcode/ilspy .NET Decompiler
  • [3645星][26d] [C#] 0xd4d/de4dot .NET deobfuscator and unpacker.
  • [3253星][7m] [JS] sindresorhus/speed-test Test your internet connection speed and ping using speedtest.net from the CLI
  • [1643星][1m] [C#] jbevain/cecil C#库, 探查/修改/生成 .NET App/库
  • [215星][11m] [C#] rainwayapp/warden Warden.NET is an easy to use process management library for keeping track of processes on Windows.

Environment&&环境&&配置

进程注入

DLL注入

代码注入

内存模块

Shellcode

  • [533星][4m] [C++] nytrorst/shellcodecompiler 将C/C ++样式代码编译成一个小的、与位置无关且无NULL的Shellcode,用于Windows(x86和x64)和Linux(x86和x64)

VT&&虚拟化&&Hypbervisor

  • [1311星][18d] [C] intel/haxm Intel 开源的英特尔硬件加速执行管理器,通过硬件辅助的虚拟化引擎,加速 Windows/macOS 主机上的 IA emulation((x86/ x86_64) )
  • [1003星][1y] [C] ionescu007/simplevisor 英特尔VT-x虚拟机管理程序,简单、可移植。支持Windows和UEFI
  • [708星][3m] [C++] tandasat/hyperplatform 基于Intel VT-x的虚拟机管理程序,旨在在Windows上提供精简的VM-exit过滤平台
  • [561星][11m] [C] asamy/ksm 快速、hackable且简单的x64 VT-x虚拟机管理程序,支持Windows和Linux

内核&&驱动

注册表

系统调用


文章

Linux


工具

  • [1422星][2m] [C] feralinteractive/gamemode Optimise Linux system performance on demand
  • [1406星][1m] [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)
  • [884星][8d] [C] buserror/simavr simavr is a lean, mean and hackable AVR simulator for linux & OSX
  • [751星][17d] [Py] korcankaraokcu/pince A reverse engineering tool that'll supply the place of Cheat Engine for linux
  • [740星][1m] [C] yrp604/rappel A linux-based assembly REPL for x86, amd64, armv7, and armv8
  • [717星][11d] [C] strace/strace strace is a diagnostic, debugging and instructional userspace utility for Linux
  • [561星][11m] [C] asamy/ksm 快速、hackable且简单的x64 VT-x虚拟机管理程序,支持Windows和Linux
  • [559星][1m] [Py] autotest/autotest Fully automated tests on Linux
  • [552星][13d] [C++] intel/linux-sgx Intel SGX for Linux*
  • [533星][4m] [C++] nytrorst/shellcodecompiler 将C/C ++样式代码编译成一个小的、与位置无关且无NULL的Shellcode,用于Windows(x86和x64)和Linux(x86和x64)
  • [502星][7m] [C] iovisor/ply Dynamic Tracing in Linux
  • [466星][7d] [C] libreswan/libreswan an Internet Key Exchange (IKE) implementation for Linux.
  • [437星][7d] [C] facebook/openbmc OpenBMC is an open software framework to build a complete Linux image for a Board Management Controller (BMC).
  • [385星][9m] [Shell] microsoft/linux-vm-tools Hyper-V Linux Guest VM Enhancements
  • [384星][27d] [Shell] yadominjinta/atilo Linux installer for termux
  • [346星][1m] [C] seccomp/libseccomp an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism
  • [328星][4m] [Go] capsule8/capsule8 对云本地,容器和传统的基于 Linux 的服务器执行高级的行为监控
  • [280星][24d] [Py] facebook/fbkutils A variety of utilities built and maintained by Facebook's Linux Kernel Team that we wish to share with the community.
  • [227星][7m] [C] wkz/ply Light-weight Dynamic Tracer for Linux

文章

Hook


工具

  • [1228星][1y] [Kotlin] gh0u1l5/wechatspellbook 一个使用Kotlin编写的开源微信插件框架,底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持,而顶层可以轻松对接Java、Kotlin、Scala等JVM系语言。让程序员能够在几分钟内编写出简单的微信插件,随意揉捏微信的内部逻辑。
  • [1114星][1y] [Objective-C] yulingtianxia/fishchat Hook WeChat.app on non-jailbroken devices.
  • [1004星][5m] [C++] everdox/infinityhook Hook system calls, context switches, page faults and more.
  • [757星][20d] [Go] thoughtworks/talisman By hooking into the pre-push hook provided by Git, Talisman validates the outgoing changeset for things that look suspicious - such as authorization tokens and private keys.
  • [670星][7m] [Java] pagalaxylab/yahfa Yet Another Hook Framework for ART
  • [640星][3m] [C++] stevemk14ebr/polyhook x86/x64 C++ Hooking Library
  • [568星][7m] [Objective-C] rpetrich/captainhook Common hooking/monkey patching headers for Objective-C on Mac OS X and iPhone OS. MIT licensed
  • [530星][1y] [Objective-C++] davidgoldman/inspectivec objc_msgSend hook for debugging/inspection purposes.
  • [509星][11d] [C] mohuihui/antispy AntiSpy is a free but powerful anti virus and rootkits toolkit.It offers you the ability with the highest privileges that can detect,analyze and restore various kernel modifications and hooks.With its assistance,you can easily spot and neutralize malwares hidden from normal detectors.
  • [475星][1y] [C++] tandasat/ddimon Monitoring and controlling kernel API calls with stealth hook using EPT
  • [436星][16d] [C++] stevemk14ebr/polyhook_2_0 C++17, x86/x64 Hooking Libary v2.0
  • [401星][8m] [C] darthton/hyperbone Minimalistic VT-x hypervisor with hooks
  • [366星][26d] [C++] 0x09al/rdpthief Extracting Clear Text Passwords from mstsc.exe using API Hooking.
  • [361星][1m] [C++] steven-michaud/hookcase Tool for reverse engineering macOS/OS X
  • [339星][5m] [C] zeex/subhook Simple hooking library for C/C++ (x86 only, 32/64-bit, no dependencies)
  • [260星][11m] [C] nbulischeck/tyton Linux内核模式Rootkit Hunter. 可检测隐藏系统模块、系统调用表Hooking、网络协议Hooking等
  • [245星][4m] [C] gbps/gbhv Simple x86-64 VT-x Hypervisor with EPT Hooking
  • [238星][5m] [C] outflanknl/dumpert LSASS memory dumper using direct system calls and API unhooking.
  • [233星][22d] [C] kubo/plthook Hook function calls by replacing PLT(Procedure Linkage Table) entries.
  • [217星][1y] [C#] easy66/monohooker hook C# method at runtime without modify dll file (such as UnityEditor.dll)
  • [211星][1y] [C] suvllian/process-inject 在Windows环境下的进程注入方法:远程线程注入、创建进程挂起注入、反射注入、APCInject、SetWindowHookEX注入

Monitor&&监控&&Trace&&追踪


工具

Game&&游戏


工具

Malware&&恶意代码


工具

  • [1433星][1y] [TypeScript] pedronauck/reworm
  • [927星][4m] [Py] airbnb/binaryalert 实时恶意代码检测,无需服务器
  • [777星][2m] [Py] gosecure/malboxes Builds malware analysis Windows VMs so that you don't have to.
  • [679星][17d] [Py] rurik/noriben Portable, Simple, Malware Analysis Sandbox
  • [654星][8m] [Shell] rfxn/linux-malware-detect Linux Malware Detection (LMD)
  • [591星][5m] fabrimagic72/malware-samples 恶意软件样本
  • [563星][2m] [Py] certsocietegenerale/fame 自动化恶意代码评估
  • [534星][2m] [Py] tencent/habomalhunter HaboMalHunter is a sub-project of Habo Malware Analysis System (
  • [488星][29d] [C] hasherezade/demos Demos of various injection techniques found in malware
  • [392星][1m] [YARA] guelfoweb/peframe PEframe is a open source tool to perform static analysis on Portable Executable malware and malicious MS Office documents.
  • [390星][6m] [JS] capacitorset/box-js A tool for studying JavaScript malware.
  • [386星][7d] [C#] collinbarrett/filterlists independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
  • [375星][7m] [Py] secrary/ssma SSMA - Simple Static Malware Analyzer [This project is not maintained anymore]
  • [366星][2m] [AngelScript] inquest/malware-samples A collection of malware samples and relevant dissection information, most probably referenced from
  • [363星][3m] [Py] neo23x0/munin Online hash checker for Virustotal and other services
  • [353星][5m] [Py] hasherezade/malware_analysis Various snippets created during malware analysis
  • [331星][8m] [Py] rek7/fireelf Fileless Linux Malware Framework
  • [325星][7d] [Py] fireeye/stringsifter A machine learning tool that automatically ranks strings based on their relevance for malware analysis.
  • [310星][21d] [C#] malware-dev/mdk-se Malware's Development Kit for SE
  • [307星][1y] [C++] m0n0ph1/process-hollowing Great explanation of Process Hollowing (a Technique often used in Malware)
  • [302星][11m] [Assembly] guitmz/virii Collection of ancient computer virus source codes
  • [302星][4m] [JS] hynekpetrak/malware-jail Sandbox for semi-automatic Javascript malware analysis, deobfuscation and payload extraction. Written for Node.js
  • [283星][7m] [Java] katjahahn/portex Java library to analyse Portable Executable files with a special focus on malware analysis and PE malformation robustness
  • [281星][8m] [Py] phage-nz/ph0neutria ph0neutria is a malware zoo builder that sources samples straight from the wild. Everything is stored in Viper for ease of access and manageability.
  • [277星][7m] [C] rieck/malheur A Tool for Automatic Analysis of Malware Behavior
  • [268星][2m] [JS] hynekpetrak/javascript-malware-collection Collection of almost 40.000 javascript malware samples
  • [252星][10m] [C++] ramadhanamizudin/malware Malware Samples. Uploaded to GitHub for those want to analyse the code. Code mostly from:
  • [240星][1m] [Py] a3sal0n/falcongate A smart gateway to stop hackers and Malware attacks
  • [237星][8m] [C++] mstfknn/malware-sample-library Malware sample library.
  • [230星][2m] [C++] richkmeli/richkware Framework for building Windows malware, written in C++
  • [212星][2m] [Py] eset/malware-research 恶意代码分析中用到的代码/工具
  • [202星][12d] [Py] doomedraven/virustotalapi VirusTotal Full api

Rootkit&&Bootkit


工具

硬件


固件

Firmware&&固件

Intel

Crypto&&加密&&算法


工具

  • [2369星][2m] [TeX] crypto101/book Crypto 101, the introductory book on cryptography.
  • [1580星][7d] [Go] bitnami-labs/sealed-secrets A Kubernetes controller and tool for one-way encrypted Secrets
  • [1433星][12d] [C++] microsoft/seal Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
  • [832星][13d] [Haskell] galoisinc/cryptol The Language of Cryptography
  • [758星][1y] pfarb/awesome-crypto-papers A curated list of cryptography papers, articles, tutorials and howtos.
  • [693星][5m] [C++] stealth/opmsg opmsg message encryption
  • [660星][26d] [Java] google/conscrypt Conscrypt is a Java Security Provider that implements parts of the Java Cryptography Extension and Java Secure Socket Extension.
  • [482星][3m] [C] microsoft/symcrypt Cryptographic library
  • [466星][3m] miscreant/meta 具备错误使用抗性的(Misuse-resistant )对称加密库,支持 AES-SIV (RFC5297) 和 CHAIN/STREAM
  • [463星][8d] [C] skeeto/enchive Encrypted personal archives
  • [432星][1m] [Go] gorilla/securecookie Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
  • [380星][21d] [C++] msoos/cryptominisat An advanced SAT solver
  • [349星][7m] [Haskell] jpmorganchase/constellation Peer-to-peer encrypted message exchange
  • [334星][26d] [Shell] umputun/nginx-le Nginx with automatic let's encrypt (docker image)
  • [328星][10d] [Py] efforg/starttls-everywhere A system for ensuring & authenticating STARTTLS encryption between mail servers
  • [323星][5m] [JS] hr/crypter An innovative, convenient and secure cross-platform encryption app
  • [305星][18d] [C] jhuisi/charm A Framework for Rapidly Prototyping Cryptosystems
  • [265星][13d] [Py] nucypher/nucypher A decentralized network offering accessible, intuitive, and extensible cryptographic runtimes and interfaces for secrets management and dynamic access control.
  • [253星][13d] [C] icing/mod_md Let's Encrypt (ACME) support for Apache httpd
  • [244星][14d] [C++] evpo/encryptpad Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords, key files or both.
  • [229星][7m] [C] ctz/cifra A collection of cryptographic primitives targeted at embedded use.
  • [223星][1m] [C] libyal/libfvde Library and tools to access FileVault Drive Encryption (FVDE) encrypted volumes
  • [222星][2m] vixentael/my-talks List of my talks and workshops: security engineering, applied cryptography, secure software development
  • [221星][12m] [C] gkdr/lurch XEP-0384: OMEMO Encryption for libpurple.
  • [220星][2m] [Go] cloudflare/tls-tris crypto/tls, now with 100% more 1.3. THE API IS NOT STABLE AND DOCUMENTATION IS NOT GUARANTEED.
  • [203星][5m] [Py] nucypher/nufhe NuCypher fully homomorphic encryption (NuFHE) library implemented in Python
  • [202星][5m] [TeX] decrypto-org/rupture A framework for BREACH and other compression-based crypto attacks
  • [200星][7m] [C] doublelabyrinth/how-does-navicat-encrypt-password This repository tells you how Navicat encrypts database password.

贡献

内容为系统自动导出, 有任何问题请提issue

awesome-reverse-engineering's People

Contributors

humblepride avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.