diff --git a/CHANGELOG b/CHANGELOG index 19a64af..49a0940 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,18 @@ +v055 + +- Added new checks + - Neutrino bot bochs detection #40 + - Qemu detection based on CPU brand string + - Bochs detections based on CPU brand string + - VMware detection based on network adapter name + - Minor refactor userland hook detection, added + 2 more functions to check. + +- Added cpu functions to query Processor Brand String +- Some refactoring, specially main.c, making it easier + to add new checks. + v054 - Added new checks (Hacking Team antiVM) diff --git a/pafish.exe b/pafish.exe index d7bb46f..975e64e 100644 Binary files a/pafish.exe and b/pafish.exe differ diff --git a/pafish/Objects/MingW/pafish_private.rc b/pafish/Objects/MingW/pafish_private.rc index 980ec57..fe3330a 100644 --- a/pafish/Objects/MingW/pafish_private.rc +++ b/pafish/Objects/MingW/pafish_private.rc @@ -4,8 +4,8 @@ A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "pafish.ico" 1 VERSIONINFO -FILEVERSION 0,5,4,1 -PRODUCTVERSION 0,5,4,1 +FILEVERSION 0,5,5,1 +PRODUCTVERSION 0,5,5,1 FILETYPE VFT_APP BEGIN BLOCK "StringFileInfo"