Mino
Mino
Simply add a shortcut (for example under _Navigation_) that opens the main activity in Code, and opens it accordingly in files tree.
Debugger won't work on any app. When I click "Launch App", it first logs "Starting debugger..." and then "Failed to init debugger" In the debugger: > jdwp handshake failed (Yes...
Here's the following script: ``` var awaitForCondition = function (callback) { var int = setInterval(function () { var addr = Module.findBaseAddress('libname.so'); if (addr) { console.log("Address found:", addr); clearInterval(int); callback(addr); return;...
(temporary?) fix for pilgr/Paper#200
the current `Paper.init(Context)` forces you to provide a context. However there's a case where mContext in Paper is not used at all: when location is explicit in getBook(). ``` private...
Since I am uploading allegro5 on pypi (python), I have tried importing one of the new releases of allegro5: ``` from ctypes import CDLL # downloaded from https://github.com/liballeg/allegro5/releases/tag/5.2.7.0 allegro5 =...
I have uploaded the allegro5 wrapper to pypi for users who can't build it themselves. Please let me know if there's something I should change. https://pypi.org/project/allegro5/
The current implementation of ```BaseSimpleActivity.movePathsInRecycleBin``` moves all the selections into the recycle bin, and then deletes them all at once. Say the selected items have a total size of 5GB...
Idk though, but it doesn't work for android users
### Steps to reproduce/复现步骤 1. Download messenger v415 apk (see Apk File section) 2. Patch it without embedding any module with ``` java -jar lspatch.jar "messenger415.apk" ``` 3. Install and...