mirror of https://github.com/a0rtega/pafish
Bump v05
This commit is contained in:
parent
16e514992d
commit
f5750fd1df
28
CHANGELOG
28
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
|
||||
|
||||
|
|
BIN
pafish.exe
BIN
pafish.exe
Binary file not shown.
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue