merge-requests/1/head
xerox 4 years ago
commit 346ba9677a

@ -17,8 +17,8 @@ typedef struct _GIOMAP
} GIOMAP;
#pragma pack ( pop )
constexpr char[] driver_name = "gdrv";
const char* driver_path = (std::filesystem::current_path().string() + "\\driver\\gdrv.sys").c_str();
constexpr char driver_name[] = "gdrv";
inline const char* driver_path = (std::filesystem::current_path().string() + "\\driver\\gdrv.sys").c_str();
namespace physmeme
{

@ -1,3 +1,7 @@
# Warning
This demo works on Windows 10-1909 and below, after 1909 physmeme.sys isnt supported view: [PFN_LIST_CORRUPT](https://githacks.org/xerox/physmeme/issues/2).
# Demo
simply open a console as admin, run "physmeme.exe hello-world.sys" and you should see a DbgPrint inside of dbgview.

Loading…
Cancel
Save