Skip to content

andreafioraldi/r2angrdbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r2angrdbg

Use angr inside the radare2 debugger.

Create an angr state from the current debugger state.

Install

pip install r2angrdbg

Usage

r2angr implements the angrdbg API, you can use it after the call to r2angrdbg.init

import r2pipe
import r2angrdbg

r2 = r2pipe.open("stuff")
r2angrdbg.init(r2)

r2.cmd("l33t r2 cmd")

sm = r2angrdbg.StateManager()
# stuffs with angrdbg StateManager ...

see the examples folder.

About

Use angr inside the radare2 debugger. Create an angr state from the current debugger state.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages