I’m using lpBaseAddress : IntPtr
but … I need to enter hex value :-/ like a normal offset
like on VB that could be something like :
offset = CLng("&H" + text)
So I need to take a value from textbox and make same magic on C# (or Nemerle ^_)
If you just want to parse hex:
I’ve used
longhere for illustration, asIntPtrcould be 32/64.