MrWildanMD/MemDumper

Return is coming empty

Mr-Frey opened this issue · 6 comments

I am passing the name and PID of the application, but it is returning empty.
Screenshot_20231206-185315-1.png

Can you help me?

Alright, first thing you need to make sure:

  1. Is the process have the lib called libil2cpp.so?
  2. You can try using process name and leave PID empty
  3. Raw dump is preferred
  4. If the problem still occur, i will fix it ASAP

I am passing the name and PID of the application, but it is returning empty. Screenshot_20231206-185315-1.png

Can you help me?

and make sure ur android rooted

Hello, good morning. Yes, the device is rooted and I tried without the PID, but the result is the same, but I think the problem is that the apk doesn't have "libil2cpp.so", that must be it. I needed to dump another specific ".so", do you think there's any other way?

@Mr-Frey just specify the lib name in the LibName textfield...and if you're still facing same issue, lemme know, i'll try to fix it ASAP

because, if you leave the LibName textfield empty it will using the default value which is libil2cpp.so

Sorry for taking up your time @MrWildanMD. I was too stupid hehe. It worked perfectly, I hadn't realized that I had to pass the lib name in a field, I thought it would dump everything at once. Thanks for helping.