Commit Graph

165 Commits

Author SHA1 Message Date
Alberto Ortega
f46dcb8a57 Merge branch 'serializingme-dev-syswowfix-v2_1' into dev-chaos 2015-05-30 20:07:23 +02:00
Alberto Ortega
17108f3e55 Merge branch 'dev-syswowfix-v2' of https://github.com/serializingme/pafish into serializingme-dev-syswowfix-v2_1 2015-05-30 20:06:52 +02:00
Duarte Silva
7c591a0b2a Changed check from available to total physical memory. 2015-05-27 19:35:46 +01:00
Duarte Silva
20872a383f Typographical error correction. 2015-05-27 19:34:06 +01:00
Alberto Ortega
fd10ee553e Merge branch 'serializingme-dev-syswowfix-v1' into dev-chaos 2015-05-20 11:25:12 +02:00
Alberto Ortega
168f52cc58 Merge branch 'serializingme-dev-issue15-v1' into dev-chaos 2015-05-20 11:19:04 +02:00
Alberto Ortega
ea6e3cf704 Merge branch 'serializingme-dev-memorycheck-v1' into dev-chaos 2015-05-20 11:13:50 +02:00
Duarte Silva
2d2d410f31 Disabled Wow64 file system redirection:
- When running pafish in a 64 bits sandbox many file checks failed;
- This will allow for pafish to access the native system32 directory.
2015-05-18 16:12:54 +01:00
Duarte Silva
01ac4d2153 Added a check for less than one GiB of memory. 2015-05-18 15:22:49 +01:00
Duarte Silva
01879489d4 Added extra checks for VMWare and Wine. 2015-05-18 15:20:20 +01:00
Alberto Ortega
b0a2aeeda3 Merge branch 'serializingme-dev-fixlinuxcompile-v2' into dev-chaos 2015-05-16 13:30:55 +02:00
Duarte Silva
84060717c1 Removed unnecessary handling code. 2015-05-15 15:53:23 +01:00
Duarte Silva
392aa0f5c5 Fix the compilation under Linux with MinGW cross-compiler. 2015-05-14 13:52:51 +01:00
Alberto Ortega
73e178fc5d Update changelog to v052 2015-05-10 18:50:49 +02:00
Alberto Ortega
c93550bca5 Bump v052 2015-05-10 18:46:32 +02:00
Alberto Ortega
8f45c4343e re #25 fixes linux compilation 2015-05-09 16:58:58 +02:00
Alberto Ortega
725f83e704 Update README.txt 2015-05-09 15:01:43 +02:00
Alberto Ortega
9f8c035739 Add raw access to NumberOfProcessors detection method 2015-05-09 02:25:06 +02:00
Alberto Ortega
882a67a33e Add NumberOfProcessors via GetSystemInfo detection re #27 2015-05-09 01:27:35 +02:00
Alberto Ortega
1817c3fd0d Bump v051 2015-04-08 19:37:07 +02:00
Alberto Ortega
809db9b09b make cppcheck happy, fixes 3 of: (style) Variable xxx is assigned a value that is never used. 2015-04-08 19:30:08 +02:00
Alberto Ortega
a5987cb387 Add rdtsc method + vmexit, gcc -O0 due to cpu.c problems, minor code style changes 2015-04-01 19:44:21 +02:00
Alberto Ortega
f5750fd1df Bump v05 2015-03-20 18:22:03 +01:00
Alberto Ortega
16e514992d completes #23 should be ok by now 2015-03-20 17:40:58 +01:00
Alberto Ortega
a5c7814999 pafish_exists_regkey_value_str both args are case-insensitive now 2015-03-20 17:03:11 +01:00
Alberto Ortega
6d4f8d2827 Back to -O1 due to a crash caused by the optimizations 2015-03-20 16:16:52 +01:00
Alberto Ortega
7a93148aaf -Wall -Wextra from now, fix a bunch of warnings, -O1 to -O2 2015-03-20 16:12:07 +01:00
Alberto Ortega
8e5f18a482 Add generic func to access regkey value and compare str, code refactor 2015-03-20 15:55:55 +01:00
Alberto Ortega
283f01a459 Update readme, remove dead link, the production build wont be signed from now 2015-03-20 14:58:12 +01:00
Alberto Ortega
02603a551c Greatly reduce the icon size 2015-03-20 14:55:05 +01:00
Alberto Ortega
8dbe3511c5 Minor fix in linux Makefile 2015-03-20 14:54:49 +01:00
Alberto Ortega
cde905703a Add new VirtualBox detection based on SystemBiosDate 2015-03-20 14:54:30 +01:00
Alberto Ortega
0e71cbd1b7 Make cppcheck happy, code style changes 2015-03-19 20:59:51 +01:00
Alberto Ortega
c381be5083 Add cpuid vendor detection 2015-03-19 18:34:23 +01:00
Alberto Ortega
7da8b35d13 Minor fix, minor function cleanup 2015-03-19 18:32:48 +01:00
Alberto Ortega
d03750ae28 Add cpu.c, fix rdtsc detection, add cpuid info, add cpuid hv bit detection 2015-03-19 08:28:19 +01:00
Alberto Ortega
e751fd1755 Minor change 2015-03-17 09:53:58 +01:00
Alberto Ortega
9aa3bac68a Merge branch 'virtualminds-master' into dev-chaos 2015-03-17 09:49:37 +01:00
Alberto Ortega
ecbd42c151 Fix conflicts 2015-03-17 09:49:27 +01:00
Iñaki Rodriguez
d28c9a1fcd - Added detection for sample.exe and malware.exe 2015-03-17 00:01:55 +01:00
Alberto Ortega
ae8dc5842c Add generic sandbox / dbg detection using rdtsc instruction 2015-03-13 13:34:59 +01:00
Alberto Ortega
638a7cd84e Merge branch 'born2c0de-master' into dev-chaos 2015-02-12 10:26:05 +01:00
Sanchit Karve
6e48059a56 Minor fix
Removed unnecessary variable declaration.
2015-02-12 00:37:14 -08:00
Sanchit Karve
084eb6726d Bugfix: Restore Command Line Color Scheme
pafish modifies the command-line color scheme but does not restore
original color scheme after execution. Not cool. This commit fixes the
issue.
2015-02-12 00:30:04 -08:00
Alberto Ortega
9fb472d7da v04 upload! 2015-01-01 18:27:39 +01:00
Alberto Ortega
9e0128cf73 Minor change in common.c (sizeof by one) 2015-01-01 17:49:32 +01:00
Alberto Ortega
591b998e9c More housekeeping, minor changes in Makefiles 2015-01-01 17:39:32 +01:00
Alberto Ortega
6b8bcf189a house-keeping 2015-01-01 17:17:06 +01:00
Alberto Ortega
abb13ad351 Adds GetTickCount() sleep patching detection 2015-01-01 13:08:47 +01:00
Alberto Ortega
417963345c Minor bugfix 2014-12-31 20:28:11 +01:00