Results 176 issues of pancake

``` $ ./cstool/cstool -d riscv64 67800000 0 67 80 00 00 ret ID: 207 (jalr) ``` i have started to add the riscv support to r2 by using Capstone (we...

bug
RISCV

This branch provides the following changes: - rewrite the shellscripts into Vala - breaks Genie support - Implementes 'posixvala' and 'posixvalac' programs - Uses fork()+sed() while it must be using...

In the latest firmware ps reports all apps to be "b2g", there's no different name for them so it cant be identified to be an app. and firewatch reports multiple...

bug
enhancement

This is taken from r2's configure.acr: ``` IFEQ USEROSTYPE auto ; { IFEQ HOST_OS mingw32_nt-6.2 ; { USEROSTYPE = mingw32 ; }{ IFEQ HOST_OS mingw32_nt ; { USEROSTYPE = mingw32...

imho its a bad practice to expose this macro, its not a common pattern in other rust crates and it is a bad idea to hide that logic in a...

http://radare.github.io/r2pipe.rs/r2pipe/index.html (do not use macros)

Requires using named pipes and such

blocker
windows