androguard
basefind2
androguard | basefind2 | |
---|---|---|
1 | 2 | |
5,182 | 43 | |
1.4% | - | |
8.5 | 2.7 | |
22 days ago | over 2 years ago | |
Python | Python | |
Apache License 2.0 | MIT 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.
androguard
-
Awesome CTF : Top Learning Resource Labs
Androguard - Reverse engineer Android applications.
basefind2
-
MIPS Firmware Reverse Engineering - anyone having any success using Ghidra for this?
Your best bet here is to get the base address nailed down (assuming it’s a flat/monolithic image). There are a handful of utilities floating around (binbloom, basefind2) that use various pointer heuristics to try to guess the base address. There’s also a nice trick detailed in PoC||GTFO that you can use pretty reliably.
- A faster base address scanner.
What are some alternatives?
Apktool - A tool for reverse engineering Android apk files
vmlinux-to-elf - A tool to recover a fully analyzable .ELF from a raw kernel, through extracting the kernel symbol table (kallsyms)
fibratus - Adversary tradecraft detection, protection, and hunting
pwndbg - Exploit Development and Reverse Engineering with GDB Made Easy
apk2gold - CLI tool for decompiling Android apps to Java. It does resources! It does Java! Its real easy!
allyourbase - Finds the base address of a firmware by comparing string addresses with target pointer addresses
jadx - Dex to Java decompiler
gef - GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging capabilities for exploit devs & reverse engineers on Linux
z3 - The Z3 Theorem Prover
binbloom - Raw binary firmware analysis software
hellomello - Experiments with writing Android apps in Nim
pocorgtfo - a "Proof of Concept or GTFO" mirror with an extensive index with also whole issues or individual articles as clean PDFs.