move todo list

This commit is contained in:
Iddo 2018-05-31 11:47:37 +03:00 committed by GitHub
parent f5154a082f
commit 1a41f6f588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,5 @@
### learn-frida-the-hard-way
TODOs:
- Add GIFs & docs
- Enumerate loaded classes
$ frida -U com.pkg -qe 'Java.perform(function(){Java.enumerateLoadedClasses({"onMatch":function(c){console.log(c);}});});' -o pkg.classes
@ -82,6 +79,8 @@ Interceptor.attach(Module.findExportByName(null, "dlopen"), {
});
```
TODOs:
- Add GIFs & docs
References overview: