Hello i want to read memory areas and give them to a variablé.
On XP i had the command debug ...started that and entered the
memory area i want to know ...like
-D C000:0000
for graphics
or 0000:0040
for BIOS ..
now i am working with windows 7 (64 bit ) and need some information about
the bios installed and if theres a need to update ( making liste for the technicans ) ...is there a way to do that ( VB or Macroscheduler ) without having debug ?
Tell me if u have a idea how to solve that.
How do i read System Memory Areas
Moderators: JRL, Dorian (MJT support)
-
- Pro Scripter
- Posts: 60
- Joined: Tue Dec 22, 2009 9:51 am
- Location: Mannheim ( Germany )
- Contact:
How do i read System Memory Areas
Oliver Hilger Mannheim
alias Olllllliii
alias Olllllliii
-
- Pro Scripter
- Posts: 60
- Joined: Tue Dec 22, 2009 9:51 am
- Location: Mannheim ( Germany )
- Contact:
Thanks for Help with the bios :-)
That works perfect ... for my needs.
here the small script i wrote ...
But what i still need is reading memory Areas also ....if someone know
how i can read 10 bytes from a specific memory area please let me know ...
Kind Regrads
here the small script i wrote ...
Code: Select all
Let>cr=CRLF
RegistryReadKey>HKEY_LOCAL_MACHINE,HARDWARE\DESCRIPTION\System\BIOS,BIOSVendor,strVendor
RegistryReadKey>HKEY_LOCAL_MACHINE,HARDWARE\DESCRIPTION\System\BIOS,BIOSVersion,strVersion
RegistryReadKey>HKEY_LOCAL_MACHINE,HARDWARE\DESCRIPTION\System\BIOS,BIOSReleaseDate,strReleaseDate
RegistryReadKey>HKEY_LOCAL_MACHINE,HARDWARE\DESCRIPTION\System\BIOS,BaseBoardManufacturer,strManufacturer
RegistryReadKey>HKEY_LOCAL_MACHINE,HARDWARE\DESCRIPTION\System\BIOS,BaseBoardProduct,strProduct
MessageModal>%strVendor%%cr%%strVersion%%cr%%strReleaseDate%%cr%%strManufacturer%%cr%%strProduct%
EXIT
how i can read 10 bytes from a specific memory area please let me know ...
Kind Regrads
Code: Select all
Oliver Hilger Mannheim
alias Olllllliii
alias Olllllliii