ByNameModding / BNM-Android

Modding il2cpp games by classes, methods, field names on Android.
MIT License
196 stars 38 forks source link

Availability of Lua support ? #34

Closed 2079541547 closed 3 months ago

2079541547 commented 3 months ago

Perhaps incorporating Lua libraries could simplify operations, as C++ can directly register functions in Lua, which might enable more operations.

qqizai commented 3 months ago

Similarly, I have also been injecting the method of combining LUA recently. At present, I have not yet understood how to use LUA injection. Does anyone come to study together?

2079541547 commented 3 months ago

Perhaps you could expose the API in C++ and then use Lua to call the

BNM-Dev commented 3 months ago

I think this is possible to add bindings to lua or any other scripting language, but this is not main thing that I want to do for BNM firstly.