tenet
idaxex
tenet | idaxex | |
---|---|---|
2 | 1 | |
1,309 | 92 | |
- | - | |
0.0 | 5.2 | |
12 months ago | about 1 month ago | |
Python | C++ | |
MIT License | BSD 3-clause "New" or "Revised" License |
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
idaxex
-
Decompiling xbox 360 game?
Xenia is good as a quick test for RE work to verify mods, even better if you fork it and implement your own toolset. However if you want to look into reverse engineering binaries you should really look into IDA or Ghidra. IDA has some pretty useful plugins for RE’inf 360 executables. Ghidra has an equivalent plugin as well; https://github.com/zeroKilo/XEXLoaderWV
What are some alternatives?
flare-ida - IDA Pro utilities from FLARE team
XEXLoaderWV - Ghidra Loader Module for X360 XEX Files
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.
ttddbg - Time Travel Debugging IDA plugin
qiling - A True Instrumentable Binary Emulation Framework
Hacking-Windows - A FREE Windows C development course where we will learn the Win32API and reverse engineer each step utilizing IDA Free in both an x86 and x64 environment.
obfDetect - IDA plugin to pinpoint obfuscated code
efiXplorer - IDA plugin for UEFI firmware analysis and reverse engineering automation
ipyida - IPython console integration for IDA Pro
xenia - Xbox 360 Emulator Research Project
androguard - Reverse engineering and pentesting for Android applications