-
```
~/radare/radare2/radare2-w32-0.10.3
$ ./rahash2.exe -a crc32 -s "qwe"
0x00000000-0x00000002 crc32: f7d4a193
~/radare/radare2/radare2-w32-0.10.3
$ ./rahash2.exe -a base64 -s "qwe"
```
-
```
C:\Users\Dave>C:\Users\Dave\Downloads\radare2-w32-0.10.4-git\radare2.exe C:\Users\Dave\IdeaProjects\radare2-binexport2\sample-files\fauxware
Invalid value for bits
Invalid value for bits
Invalid v…
-
Sample: https://drive.google.com/open?id=0B9u4BZE06xNIc0F2SzFIUG9HXzg
```
$ r2 sample.dex
r2 SIGSEGV.PC.7ffff6f3e889.STAC…” terminated by signal SIGSEGV (Address boundary error)
```
**Initial analys…
-
```
CC propeller_disas.c
gcc: warning: /home/jvoisin/dev/r2/radare2/libr/../shlr/capstone/libcapstone.a: linker input file unused because linking not done
gcc: warning: /home/jvoisin/dev/r2/radare2/li…
-
testcase
```
$ rasm2 -a x86.as -b 64 'mov sil, 0'
40b600
$ rasm2 -a x86.nasm -b 64 'mov sil, 0'
40b600
$ rasm2 -a x86.ks -b 64 'mov sil, 0'
40b600
$ rasm2 -a x86.nz -b 64 'mov sil, 0'
ff00000000
```
…
-
Currently the x86.nz assembler plugin can not assemble instructions where scale-index-base addressing is used. Example:
```
[0x00 radare2]$ echo 'mov eax, dword [eax*4+0x1337]' | rasm2 -a x86.nz -
8b…
-
``` bash
(gdb) r findings_dir/fuzzer03/crashes/id:000001,sig:11,src:000000,op:havoc,rep:16 -A
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting prog…
-
On cpu:
``` asm
cpu : 740/750
temperature : 62-64 C (uncalibrated)
clock : 266.000000MHz
revision : 3.1 (pvr 0008 0301)
bogomips : 33.20
timebase : 1660…
-
For example yara3 has https://github.com/radare/radare2-extras/tree/master/yara/yara3 it's own configure.acr and ./configure generated from it. It defines its own `VERSION 0.10.3-git`, which if differ…
-
Opening this additional issue, Mac OSX El Capitan r2 signing problem still occurred, reason: unknown.
Reason: ERRNO: 22 (EINVAL) in debugging even after signing procedure was done as per instructed.
W…