Hitmasu / Jitex

A library to modify MSIL and native code at runtime
MIT License
119 stars 15 forks source link

[Wiki | English] - Init wiki to documentation #35

Open Hitmasu opened 3 years ago

Hitmasu commented 3 years ago

Intercept call

Method Resolver

Token Resolver

frenchfish commented 9 months ago

Hello. Is there a wiki for the project? Can I generate COM attributes for methods using this tool?

Hitmasu commented 9 months ago

Hello. Is there a wiki for the project? Can I generate COM attributes for methods using this tool?

I haven't completed the wiki yet; all documentation can be found in the README.

I never worked with COM before. Could you please provide an example of what you're trying to do?

frenchfish commented 9 months ago

I am looking for very simle sample which just works/ COM object(written in c#) and sample of usage in cpp or other native hosts Unfortunatly samples which I found can't be compiled

frenchfish commented 9 months ago

REcently I found one sample which works (C# com server which makes tlb wia regasm and cpp client