WoW Memory EditingWoW Memory Editing for learning purposes only.
This section is more advanced than others on MMOwnedRead the section specific rules, infractions will be given out if u break them!That is including the expectations! - If you don't meet them then don't post
All right, you were right. I was just getting caught up in the fact that that function looked really small and wasn't getting called when I put a breakpoint in there through Olly. It's the immediate function it calls that does all the work.
“Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.”
“If Java had true garbage collection, most programs would delete themselves upon execution.”
Uhm, I was writing crap.
I am looking for the function which creates the device and returns the pointer.
(Exactly what you posted here, tried to find it to create a pattern for easier updating)
Find somewhere where the code references that pointer, and then get a pattern to where it references it, and then simply do *reinterpret_cast<DWORD*>( 0xDEADBEAF ) and you'll have the pointer!
Find somewhere where the code references that pointer, and then get a pattern to where it references it, and then simply do *reinterpret_cast<DWORD*>( 0xDEADBEAF ) and you'll have the pointer!
Well, I know that.
I was looking for the function which accesses the device pointer internally by [[0x1254928] + 0x397C]. I was looking myself by just going through the reference-to list for 0x1254928 but there were tons of results.
1) We're not here to debug your code.
2) This is the wrong thread to do so.
3) Read the rules for this section. (Enjoy your infractions)
4) If you don't understand what you're copy/pasting, don't bother posting here at all.
__________________
[Only registered and activated users can see links. ]
Well, I know that.
I was looking for the function which accesses the device pointer internally by [[0x1254928] + 0x397C]. I was looking myself by just going through the reference-to list for 0x1254928 but there were tons of results.
[Only registered and activated users can see links. ]
__________________
\o Robske sagt:
then you'll get
O,o
// ________________- BLAAAAAH C++ NAZIKIWI BLAAAA
\\
1) We're not here to debug your code.
2) This is the wrong thread to do so.
3) Read the rules for this section. (Enjoy your infractions)
4) If you don't understand what you're copy/pasting, don't bother posting here at all.
hi
1) I dont wont to debug the code, only the offset for it
2) Where can i post it?
3) I cant create a new one. (im new in the forum)
4) I understand what have copy/pasting, need some help to know the offset, if possible please.