Example Usage
git clone https://github.com/commaai/opendbc.git cd opendbc # you probably just want to use this. it's an all-in-one for dependency # installation, compiling, linting, and tests. it's also what runs in CI ./test.sh # here are the individual commands it runs pip3 install -e .[testing,docs] # install dependencies scons -j8 # build with 8 cores unittest-parallel # run the tests lefthook run lint # run the linter
See also
pyinstxtractor-ng
Open Source
PyInstaller Extractor Next Generation…
Angr
Open Source
Python binary analysis framework supporting both static and dynamic symbolic execution (concolic exe…
AAIdrive
Open Source
Implementations of some Android Auto features as unofficial IDrive apps…
pokeheartgold
Free
Decompilation of Pokemon HeartGold/SoulSilver…
APKTool
Open Source
Kali
Tool for reverse engineering Android APK files. Decodes resources to their original form, rebuilds d…
abcde
Open Source
ABCDE是一个使用Kotlin编写的OpenHarmony逆向工具包,目前已经实现的功能为解析方舟字节码文件中 的类信息、方法信息、字面量数组信息以及对方法进行反汇编,解析资源索引文件等功能。…