Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How do I find a hex string  (Read 9314 times)

0 Members and 1 Guest are viewing this topic.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: How do I find a hex string
« Reply #15 on: July 28, 2017, 12:21:53 PM »
I'm guessing the ones giving two numbers indicate the current value with the first of the pair. So "00004F0B: 28 90" means the current value is 28 and it should be 90.
I was trying to dereference Null Pointers before it was cool.

caltroon

    Topic Starter


    Greenhorn

    • Experience: Experienced
    • OS: Windows 7
    Re: How do I find a hex string
    « Reply #16 on: July 28, 2017, 12:55:44 PM »
    Oh of course, that makes sense!  Thank you.