Jump to content
  • 0

custom lib


blocx
 Share

Question

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

Link to comment
Share on other sites

Recommended Posts

  • 0
43 minutes ago, blocx said:

if i understand it emulate linux in tv ? omg sorry im lost

it seem have many step 😅

no, its a linux container  that runs on your phone

38 minutes ago, blocx said:

os is not free

yes it is free, choose debian

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0
17 hours ago, blocx said:

i dont understand use of apk

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.

Link to comment
Share on other sites

  • 0
5 hours ago, 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.

it seem easy 

Link to comment
Share on other sites

  • 0
6 hours ago, 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)

 

.so no readable

Link to comment
Share on other sites

  • 0
On 11/9/2022 at 4:39 PM, blocx said:

.so no readable

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

Link to comment
Share on other sites

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
 Share

×
×
  • 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.