![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
GitHub - zyantific/zydis: Fast and lightweight x86/x86-64 …
Very small file-size overhead compared to other common disassembler libraries; Complete doxygen documentation; Trusted by many major open-source projects Examples include x64dbg, Mozilla Firefox and Webkit; Absolutely no third party dependencies — not even libc Should compile on any platform with a working C11 compiler
REDasmOrg/REDasm: The OpenSource Disassembler - GitHub
REDasm is a cross platform disassembler with a modern codebase useful from the hobbyist to the professional reverse engineer. All features are provided by LibREDasm which loads plugins developed in C, C++ and Python3 (you can also support new languages if you want!) and an user friendly Qt frontend.
disassembler · GitHub Topics · GitHub
4 天之前 · Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax. arm mips x86-64 reverse-engineering disassembler capstone x86
Storyyeller/Krakatau: Java decompiler, assembler, and …
The disassembler has two modes: default and roundtrip. The default mode is optimized for readability and ease of modification of the resulting assembly files. When the output is reassembled, it will result in classfiles that are equivalent in behavior to the original from the perspective of the JVM specification, but not necessarily bit for bit ...
Disassembler0/Win10-Initial-Setup-Script - GitHub
powershell.exe -NoProfile -ExecutionPolicy Bypass -File Win10.ps1 [-include filename] [-preset filename] [-log logname] [[!]tweakname] -include filename load module with user-defined tweaks -preset filename load preset with tweak names to apply -log logname save script output to a file tweakname apply tweak with this particular name !tweakname remove tweak with this …
GitHub - jbremer/darm: A light-weight and efficient disassembler ...
A light-weight and efficient ARMv7/Thumb/Thumb2 disassembler written in C with Python bindings. VFP/Neon/SIMD (it's all the same) support is upcoming! Warning: project is no longer maintained, a better alternative might be capstone.
The Bitdefender disassembler - GitHub
The Bitdefender disassembler (bddisasm) is a lightweight, x86/x64 only instruction decoder. It is easy to integrate, easy to work with, it has no external dependencies, it is thread-safe, it allocates no memory at all, it works in virtually any environment (we use it inside user, kernel, hypervisor, on both Windows and Linux environments), and it provides lots of info regarding the decoded ...
xiosec/Reverse-engineering: Reverse Engineering tools - GitHub
IDA Pro as a disassembler is capable of creating maps of their execution to show the binary instructions that are actually executed by the processor in a symbolic representation (assembly language). Download: GHIDRA: A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission.
GitHub - wisk/medusa: An open source interactive disassembler
Medusa is a disassembler designed to be both modular and interactive. It runs on Windows and Linux, it should be the same on OSX. This project is organized as a library. To disassemble a file you have to use medusa_text or qMedusa.
GitHub - syscall7/oda: Disassembly in the cloud
About Online DisAssembler (ODA) ODA (onlinedisassembler.com) is a reverse engineering platform that provides a collaborative reversing experience hosted in the cloud. With ODA, groups of people can collaborate on reversing the same binary and share their contributions in real time.