repository
0.0.0-20200720183316-8c5d24910eae
Repository: https://github.com/arbitraryrw/mobprotid.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
MobProtID
A simple Mobile Analysis tool to practice programming in golang. Currently MobProtID supports static analysis of Android and iOS binaries for RASP protections.
Usage
Run the compiled binary and specify a target binary to analyse as seen below:
cmd/mobprotid -target=<target binary path>
Testing
To recursively run all unit tests in the project run the following go command in the project root directory:
go test ./...
// To clean the test cache:
go clean -testcache ./...
Useful RASP References
- MSTG
- MSTG Android - resiliency against reverse engineering
- MSTG iOS - resiliency against reverse engineering
- RedNaga
- iOS Anti-Reversing Defenses
- Android Anti-Reversing Defenses
Dependencies
Useful References / Docs
- project-layout
- fmt docs
- testing docs
- general coding docs
- gobyexample
- r2pipe-go docs
- go-yara docs
- installing yara
- frida API docs