diff --git a/CHANGELOG b/CHANGELOG index 76161a2..c24b83a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,31 @@ +v05 + +- Added a new set of detections based on CPU information + - rdtsc timing detection + - cpuid vendor string + - cpuid hv bit +- Added a new generic sandbox detection for sample.exe and malware.exe + in drives root +- Added a new VirtualBox detection based on SystemBiosDate +- Added more ports to Scsi in VMWare +- Greatly reduced icon size + +- Bugfixes + - Restore CLI colors when finish + +- Code style + - Now CFLAGS includes -Wall -Wextra + - cppcheck scan + - With this, lots of code style changes and minor fixes + have been done + +- Contributors for this release + Inaki Rodriguez + mlw.re + Sanchit Karve + Mikael Keri + v04 - Added new VirtualBox detections and system traces @@ -75,3 +102,4 @@ v02 v01 - First version + diff --git a/pafish.exe b/pafish.exe index b776ac9..591bdd6 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 4c3a71d..3e38913 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,4,0,1 -PRODUCTVERSION 0,4,0,1 +FILEVERSION 0,5,0,1 +PRODUCTVERSION 0,5,0,1 FILETYPE VFT_APP BEGIN BLOCK "StringFileInfo" @@ -28,3 +28,4 @@ BEGIN VALUE "Translation", 0x0409, 1252 END END +