Ross ROSS = Recommend OSS · open-source software intelligence for agents

domain: reverse-engineering

558 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
ma1co/OpenMemories-Tweak
An Android app that runs on Sony cameras supporting PlayMemories Camera Apps to unlock hidden settings such as the 30-minute video recordin…
231390maintenance
grayhatacademy/ida
A collection of IDA Python plugins, scripts, and modules for the IDA Pro disassembler. It provides reusable tooling for binary analysis and…
321368maintenance
GoSSIP-SJTU/Armariris
Armariris is an LLVM-based code obfuscation framework maintained by Shanghai Jiao Tong University's cryptography and computer security lab.…
321348maintenance
gdabah/distorm
diStorm3 is a lightweight, fast disassembler library for x86/AMD64 machine code, licensed under BSD. It acts as a decomposer, returning bin…
231345maintenance
wbenny/hvpp
hvpp is a lightweight Intel VT-x hypervisor written in modern C++ that virtualizes an already-running operating system, primarily targeting…
321344maintenance
Cherrison/CrackMinApp
A Windows GUI tool (built with C# and Node.js) that one-click decompiles WeChat mini-program .wxapkg packages back into readable source cod…
321344maintenance
blackberry/pe_tree
PE Tree is a Python module and standalone GUI application for viewing Portable Executable (PE) files in a tree-view, built on pefile and Py…
101343maintenance
tobefuturer/restore-symbol
A command-line reverse engineering tool that restores stripped Objective-C symbol tables in iOS Mach-O binaries. It injects OC method and b…
321337maintenance
Cur10s1tyByt3/GenP
An archival repository preserving the source materials and documentation of GenP, an AutoIt-based patcher tool targeting Adobe software on …
571327maintenance
RUB-SysSec/DroneSecurity
A proof-of-concept receiver and decoder for DJI's Drone-ID protocol broadcast over OcuSync 2.0, developed for an NDSS 2023 paper. It decode…
311309maintenance
wbenny/injdrv
A proof-of-concept Windows kernel driver that injects DLLs into user-mode processes using Asynchronous Procedure Calls (APC). It hooks into…
321296maintenance
alexzielenski/optool
A command line tool for modifying Mach-O binaries on macOS and iOS. It can insert or remove load commands, strip or repair code signatures,…
231287maintenance
rocky/python-decompile3
decompyle3 is a native Python decompiler that translates Python bytecode (versions 3.7 and 3.8) back into equivalent Python source code. It…
681269maintenance
darkr4y/geacon
Geacon is a Go implementation of CobaltStrike's Beacon implant, built to study the C2 protocol through reverse engineering. It supports com…
321266maintenance
0xjiayu/go_parser
An IDA Pro plugin written in Python that parses Golang binaries, recovering function names, source file paths, strings, types, and interfac…
231255maintenance
codilime/veles
Veles is a cross-platform desktop tool for binary data analysis that uses statistical visualizations to reveal patterns in large binary fil…
101239maintenance
DerekSelander/dsdump
dsdump is a command-line tool that inspects Mach-O binaries, dumping symbol tables plus Objective-C classes and Swift type descriptors, act…
101226maintenance
softScheck/tplink-smartplug
A Python command-line client for the proprietary TP-Link Smart Home protocol that controls HS100, HS110, and KP115 WiFi smart plugs over TC…
321200maintenance
SciresM/hactool
hactool is a C command-line tool for inspecting, decrypting, and extracting common Nintendo Switch file formats such as NCA, XCI, PFS0, Rom…
231179maintenance
strazzere/android-unpacker
A collection of Android unpacking tools presented at Defcon 22, including gdb-based scripts and a native unpacker for packers like APKProte…
231178maintenance
siyujie/OkHttpLogger-Frida
A Frida script that hooks OkHttp's RealCall class in Android apps to intercept and log HTTP requests and responses, including headers and b…
321166maintenance
sh4hin/Androl4b
AndroL4b is an Ubuntu MATE-based virtual machine preloaded with Android security, reverse engineering, and malware analysis tools such as R…
321166maintenance
ghidraninja/ghidra_scripts
A collection of scripts for the Ghidra software reverse engineering suite, adding features like crypto constant detection via YARA, binwalk…
321165maintenance
crypto2011/IDR
IDR (Interactive Delphi Reconstructor) is a Windows decompiler for EXE and DLL files compiled with Delphi 2 through Delphi XE4. It performs…
231154maintenance
Sentinel-One/CobaltStrikeParser
A Python parser that extracts Cobalt Strike Beacon configuration from stageless PE files, memory dumps, or C2 URLs. It heuristically finds …
101138maintenance
anestisb/vdexExtractor
A command-line tool written in C that decompiles and extracts Android Dex bytecode from Vdex files produced by the ART runtime's dex2oat co…
321135maintenance
mildsunrise/protobuf-inspector
A Python CLI tool that parses Google Protobuf encoded blobs (wire format 2 or 3) without knowing their schema definition, printing a colore…
321125maintenance
kevthehermit/RATDecoders
A Python library and CLI tool (malconf) that statically analyzes malware samples from common Remote Access Trojan (RAT) families and extrac…
321120maintenance
CTCaer/jc_toolkit
A Windows desktop application for managing, inspecting, and customizing Nintendo Switch Joy-Con controllers over Bluetooth HID. It provides…
231101maintenance
sibears/IDAGolangHelper
A set of IDA Pro Python scripts that parse Go type information embedded in compiled Go binaries and register the recovered types inside IDA…
321092maintenance
mmozeiko/aes-finder
A small C++ command-line utility that scans the memory of running processes to locate AES encryption and decryption keys (128, 192, and 256…
321083maintenance
xdmjun/mp-unpack
A tool for unpacking WeChat mini-program packages (wxapkg files) to recover readable source code. It appears to be a reverse-engineering ut…
321079maintenance
silverf0x/RpcView
RpcView is a free, open-source Windows GUI tool for exploring and decompiling Microsoft RPC (Remote Procedure Call) interfaces present on a…
231070maintenance
sickcodes/Docker-eyeOS
A Docker container that boots the iPhone's iOS xnu kernel (arm64) under QEMU with KVM acceleration, exposing SSH and GDB ports for kernel d…
321061maintenance
DavidBuchanan314/ambiguous-png-packer
A Python tool that crafts PNG files rendering differently in Apple software versus other viewers, exploiting a parsing ambiguity in Apple's…
321059maintenance
wwh1004/ExtremeDumper
A Windows GUI tool for dumping .NET assemblies from running processes, including bypassing anti-dump protections. It can also inject .NET a…
231054maintenance
btbd/access
A Windows kernel driver plus DLL wrapper that lets a usermode process perform privileged operations on protected processes without creating…
321053maintenance
itenfay/WeChat_tweak
An iOS tweak (plugin) for WeChat written in Objective-C that adds features like auto-grabbing red envelopes, blocking messages, preventing …
701052maintenance
sonyxperiadev/ApkAnalyser
ApkAnalyser is a stand-alone Java (J2SE) GUI tool for static and virtual analysis of Android APK files. It supports disassembling and modif…
101047maintenance
fangshufeng/MachOView
MachOView is a macOS GUI application for browsing and analyzing Mach-O binary files, a maintained fork of the original gdbinit/MachOView th…
231046maintenance
KULeuven-COSIC/Starlink-FI
A research project from KU Leuven COSIC providing the design of a custom modchip that performs voltage fault injection to bypass signature …
321044maintenance
thomasxm/BOAZ_beta
BOAZ is a multilayered AV/EDR evasion framework written in C++/C with Python linking, designed to generate polymorphic payloads that bypass…
571042maintenance
9176324/Shark
Shark is a Windows kernel driver project written in C that disables Kernel Patch Protection (PatchGuard) in real time on Windows 7 (7600) a…
231042maintenance
x0tools/WeChatOpenDevTools
A Windows tool that patches WeChat to enable the built-in DevTools (F12) for debugging WeChat Official Accounts and Mini Programs. It suppo…
271041maintenance
anhkgg/SuperDllHijack
SuperDllHijack is a C++ library implementing a general DLL hijacking technique for Windows that forwards calls to the original DLL without …
321035maintenance
d35ha/CallObfuscator
CallObfuscator is a C++ library and CLI tool that hides Windows PE imports by rewriting the Import Address Table so sensitive APIs appear a…
231024maintenance
F8LEFT/SoFixer
SoFixer is a command-line tool that repairs ELF shared object (.so) files dumped from process memory, fixing section headers, program heade…
101024maintenance
rwfpl/rewolf-wow64ext
A C++ helper library enabling 32-bit (x86) applications running under the WOW64 layer on 64-bit Windows to interact with native x64 process…
231015maintenance
Inori/FuckGalEngine
A collection of C tools for unpacking, repacking, and hooking visual novel (galgame) engines to enable fan translation and modifications. I…
321013maintenance
WithSecureLabs/python-exe-unpacker
A Python CLI script that unpacks and decompiles Windows EXEs compiled from Python code, supporting executables built with py2exe and PyInst…
321013maintenance
JJTech0130/pypush
A Python library for interacting with Apple's private APIs, originally a proof-of-concept iMessage reverse-engineering project. It currentl…
653768experimental
ran-j/PS2Recomp
A PlayStation 2 static recompiler that translates PS2 ELF binaries (MIPS R5900 instructions) into C++ code, plus a runtime to execute the g…
723200experimental
b-nnett/grok-bot-0.18-reconstructed
An unofficial, source-oriented reconstruction of the Grok Bot 0.18.0 macOS Electron app, with readable TypeScript implementations of its ru…
572974experimental
SamboyCoding/Cpp2IL
Cpp2IL is a work-in-progress tool that reverses Unity's IL2CPP build process, recovering managed DLLs from IL2CPP-compiled games. It parses…
782597experimental
can1357/NoVmp
NoVmp is a static devirtualizer that translates VMProtect x64 3.x-virtualized binaries into optimized VTIL intermediate code, optionally re…
232185experimental
JSREI/ast-hook-for-js-RE
A browser memory roaming tool for JavaScript reverse engineering that hooks variable assignments via AST-transformed proxy responses. It le…
231912experimental
rexdex/recompiler
A C++ tool that converts Xbox 360 PowerPC executables into native Windows x86 executables, handling CPU translation, endianness, and GPU em…
321740experimental
zeldaret/mm
A work-in-progress from-scratch decompilation of The Legend of Zelda: Majora's Mask (N64 US 1.0), recreating readable C source code that bu…
771710experimental
vtil-project/VTIL-Core
VTIL-Core is the core library of the Virtual-machine Translation Intermediate Language project, an optimizing compiler infrastructure built…
751581experimental
JonathanSalwan/VMProtect-devirtualization
An experimental research project demonstrating a dynamic approach to devirtualize pure functions protected by VMProtect 3.x using symbolic …
321494experimental
whitequark/unfork
unfork(2) is a proof-of-concept Linux technique and library that joins two process address spaces into one, the inverse of fork(2), by comb…
321488experimental
alephsecurity/xnu-qemu-arm64
A fork of QEMU that emulates an iPhone (iPhone 6s Plus) well enough to boot a fully functional iOS 12.1 system, including launchd, bash, SS…
321460experimental
iPower/KasperskyHook
A Windows research project that hooks system calls by loading Kaspersky's hypervisor driver (klhk.sys) and a custom kernel driver that subv…
661314experimental
xodus-gaming/xodus
Xodus is a Rust project aiming to bring XBOX PC (Game Pass) games to Linux and possibly macOS by implementing XBOX authentication, MSIXVC p…
611270experimental
xoreos/xoreos
xoreos is an open-source (GPLv3+) reimplementation of BioWare's Aurora engine and its derivatives, targeting games from Neverwinter Nights …
681168experimental
JuliaPoo/Artfuscator
Artfuscator is a novelty C compiler built on ELVM that compiles C programs into a binary whose entire control flow graph renders as a chose…
321102experimental
medusalix/FreeMDU
FreeMDU is an open hardware and software project for communicating with Miele appliances through their proprietary optical infrared diagnos…
601060experimental
CodeTips/BaiduNetdiskPlugin-macOS
A macOS plugin that patches the Baidu Netdisk client binary via dylib injection to fake SVIP status and remove local download speed limits.…
108873abandoned
acheong08/EdgeGPT
A Python library that reverse engineers Microsoft's Bing Chat (EdgeGPT) API, providing unofficial programmatic access to Bing AI conversati…
107851abandoned
cuckoosandbox/cuckoo
Cuckoo Sandbox is an open-source automated dynamic malware analysis system that executes suspicious files in an isolated environment and re…
105964abandoned
qwerty472123/wxappUnpacker
wxappUnpacker is a tool for unpacking and decompiling packaged WeChat mini-program (wxapkg) files back into readable source files such as w…
104506abandoned
trailofbits/manticore
Manticore is a symbolic execution tool for analyzing Ethereum smart contracts, Linux ELF binaries, and WASM modules. It explores program st…
103857abandoned
djkaty/Il2CppInspector
Il2CppInspector is an automated tool for reverse engineering Unity IL2CPP binaries, extracting type definitions, metadata and method pointe…
233036abandoned
stefanesser/dumpdecrypted
A dylib that, when injected via DYLD_INSERT_LIBRARIES into an encrypted iPhone application on a jailbroken device, dumps the decrypted Mach…
323035abandoned
google/binnavi
BinNavi is a binary analysis IDE for inspecting, navigating, editing, and annotating control-flow and call graphs of disassembled code, wit…
102883abandoned
tostercx/GTAO_Booster_PoC
A proof-of-concept DLL injection that patches two bugs in GTA Online to drastically reduce load times on CPU-bound systems. It was official…
102871abandoned
DrizzleRisk/drizzleDumper
drizzleDumper is a memory-search-based Android unpacking tool that dumps DEX files from packed/protected Android apps. It runs as a command…
322415abandoned
dgiese/dustcloud
A research project for reverse engineering and rooting Xiaomi Smart Home devices, including robot vacuums, providing methods to root device…
232281abandoned
8enet/Charles-Crack
A repository that provided a crack/patch to bypass licensing of Charles Proxy, an HTTP debugging proxy tool. The repository content was rem…
322149abandoned
HikariObfuscator/Hikari
Hikari is an LLVM-based code obfuscator that transforms compiled binaries with techniques like string encryption, indirect branching, funct…
102106abandoned
TKkk-iOSer/WeChatPlugin-iOS
A jailbreak tweak (dylib) for the WeChat iOS app, built with Theos in Objective-C. It patches WeChat's runtime behavior to add unofficial f…
321864abandoned
Neo23x0/yarGen
yarGen is a Python CLI tool that generates YARA rules from strings found in malware samples, filtering out strings that appear in a large i…
501811abandoned
Xposed-Modules-Repo/com.bug.hookvip
An Xposed module for Android that hooks into apps to unlock certain VIP/membership features and extend functionality. The repository has be…
101762abandoned
KEV0143/Direct-memory-access-CS2-DMA
A C++ framework demonstrating Direct Memory Access (DMA) interaction with Counter-Strike 2, covering memory reading, entity-state parsing, …
621749abandoned
tdryer/hangups
hangups is the first third-party instant messaging client for Google Hangouts, implemented by reverse-engineering Hangouts' proprietary pro…
321745abandoned
Gh0u1L5/WechatSpellbook
An open-source WeChat plugin framework written in Kotlin that sits on top of hooking frameworks like Xposed or VirtualXposed. It exposes a …
321732abandoned
Cisco-Talos/pyrebox
PyREBox is a Python-scriptable reverse engineering sandbox built on QEMU that provides whole-system dynamic analysis and debugging of runni…
101684abandoned
chaitin/passionfruit
Passionfruit is a web-based GUI tool for blackbox assessment of iOS apps, built on the Frida instrumentation framework and Vue.js. It lets …
101668abandoned
viper-framework/viper
Viper is a Python-based binary analysis and management framework for organizing collections of malware and exploit samples along with analy…
101562abandoned
sailro/Reflexil
Reflexil is a .NET assembly editor that runs as a plugin for Reflector, ILSpy, and JustDecompile. Built on Mono.Cecil, it can manipulate IL…
101530abandoned
kennytm/iphone-private-frameworks
A collection of C headers for private frameworks and undocumented interfaces of iPhoneOS 3.x and earlier, used for jailbroken iOS tweak dev…
101462abandoned
hteso/iaito
Iaitō is a Qt and C++ graphical user interface for the radare2 reverse engineering framework, aimed at users who find radare2's CLI too dif…
321457abandoned
das-labor/panopticon
Panopticon is a libre, cross-platform disassembler written in Rust for reverse engineering binaries. It supports AMD64, x86, AVR, and MOS 6…
101445abandoned
xmoezzz/KrkrExtract
KrkrExtract is a Windows tool for extracting and repacking XP3 archive files used by the Kirikiri (krkr2/krkrz) visual novel game engine, s…
101430abandoned
RaduMC/AssetStudio
AssetStudio is a standalone Windows GUI tool for exploring, previewing, and extracting assets from Unity game files and bundles. It can exp…
231421abandoned
zyq8709/DexHunter
DexHunter is an automatic unpacking tool for Android Dex files protected by app-hardening services. It works by replacing the ART and DVM r…
321357abandoned
ClaudiuGeorgiu/Obfuscapk
Obfuscapk is a modular Python tool that obfuscates Android APKs and App Bundles in a black-box fashion, without needing source code, by dec…
101272abandoned
crmulliner/adbi
ADBI is a dynamic binary instrumentation toolkit for Android ARM and Thumb binaries, based on library injection and inline hooking of funct…
321266abandoned
tomer8007/widevine-l3-decryptor
A Chrome extension that demonstrated bypassing Widevine L3 DRM by hijacking Encrypted Media Extensions calls to extract content decryption …
101246abandoned
optiv/Mangle
Mangle is a Go-based CLI tool that manipulates compiled Windows executables (.exe and DLL) to evade EDR detection. It strips known indicato…
101235abandoned

← prev page 5 / 6 next →