Update README.md
This commit is contained in:
parent
0dd0f51bf2
commit
372a7bacc8
@ -294,6 +294,11 @@ Process.enumerateModulesSync()
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
List modules & exports
|
||||||
|
|
||||||
|
```js
|
||||||
|
sudo frida Process --no-pause --eval 'var x={};Process.enumerateModulesSync().forEach(function(m){x[m.name] = Module.enumerateExportsSync(m.name)});x' -q | less +F
|
||||||
|
```
|
||||||
<details>
|
<details>
|
||||||
<summary>Output example</summary>
|
<summary>Output example</summary>
|
||||||
TODO
|
TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user