Jump to content

NomadMemory Pointer Returns No Value


 Share

Recommended Posts

Simple I'm trying to read from a pointer on a program and it's not even returning a value, when displayed in a message box it comes out blank.

Dim $Offset[5]
Local $Offsets[5]=[0,Dec(18),Dec(130),Dec(90),Dec(184)]
$Offset[0]=0
$Offset[1]=0x18
$Offset[2]=0x130
$Offset[3]=0x90
$Offset[4]=0x184
$FinalAddress="0x"&Hex($BaseAddress+$StaticOffset)
$Value=_MemoryPointerRead($BaseAdd,$PID,$Offsets)

I know for a fact that the offsets and base addresses are correct.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...