-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't see the methods using DLL Export Viewer v1.66 #54
Comments
I don't know about 'DLL Export Vierwer', but CFF should give you a correct picture about available exports from PE modules. You can also check it manually or via Conari: using(var l = new ConariL("exe or dll .net or unmanaged module")) {
// l.PE.ExportedProcNamesArray
}
Well, can you provide detailed log of your build, for example:
and this compiled sample ? |
@mayconsouza Check this out: |
I closed this issue because no activity and no additional details about problem. Please reopen if this still is actual. |
I'm trying to integrate Game Maker with a C# DLL we have, but using DLLExport I can see the method in CFF but can't in DLL Export Vierwer neither in my Game Maker exe.
I have just one public method returning -1 for testing
Can you help me with that?
The text was updated successfully, but these errors were encountered: