Skip to content

Proof of Concept Mobile Analysis tool in GoLang. Acts as a rule engine for static based checks, supporting both Android / iOS binaries.

License

Notifications You must be signed in to change notification settings

arbitraryrw/MobProtID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobProtID

CircleCI Go Report Card Go Doc Release

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

Dependencies

Useful References / Docs

License

GNU General Public License v3.0

About

Proof of Concept Mobile Analysis tool in GoLang. Acts as a rule engine for static based checks, supporting both Android / iOS binaries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published