misc-code
misc-code copied to clipboard
Miscellaneous code
Python script to print Dart object uses in Object Pool of flutter libapp.so Aarch64 for radare2. Inspired from latest [talk](https://m.youtube.com/watch?v=JNoEUPlgcZk&t=29m40s) and thank you for such an awesome explanation ❤️ ```...
When i load DartBytes.py in JEB , i get this error Script execution error: com.pnfsoftware.jeb.client.script.ScriptExecutionException: Traceback (most recent call last): File "/[REDACTED]/DartBytes.py", line 15, in run fragment = ctx.getFocusedView().getActiveFragment() AttributeError:...
also the script is using r2pipe.open(file) and it would be good if could be executed from inside r2 by doing r2pipe.open() if the r2pipe env is set in r2pipe-1.9.0 you...