-
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
I could create sections when working on a QEMUd binary, but I cannot do the same when working on my own or when directly loading them.
Here's what I do:
```
$ r2 -p test
[0x00000000]> o ROM0.bin 0…
-
To set some vars like
```
CFLAGS="-O0 -ggdb -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-O0 -ggdb -fsanitize=address -fno-omit-frame-pointer" CPPFLAGS="-O0 -ggdb -fsanitize=address -fno-o…
-
Who or when that got broken? ITS A MISTERY
Vcj -> ffffff
-
visual mode scrolling after analysis is really slow.
![img](http://i.imgur.com/7DMFYdI.png)
cachegrind file https://gist.github.com/b28506e09e75f3133e804cc31ed45964
improving this to use some bette…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
Shall we talk about build system? :)
We always had our custom build system until recently, with acr + makefiles + scripts all around. More often than not, makefiles hides a lot of complexity just t…
-
How can I list all the intermodular calls (as I do on x64dbg)? If there is no way to do it easily then it's a feature request.
Debuggers like OllyDbg, x64dbg and possibly others do have this featur…
guivc updated
6 years ago
-
its a bit confusing that asm.filter, asm.relsub asm.varsub, asm.decode... all those vars should have similar name prefixes to be easily spottable because they all work on the string representation of …