Easy Dump ELF libil2cpp.so from Android Process Memory

Related tags

Kotlin PADumper
Overview

PAD (Process Android Dumper)

This dumper is made for il2cpp game but you can use it in any app you want

How To Use

  • Run the process
  • Open PADumper
  • Put process name manually or you can click "Select Apps"
  • Put the ELF Name (default="libil2cpp.so")
  • Check "global-metadata.dat" if you want dump unity metadata from memory
  • Dump and wait process to finish
  • Result will be in "/sdcard/Download/<'package name'>/<'startAddress-fileName'>"

Credits

You might also like...
Easy lightweight SharedPreferences library for Android in Kotlin using delegated properties
Easy lightweight SharedPreferences library for Android in Kotlin using delegated properties

Easy lightweight SharedPreferences library for Android in Kotlin using delegated properties Idea Delegated properties in Kotlin allow you to execute a

๐Ÿ’ก๐Ÿš€โญ๏ธ A generalized adapter for RecyclerView on Android which makes it easy to add heterogeneous items to a list
๐Ÿ’ก๐Ÿš€โญ๏ธ A generalized adapter for RecyclerView on Android which makes it easy to add heterogeneous items to a list

Mystique is a Kotlin library for Androidโ€™s RecyclerView which allows you to create homogeneous and heterogeneous lists effortlessly using an universal

It's finally easy to take photos/videos via camera or get photos/videos from gallery on Android.
It's finally easy to take photos/videos via camera or get photos/videos from gallery on Android.

Shutter-Android It's finally easy to take photos/videos via camera or get photos/videos from gallery on Android. What is Shutter? Shutter is an Androi

Simple Android Library, that provides easy way to start the Activities with arguments.

Warning: Library is not maintained anymore. If you want to take care of this library, propose it via Pull Request. It needs adjustmensts for newer ver

:bouquet: An easy way to persist and run code block only as many times as necessary on Android.
:bouquet: An easy way to persist and run code block only as many times as necessary on Android.

Only ๐Ÿ’ An easy way to persist and run code block only as many times as necessary on Android. Download Gradle Add below codes to your root build.gradl

:performing_arts: An easy, flexible way to implement veil skeletons and shimmering effect for Android.
:performing_arts: An easy, flexible way to implement veil skeletons and shimmering effect for Android.

AndroidVeil An easy, flexible way to implement veil skeletons and shimmering effect for Android. Download Gradle Add below codes to your root build.gr

A simple, classic Kotlin MVI implementation based on coroutines with Android support, clean DSL and easy to understand logic

A simple, classic Kotlin MVI implementation based on coroutines with Android support, clean DSL and easy to understand logic

An Easy-to-use Kotlin based Customizable Modules Collection with Material Layouts by BlackBeared.
An Easy-to-use Kotlin based Customizable Modules Collection with Material Layouts by BlackBeared.

Fusion By BlackBeared An Easy-to-use Kotlin based Customizable Library with Material Layouts by @blackbeared. Features Custom Floating Action Buttons

A simple and easy adapter for RecyclerView. You don't have to make adapters and view holders anymore. Slush will help you.
A simple and easy adapter for RecyclerView. You don't have to make adapters and view holders anymore. Slush will help you.

ํ•œ๊ตญ์–ด No more boilerplate adapters and view holders. Slush will make using RecyclerView easy and fast. The goal of this project is to make RecyclerView,

Comments
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 27% ๐ŸŽ‰

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png | 7.08kb | 4.14kb | 41.42% | | /app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png | 6.87kb | 4.17kb | 39.34% | | /app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png | 31.68kb | 20.04kb | 36.72% | | /app/src/main/res/mipmap-xxhdpi/ic_launcher.png | 7.21kb | 5.24kb | 27.37% | | /app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png | 36.16kb | 26.57kb | 26.52% | | /app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png | 3.14kb | 2.36kb | 24.82% | | /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | 6.23kb | 4.85kb | 22.07% | | /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png | 12.04kb | 9.51kb | 21.03% | | /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png | 10.99kb | 8.71kb | 20.76% | | /app/src/main/res/mipmap-hdpi/ic_launcher.png | 3.09kb | 2.75kb | 11.05% | | /app/src/main/res/drawable/github.png | 1.53kb | 1.38kb | 9.99% | | /app/src/main/res/mipmap-hdpi/ic_launcher_round.png | 4.99kb | 4.54kb | 9.00% | | /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png | 5.27kb | 4.82kb | 8.49% | | /app/src/main/res/mipmap-xhdpi/ic_launcher.png | 2.64kb | 2.42kb | 8.07% | | | | | | | Total : | 138.91kb | 101.52kb | 26.92% |


    ๐Ÿ“ docs | :octocat: repo | ๐Ÿ™‹๐Ÿพ issues | ๐Ÿช marketplace

    ~Imgbot - Part of Optimole family

    opened by imgbot[bot] 0
Releases(v2.0.6)
Owner
BryanGIG
16, Indonesian
BryanGIG
A Gradle plugin for Kotlin Multiplatform projects that generate a XCFramework for Apple targets or a FatFramework for iOS targets, and manages the publishing process in a CocoaPod Repository.

KMP Framework Bundler KMP Framework Bundler is a Gradle plugin for Kotlin Multiplatform projects that generate a XCFramework for Apple targets or a Fa

Marco Gomiero 17 Oct 29, 2022
A Kotlin library providing a simple, high-performance way to use off-heap native memory in JVM applications.

native_memory_allocator A library which uses sun.misc.Unsafe to allocate off-heap native memory. Motivation The goal of this project is to provide a s

Target 5 Dec 8, 2022
A sample app showing different kind of memory leaks and their solutions

MemoryLeakApp A sample app showing different kind of memory leaks and their solutions. Make sure to check the source code to understand the concept of

Moradious 11 Oct 28, 2022
A simplified interface for interacting with in-memory cache implementations on the JVM

This library provides a simplified interface for interacting with in-memory cache implementations on the JVM. Think: "SLF4J but for caching"

null 5 Nov 29, 2022
:bouquet: An easy way to persist and run code block only as many times as necessary on Android.

Only ?? An easy way to persist and run code block only as many times as necessary on Android. Download Gradle Add below codes to your root build.gradl

Jaewoong Eum 479 Dec 25, 2022
Easy Android camera integration, advanced features.

CameraViewEx This is an extended version of Google's cameraview library with better stability and many more features. CameraViewEx highly simplifies i

Priyank Vasa 205 Dec 24, 2022
[Android Library] Get easy access to device information super fast, real quick

DeviceInfo-Sample Simple, single class wrapper to get device information from an android device. This library provides an easy way to access all the d

Anitaa Murthy 193 Nov 20, 2022
Android Kotlin paged endpoints made easy

A smart and simple way to work with paged endpoints. To see an example of how to use it, check out the introducing Fountain posts: part one and part t

xmartlabs 171 Nov 15, 2022
Android calendar library provides easy to use widget with events

Kotlin-AgendaCalendarView Kotlin-AgendaCalendarView based on AgendaCalendarView Kotlin-AgendaCalendarView is a awesome calendar widget with a list of

Ognev Zair 88 Nov 21, 2022
Easy Android logging with Kotlin and Timber

Kotlin logging extensions for Timber Jake Wharton's Timber library is great. It's a Java library with an API that works well for Java, but that isn't

AJ Alt 198 Nov 15, 2022