Hello, I'm working on replacing functions in DLL files. I most likely will use a trampoline once I get more advanced. However, my question is (I've tried searching google and only came up with crap) how can I find the API in a DLL?
I know I will then need to place a breakpoint on the API to find the code for it, but I'm having trouble finding it to begin with..
Any tutorials or ideas how to do this? I'm using ollydbg and HexWork shop.