nowsecure / r2frida

Radare2 and Frida better together.
MIT License
1.18k stars 121 forks source link

Command \iE does not work #276

Closed BurningTeng closed 3 years ago

BurningTeng commented 3 years ago
  1. Attach process r2 frida://BH93001BDE/com.asp.lovevideo
  2. Using iE as r2frida-wiki [0x00000000]> \iE

Result as below: Error message shown as below: error: unable to find module containing 0x0

burning

trufae commented 3 years ago

All i subcommands depend on the offset. First seek to the address of the binary or library that u want to get the exports. Otherwise it would list milions of symbols. Thats why this behaviour has changed a year ago

BurningTeng commented 3 years ago

Thanks for your explanation.

enovella commented 3 years ago

Try:

\iE @ offset  //where offset is the base address of your native lib