-
- [ ] Use `let` and `const` where possible.
- [ ] Arrow functions in examples
- [ ] Support coroutines with generators and such (future premises)
-
Right now it's all mixed here.
What I'm suggesting - move 'r2pipe' directory of this repo into the separate repository. Especially, since r2pipe is more actively developed.
-
I am trying to parse a windows Portable Executable in javascript - because it needs to work in the browser. I started writing this by hand, before a friend put me on to radare2! I realized at the same…
-
Hello!
I've tried to build `radare2-bindings` with OCaml on my Ubuntu Machine by just followed the well explained [README.md](https://github.com/radare/radare2-bindings/blob/master/README.md).
My O…
ghost updated
8 years ago
-
Shuold we change the variables and json fields of `afij` from nbbs to nodes or so
-
We need to avoid duppes. some commands just show the same output now that everybody wants all config vars to be obeyed by the disassembler loops. (color, pseudo, esil, decode..) so this clearly needs …
-
Ran a test script (see below) on a malware dump and found three binaries that crash r2, on cmdline as well as through pipe, when anal.jmptbl = true is set.
```
import r2pipe
import sys
r2 = r2pipe.o…
-
-
this will allow us to export all analysis information into an sql database like this:
`af*sql | sqlite functions.sqlite`
and then we can just type this to perform SQL queries on it:
`!sqlite …
-
```
$ r2 -
[0x00000000]> pxQ 8 < /dev/urandom # slurp fails
Slurping file '/dev/urandom'
cannot open file
0x00000000 0x0000000000000000
[0x00000000]> pxQ 8 < /etc/os-release # slurp fails
Slu…