Giter Site home page Giter Site logo

Comments (9)

SamboyCoding avatar SamboyCoding commented on August 30, 2024

Those functions are just exported from the binary. you could simply iterate over the exports.

from cpp2il.

feuerball11 avatar feuerball11 commented on August 30, 2024

So they would be part of
LibCpp2IlGlobalMapper.MethodRefs ?

from cpp2il.

SamboyCoding avatar SamboyCoding commented on August 30, 2024

No.

from cpp2il.

feuerball11 avatar feuerball11 commented on August 30, 2024

Can you give me a hint where I need to look then?
Sry, I'm not that deep into how the whole il2cpp metadata works, so I have trouble finding it myself.

from cpp2il.

SamboyCoding avatar SamboyCoding commented on August 30, 2024

They're not in metadata. They're ordinary binary exports, unrelated to anything IL2CPP.

from cpp2il.

feuerball11 avatar feuerball11 commented on August 30, 2024

Ah, now I understand.
Is there anything in cpp2il already, that can parse the exports?
If not, it looks like IL2CPPInpsector has some code for that, I guess I could just port that over.

from cpp2il.

lilmayofuksu avatar lilmayofuksu commented on August 30, 2024

you can simply get their pointers with GetProcAddress

from cpp2il.

SamboyCoding avatar SamboyCoding commented on August 30, 2024

you can simply get their pointers with GetProcAddress

No you can't.

Is there anything in cpp2il already, that can parse the exports?

Exports are already parsed, Il2CppBinary base class has methods related to getting them by name.

from cpp2il.

feuerball11 avatar feuerball11 commented on August 30, 2024

Awesome. That was the hint I needed. Thanks a lot :-)
I can now try to write a JSON export, with the data I need.

from cpp2il.

Related Issues (20)

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.