simple question: How I can find out commands for a DLLImport in C#.Net and / or the Entry Points of the DLL?
Background: I will use the MobileDevice-Libary from ITu
PE File Reader is a DLL (with source in C++) that can read PE files and give you the entry point for the DLL.
The source is provided unencumbered by the GPL, so you can use the source and/or the DLL in your project as you wish.