[Wiki | English] - Init wiki to documentation
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
Hello. Is there a wiki for the project? Can I generate COM attributes for methods using this tool?
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?
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
REcently I found one sample which works (C# com server which makes tlb wia regasm and cpp client