-
Trying to run a binary via ESIL to emulate unpacker. When ```call dword [esp]``` is encountered (at ```0x00405026```), ESIL doesn't call the address at the stack (```0x00405015```), but runs right thr…
-
I'm actually running a openOCD GDB server on port 3333.
```
openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg
```
When I use
```
r2 -a arm -b 16 -D arm-none-eabi-gdb gdb://127.0.0.1:3333…
-
Using cygwin on windows 10 with current master branch build fails with lots of undefined references:
Output Log
steve@DESKTOP-BUBG9TI /cygdrive/c/Users/steve/Source/Libs/radare2
$ ./configure…
-
```python
import r2pipe as r2
r = r2.open('target', ['-A', '-B 0x555555554000'])
print '*'*80
print 'pdf @sym.parse~0x5555555567c3'
print r.cmd('pdf @sym.parse~0x5555555567c3')
print '*'*80
pri…
-
Request to add an operation which would perform disassembly on input bytes.
E.g.:
from base64
from gzip
disassemble
-
In the main r2 console:
```
vagrant@voltron:~/radare2$ r2 -d /voltron/tests/inferior_linux
Process with PID 1671 started...
= attach 1671 1671
bin.baddr 0x00400000
Assuming filepath /voltron/tests/in…
snare updated
6 years ago
-
When getting function information, "aflj" will get the basic information in JSON format, but there is no corresponding "afllj" (I think it's actually a bug, as "afllj" returns the same string as "afll…
-
This isn't making much sense to me, but if I analyse a function such as the snippet here using pdf:
0x004210aa 0f8454ffffff je 0x421004
0x004210b0 4981fa001000. cmp r10, 0x1000
0x004…
-
Hi, we are processing a large number of binaries using r2pipe (python), and have been trying to find a way to disable warnings. Mainly, whenever we open the pipe we get:
Warning: cannot initialize dy…
-
**Make sure to check if these are still the case. They are hardlinked to a specific commit.**
Currently quite a lot of Windows APIs called use the ANSI version of the API is used which means r2 won…