mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-28 00:33:36 +00:00
04ca0c78d6
* Merge dist+shot make targets .PHONY them all * (Un)Install include files in $pfx/include/libr/
10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
* Strip non input symbols in plugins (speed up loading)
|
|
* Specify binmask in hexpairs
|
|
- wx 1234:ff0f
|
|
- /x 1234:ff0f
|
|
* radare2 -e dbg.engine=vm -d ls
|
|
- resolve path for ls
|
|
- load the program using r_bin in virtual space
|
|
- initialize vm and set regs
|
|
- debug backend should use the vm
|