Giter VIP home page Giter VIP logo

opensa-plugin's Introduction

opensa-plugin (Deprecated, see sampexp-20)

All modifications are only for study purposes and only work on ARMv8-A devices

Tooling in use

  • Cmake
  • Ninja
  • Python3
  • Android Studio
  • NDK (Android Native Development Kit)

Build configuration

  • What you will need to configure in your current shell/Windows Path environment:

Expose NDK_PATH and CMAKE_ANDROID paths env variable, example: Env configuration

Creating build directory

  • Just type at root level folder (PROJECT_DIR):
PROJECT_DIR> python3 scripts/opensa.py -b

After the command successed, a new directory called build will be appear inside your root (PROJECT_DIR) folder, follows the next step!

Building the plugin

How to compile

Enter into the build dir and run 'ninja':

PROJECT_DIR> cd build
build> ninja install

After this, a shared object file called libOpenSA.so must be generated, this is own plugin and you mst install inside your Android Package game object in lib/arm64-v8a/libOpenSA.so. The same .APK object must be infected by our Dalvik Smali script, all you need is this file inside of: PROJECT_DIR/smali/GTASA.smali

All others libraries needed will be inside of output directory at the project root structure

How to clean

Clean all objects generated by the NDK compiler:

build> ninja clean
PROJECT_DIR> rm -rf output

opensa-plugin's People

Contributors

ifgpuelse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.