|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
New to ASM. Have a curious question.
Hello-
I'm new to ASM and i'm curious to know if it is possible to calculate the output hex address of a function in ASM? not sure if that explains it well but i could be more specific upon request. |
|
#2
|
||||
|
||||
|
It doesn't make any sense, the best I can approximate is that you want to know the address on the stack that functions returns will be pushed to.
__________________
~James [Not currently seeking freelance work] Like philosophy or interested in spirituality? Philosophorum. Game Dev Experts Forums Foresight Linux - Because your desktop should be cool! Linux FAQ FedoraFAQ UbuntuGuide |
|
#3
|
||||
|
||||
|
EDIT:*looks at post count* Odd first question, but welcome to DevShed nevertheless./END
Trying to hack? Or is it legit. The only time I have ever been asked this question was when I was trying to get "certain free items and/or currency" from a certain MMO. The dude asked if I could reference a pointer from an external application. I don't know if it is possible, because I don't use ASM, but we wont help you cheat!
__________________
"Java makes impossible things possible, but makes easy things difficult." - Somebody
Last edited by tagmanadvance : April 5th, 2007 at 12:58 PM. |
|
#4
|
|||
|
|||
|
If you mean the address of where some function lives, in 32 bit x86:
LEA EAX, TheFunctionName If the function lives in a DLL, then you need to link with an import library, or LoadModule/GetProcAddress via ordinal to find it. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Other Programming Languages > New to ASM. Have a curious question. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|