tandasat / MemoryMon

Detecting execution of kernel memory where is not backed by any image file
MIT License
253 stars 97 forks source link

Compilation error caused by MemoryMon.inf #3

Closed pakt closed 7 years ago

pakt commented 7 years ago
1>------ Build started: Project: MemoryMon, Configuration: Debug x64 ------
1>  Building 'MemoryMon' with toolset 'WindowsKernelModeDriver10.0' and the 'Desktop' target platform.
1>  Stamping x64\Debug\MemoryMon.inf [Version] section with DriverVer=06/29/2017,14.34.28.16
1>D:\_src\MemoryMon\MemoryMon\MemoryMon.inf(13-13): error 1209: Section [destinationdirs] is defined multiple times.
1>D:\_src\MemoryMon\MemoryMon\MemoryMon.inf(28-28): error 1209: Section [sourcedisksfiles] is defined multiple times.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
pakt commented 7 years ago

Solved by merging sections, like here.

tandasat commented 7 years ago

Thanks for reporting the issue. I believe 0ee3db980e89d772092a15bdb23a9bff86dc76ac fixes it. I also fixed the same issue in DdiMon and HyperPlatform.