Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

memory

 [1/2] from: ptretter:charter at: 5-Feb-2004 16:39


Anyway to get data from memory locations such as where bios information is stored using REBOL/Pro. I thought I seen some information about specific address ranges before?

 [2/2] from: Karl:Lewin:BNSF at: 6-Feb-2004 9:13


If REBOL/pro gives access to windows dll's then you can use ReadProcessMemory to read memory associated w/other processes. Not sure if that would get you what you want though.