An open API service indexing awesome lists of open source software.

https://github.com/nowsecure/r2frida-book

The radare2 + frida book for Mobile Application assessment
https://github.com/nowsecure/r2frida-book

book dynamic-analysis r2frida static-analysis

Last synced: 8 months ago
JSON representation

The radare2 + frida book for Mobile Application assessment

Awesome Lists containing this project

README

          

# r2frida book

Welcome. This project is project is in the process of being brought back online. In the meantime you might want to check out https://github.com/enovella/r2frida-wiki.

# Development

## install

Use modern node version...

### dependencies
```sh
$ npm i -g gitbook
$ npm i -g gitbook-cli
```

### pdf
To build a PDF you'll need calibre installed and its binaries available in your `PATH` env.

## view

![Serve via Gitbookk](./dev/docs/serve.png?raw=true "Serve gitbook")