Hi again,
I have a short question as always where I don't know the answer anymore of it.
How to enter Ordinal numbers / Names in Olly expression window + how to assemble them too quickly?
Exsample:
So in Olly you can easily enter and assemble direct API addresses...
7C80B741 GetModuleHandleA
...so you can enter the direct VA always and the normal API names as GetModuleHandleA for exsample or also kernel32.GetModuleHandleA also working and also you can assemble it on the same way (call kernel32.GetModuleHandleA) etc all working so far.But the question now is how to do this on the same simple way with ordinal numbers and ordinal names?
73DBE9C6 #1000 or below as name solved via mfc42.lib 73DBE9C6 #?AddHead@CSimpleList@@QAEXPAX@Z_1000
Decimal Ordinal of this API in the mfc42.dll is 1000 (3E8 hex).So what I have to enter now to jump quickly to this API?
mfc42.#1000 <-- not working = label expected message but what for a label?
Now I tried to find some infos on OllyDBG and found this..
http://www.ollydbg.de/Help/i_Expressions.htm
Ordinal number of the current thread %ORD (or alternative form %ORDINAL)
But I don't get it work anyhow etc.So is there any way for ordinals to enter them too somehow etc?Maybe you know this or can find out this so this would be very nice if there is a way too for this ordinals.
Thank you