You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
458 B
11 lines
458 B
5 years ago
|
# Demo
|
||
|
|
||
5 years ago
|
simply open a console as admin, run "physmeme.exe hello-world.sys" and you should see a DbgPrint inside of dbgview.
|
||
|
|
||
|
- pmdll64.dll is part of a supermicro bios flashing utility
|
||
|
- physmem64.sys is part of a supermicro bios flashing utility
|
||
5 years ago
|
- hello-world.sys just prints the base address and size of the driver :)
|
||
|
|
||
|
|
||
|
|
||
|
Code for hello-world.sys: [https://githacks.org/xerox/physmeme/issues/1#note_37](https://githacks.org/xerox/physmeme/issues/1#note_37)
|