tenet
qiling
tenet | qiling | |
---|---|---|
2 | 10 | |
1,345 | 5,245 | |
2.2% | 1.2% | |
0.0 | 0.0 | |
about 1 year ago | about 2 months ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tenet
-
I'm looking for a program-flow highlighting tool. Any ideas?
Tenet: use a specific trace output (see tracers) and import the trace into IDA, which then gets a colorized view. You can also play the trace forward and backward à la Windbg TTD.
-
Tenet: A Trace Explorer for Reverse Engineers (IDA Pro Plugin)
Code source available here: https://github.com/gaasedelen/tenet
qiling
- Qiling: A True Instrumentable Binary Emulation Framework
-
Unicorn Engine problem with map
Sounds more like r/ReverseEngineering. If what you want to do is some dynamic analysis or just play around, maybe try using qiling, it's built on top of unicorn and is made by the same authors. It will take care of loading the file for you.
- qiling: Qiling Advanced Binary Emulation Framework
- Qiling Advanced Binary Emulation Framework
-
MoonBounce: UEFI Malware
https://github.com/qilingframework/qiling Is probably what you are looking for
- Qiling – Advanced Binary Emulation Framework
-
QilingLab: a series of challenges by Th3Zer0 to train your Qiling skills 💪🏾 -- solve 'em all and share your writeup!
It is s binary emulation framework, which you can use to emulate different binaries for different architectures. On top of that you can use Qiling APIs to debug the emulation process, hook syscalls, etc. It's like Unicorn + Qemu + Frida. More info here: https://github.com/qilingframework/qiling
- How to perform full MIPS system emulation with QEMU, using the squashfs image and uBoot kernel image extracted from a rotuer firmware?
-
PyPANDA: Generic unpacking based on whole-system record and replay with Ghidra integration. Including interview with author of paper and tool Luke Craig.
qiling is built on unicorn directly. qiling focuses on emulating binaries (read: emulating a single program and not an OS). It uses the binary blob work to load binaries and their associated shared objects. It then hooks the OS calls and presents an interface to the program as though it has interacted with an OS. see here
-
Opensource Security Framework Stake Pool
We started this project since 2019 Nov, currently they are around 70+ developers and 2,200++ stars in our Github page (https://github.com/qilingframework/qiling)
What are some alternatives?
flare-ida - IDA Pro utilities from FLARE team
frontier-silicon-firmwares - Frontier silicon internet radio firmware binaries
ret-sync - ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
angr - A powerful and user-friendly binary analysis platform!
obfDetect - IDA plugin to pinpoint obfuscated code
panda - 🐼 Universal, Type-Safe, CSS-in-JS Framework for Product Teams ⚡️
ipyida - IPython console integration for IDA Pro
drakvuf-sandbox - DRAKVUF Sandbox - automated hypervisor-level malware analysis system
idaxex - Xbox/Xbox360 loader plugin for IDA 9, and xex1tool, supporting most known Xbox executable file formats (XEX/XBE)
simplify - Android virtual machine and deobfuscator
androguard - Reverse engineering and pentesting for Android applications
pwndbg - Exploit Development and Reverse Engineering with GDB Made Easy