An open API service indexing awesome lists of open source software.

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.

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