how do i find methods in a .exe so i can create a dll injection that uses those methods?

Recommended Answers

All 2 Replies

Assuming you're working on Windows, learn about the PE (portable executable) file format and you can easily extract the information you want either manually or with any number of disassembly tools.

great! thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.