XumxumLoveC4 Posted October 29, 2016 Posted October 29, 2016 (edited) How Programmers find the names of the variables in the executable to assemble these extender? To extend the function, They use only the address. And for extend the variables? I looked for tutorials on youtube, no showing how to do this. Second doubt ,someone has a function list like this (GF) ? Help? Edited October 29, 2016 by XumxumLoveC4
0 XumxumLoveC4 Posted October 29, 2016 Author Posted October 29, 2016 (edited) ida pro and intuition Extender HB exemple /* 00B8 */ int SubJob3; How he decrypted the variáble with name original ? Edited October 29, 2016 by XumxumLoveC4
0 Anarchy Posted October 29, 2016 Posted October 29, 2016 some variable names can be recovered from AI.obj but the rest you just make up a name based on what you know or think the variable is
0 XumxumLoveC4 Posted October 29, 2016 Author Posted October 29, 2016 (edited) some variable names can be recovered from AI.obj but the rest you just make up a name based on what you know or think the variable is wow, thank you brother jajaja. I'll check. The functions and variables ai.obj comes from l2 server.exe? or l2npc.exe? Edited October 30, 2016 by XumxumLoveC4
0 manton Posted October 30, 2016 Posted October 30, 2016 (edited) I have func lists if you need. Edited October 30, 2016 by manton
0 XumxumLoveC4 Posted October 30, 2016 Author Posted October 30, 2016 (edited) I have func lists if you need. List of functionC4. Now I need to know of variables. In parameters have several. But it's not enough, better study assembly http://pastebin.com/raw/EgebLUxN Edited October 30, 2016 by XumxumLoveC4
Question
XumxumLoveC4
How Programmers find the names of the variables in the executable to assemble these extender?
To extend the function, They use only the address. And for extend the variables?
I looked for tutorials on youtube, no showing how to do this.
Second doubt ,someone has a function list like this (GF) ?
Help?
Edited by XumxumLoveC46 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now