Jump to content
  • 0

Question

Posted

hi all someone know if it exist method to dump custom lib ? and it exist script to launch this dump i must tell too if possible no pc ( maybe an apk or internet site like libil2cpp ) thanks all

Recommended Posts

  • 0
Posted

i think i m in what i need to keep open ( terminal & vnc & andronix or i can close andronix ? ) and now it create for enter next i just use localhost:1 & vncserver-start ?

Screenshot_20221108-213013_VNC Viewer.jpg

  • 0
Posted
  On 11/8/2022 at 9:12 AM, blocx said:

i dont understand use of apk

Expand  

Hi! Make sure to Input the package name inside the box field (You can also use PID)

# Example Package Name
com.mojang.minecrafttrialpe

# Getting PID of your Game
pidof com.mojang.minecrafttrialpe
(#Result: 5678)

Your dumped lib will be inside your Internal Storage:

  • - /sdcard
  • - /data/media/0/
  • - /storage/emulated/0

Here's some short Tutorial (See Attachment). In may case, the dumped lib exist but you had to wait several minutes until it's done.

  • 0
Posted
  On 11/9/2022 at 2:49 AM, MainC said:

Hi! Make sure to Input the package name inside the box field (You can also use PID)

# Example Package Name
com.mojang.minecrafttrialpe

# Getting PID of your Game
pidof com.mojang.minecrafttrialpe
(#Result: 5678)

Your dumped lib will be inside your Internal Storage:

  • - /sdcard
  • - /data/media/0/
  • - /storage/emulated/0

Here's some short Tutorial (See Attachment). In may case, the dumped lib exist but you had to wait several minutes until it's done.

Expand  

it seem easy 

  • 0
Posted
  On 11/9/2022 at 2:49 AM, MainC said:

Hi! Make sure to Input the package name inside the box field (You can also use PID)

# Example Package Name
com.mojang.minecrafttrialpe

# Getting PID of your Game
pidof com.mojang.minecrafttrialpe
(#Result: 5678)

 

Expand  

.so no readable

  • 0
Posted

@under_score im able to use distrub of unbutu xfce but for using grida not understand im not sure to know how launch if u have tips it will be great

  • 0
Posted
  On 11/9/2022 at 9:39 AM, blocx said:

.so no readable

Expand  

Hi! I'm trying to clear some-things:

  • - Lib Dumper: Dumping Lib from Memory and Rebuild It back to Library with some ELF fixer (for Arm). The Benefit: to Avoid Protected Library (Usually XORed string & Encrypted Function Name) into more readable structure.
  • - SDK Dumper: Extracting SDK (Includes Offsets, Class, Function, Address) from a Library. Usually this follows how data are reserved on Library based on Game Engine (Unreal Engine, Unity), although this can also be achieved through Manual Decompiling of Libs.

The tools are working as Intended, for futher readings:
Finding Offsets & Dumping Lib

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.