Skip to content

Commit

Permalink
Merge pull request #106 from LordNoteworthy/Noteworthy
Browse files Browse the repository at this point in the history
added qemu process check (qemu-ga.exe)
  • Loading branch information
ayoubfaouzi authored Apr 24, 2018
2 parents af9d45e + 338857e commit cfa5422
Show file tree
Hide file tree
Showing 6 changed files with 523 additions and 492 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 0.74:
- Added qemu process check (qemu-ga.exe) thanks to kaganisildak.


#### 0.73
- Bug fix: GetSystemFirmwareTable should take `resultBufferSize` as an argument for the second call.
- Bug fix: nullref exception in timing.cpp.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ Please, if you encounter any of the anti-analysis tricks which you have seen in
- prl_cc.exe(Parallels)
- prl_tools.exe(Parallels)
- xenservice.exe(Citrix Xen)
- qemu-ga.exe (QEMU)
- **WMI**
- SELECT * FROM Win32_Bios (SerialNumber) (VMWARE)
- SELECT * FROM Win32_PnPEntity (DeviceId) (VBOX)
Expand Down
1 change: 1 addition & 0 deletions al-khaser/Al-khaser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ int main(void)
if (ENABLE_QEMU_CHECKS) {
print_category(TEXT("QEMU Detection"));
qemu_reg_key_value();
qemu_processes();
}

/* Xen Detection */
Expand Down
Loading

0 comments on commit cfa5422

Please sign in to comment.