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 ITunes to send commands to an Iphone. I know round about 90% of the DLL-Commands from another open source project, but there are still 10% left, and I need a command of this 10%.
Dependency Walker can list all exports for a DLL.
These days you want to use Dependencies
https://github.com/lucasg/Dependencies
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With