This commit is contained in:
Alberto Ortega 2015-03-20 18:22:03 +01:00
parent 16e514992d
commit f5750fd1df
3 changed files with 31 additions and 2 deletions

View File

@ -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

Binary file not shown.

View File

@ -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