xboxscene.org forums

Author Topic: Question For Any Of The Advanced Coders  (Read 77 times)

Ridley

  • Archived User
  • Jr. Member
  • *
  • Posts: 71
Question For Any Of The Advanced Coders
« on: June 14, 2004, 11:24:00 PM »

Often you will get 2 values. One will be the real value, and the other will just be a display value that copycats the real one.

Asm Opcodes: http://www.woodmann....beginner/44.zip


If you really want to learn ASM go here: http://win32asm.cjb.net/

It can be pretty dry, but at least grind through the first 3 tutorials, and then you will like it much better.
Logged

Seeker2003

  • Archived User
  • Newbie
  • *
  • Posts: 30
Question For Any Of The Advanced Coders
« Reply #1 on: June 15, 2004, 11:02:00 AM »

uhh.gif

Well thanks anyway..
Logged

k_away

  • Archived User
  • Newbie
  • *
  • Posts: 8
Question For Any Of The Advanced Coders
« Reply #2 on: June 22, 2004, 12:08:00 PM »

"When doing a search for a value and the search returns a possible correct address, but when you poke that address the value seems to update but changes back to what it was before you poked it."

that probly means its a copy of the true value you are looking for. try setting a breakpoint(WRITE) on the address you found, and you'll probly see where it gets it value from.
Logged