cocafe / physmem

Physical memory and MMIO read/write command line utility via asmmap64 on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Driver not loaded when executed from a different path

ciphray opened this issue · comments

Very nice work on the application, love how fast it operates (much like msr-cmd).

One minor problem I've come across is, unlike msr-cmd this will not load the driver if you do not execute it from in the same path as the exe
physram-path

Any chance you'd be able to fix this?

Not a huge deal if not, already very useful as is.
Thanks

👌 maybe the logical of loading driver needs to change a bit

Should have fixed with this commit f8edb55 .

Driver was looked up by CWD instead of process image path.