5aLIVE
August 5th, 2013, 14:37
Just for fun I wanted to disassemble the plugin called OllyFlow v0.71 by Henryouly.
First I tried loading it into IDA and prompted to supply the path for the ollydbg.dll module which doesn't exist.
kao on the tuts4you forum showed me a neat trick and renamed ollydbg.exe to ollydbg.dll to make IDA correctly display the used imported OllyDbg plugin API names instead of the ordinals.
By creating a .map file and importing it into Olly using the MapConv plugin let me see the missing API names.
I want to know if it is possible to display these API names in Olly without the assistance of IDA?
edit: if I hit Ctrl-N I get:
http://i41.tinypic.com/2rp5g5w.jpg
Hitting Enter on a selected import to find its references I get:
http://i41.tinypic.com/10oh9vs.png
Then following a reference in the disassembler shows:
http://i41.tinypic.com/30jmona.jpg
So the names are there but they aren't available for searching using Ctrl-N.
Is the any way to resolve the import API names?
Thanks in advance,
5aLIVE.
First I tried loading it into IDA and prompted to supply the path for the ollydbg.dll module which doesn't exist.
kao on the tuts4you forum showed me a neat trick and renamed ollydbg.exe to ollydbg.dll to make IDA correctly display the used imported OllyDbg plugin API names instead of the ordinals.
By creating a .map file and importing it into Olly using the MapConv plugin let me see the missing API names.
I want to know if it is possible to display these API names in Olly without the assistance of IDA?
edit: if I hit Ctrl-N I get:
http://i41.tinypic.com/2rp5g5w.jpg
Hitting Enter on a selected import to find its references I get:
http://i41.tinypic.com/10oh9vs.png
Then following a reference in the disassembler shows:
http://i41.tinypic.com/30jmona.jpg
So the names are there but they aren't available for searching using Ctrl-N.
Is the any way to resolve the import API names?
Thanks in advance,
5aLIVE.