Jitex icon indicating copy to clipboard operation
Jitex copied to clipboard

[Wiki | English] - Init wiki to documentation

Open Hitmasu opened this issue 4 years ago • 4 comments

Intercept call

  • [ ] How intercept call
  • [ ] Working with Parameters
  • [ ] Manage call flow
  • [ ] Modify instance from call

Method Resolver

  • [ ] Resolve by MSIL
  • [ ] Resolve by Body
  • [ ] Resolve by Native Code
  • [ ] Resolve by Detour
  • [ ] Resolve by NativeEntry

Token Resolver

  • [ ] Resolve from Method
  • [ ] Resolve from Field
  • [ ] Resolve from Module
  • [ ] Resolve String

Hitmasu avatar Jun 13 '21 04:06 Hitmasu

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

frenchfish avatar Dec 13 '23 04:12 frenchfish

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?

Hitmasu avatar Dec 13 '23 16:12 Hitmasu

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 avatar Dec 14 '23 17:12 frenchfish

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

frenchfish avatar Dec 14 '23 18:12 frenchfish