https://github.com/56kyle/mono_py_api
This is a python library that is meant to generate an API that allows for hooking into Mono using frida's python bindings.
https://github.com/56kyle/mono_py_api
api python unity unity-mono wip
Last synced: about 1 month ago
JSON representation
This is a python library that is meant to generate an API that allows for hooking into Mono using frida's python bindings.
- Host: GitHub
- URL: https://github.com/56kyle/mono_py_api
- Owner: 56kyle
- Created: 2021-10-07T05:23:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T20:49:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T11:07:54.697Z (over 1 year ago)
- Topics: api, python, unity, unity-mono, wip
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#MonoPyApi
MonoPyApi is a library designed to take in a txt file that is generated by cheat engine's Mono dissector, and outputs a python package that allows you to hook into native csharp functions using python code.
## If you are looking at this, you may be interested in [IronPython](https://ironpython.net/) instead
-------------------
###Installation
TODO
-------------------
###Usage
TODO