gaplan

Results 18 issues of gaplan

![Screen Shot 2022-07-13 at 07 24 09](https://user-images.githubusercontent.com/2036941/178650365-3d5427fe-2a9d-48fc-92b7-2bd26c39ce22.png) ``` PID Name Identifier ----- ---------------------------- --------------------------------------------- 7313 AirDroid com.sand.airdroid 8263 Calendar com.samsung.android.calendar 7572 Contacts com.samsung.android.contacts 7572 Contacts com.samsung.android.contacts 26770 Dergilik com.arneca.dergilik.main3x 5384...

hi there. ios 11.4.1 supported ?

I see the contents of the .so file with the following function. ``` var exports = Module.enumerateExportsSync("libmetasec_ml.so"); for (var i = 0 ; i < exports.length; i ++){ console.log("name :...

i'm working on com.ss.android.ugc.aweme version 20 I want to trace a function inside a class with backtrace. But this is always the error I get. SM G925F::com.ss.android.ugc.aweme ]-> i ::...

mac mini M1 connect gopro with USB cable. this is my code. from goprocam import GoProCamera, constants gopro = GoProCamera.GoPro(ip_address="172.27.148.52") >>> gopro = GoProCamera.GoPro(ip_address="172.27.148.52") Waking up... but not waking up..

./protod:300: RuntimeWarning: Unexpected end-group tag: Not all data was converted fds.ParseFromString(content)

Have you ever been interested in the lite version of Instagram? Can we debug the MQTTs there?

when i try python3 example.py here is the result. ``` OSAs-MacBook-Pro-2:examples osapoza$ python3 example.py 2022-09-05 02:56:21,163 DEBUG androidemu.internal.modules | Loading module 'example_binaries/32/libc.so'. 2022-09-05 02:56:21,175 DEBUG androidemu.internal.memory | => Mapping memory...

Int i : 196609 Int i2 : 0 log j : 0 String str : https://blabla.com/mode=2 Object obj : [Ljava.lang.Object;@3d51f8a How can I read what's inside the object?

Is it possible to change the str value in the example below at its address in memory? because the functions after this function also contain the same text content ```...