Commit Graph

107 Commits

Author SHA1 Message Date
Duarte Silva 7c591a0b2a Changed check from available to total physical memory. 2015-05-27 19:35:46 +01:00
Duarte Silva 01ac4d2153 Added a check for less than one GiB of memory. 2015-05-18 15:22:49 +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
Alberto Ortega 02a6590271 Huge refactor, TRUE FALSE types added, utils functions added, fix encoding, trailing spaces, CRLF removed 2014-12-31 20:24:11 +01:00
Alberto Ortega 6912bb1565 Compilation fixes 2014-12-30 16:53:10 +01:00
Alberto Ortega 9816ed8eaa Adding device detection #13 (Thorsten commit) 2014-12-29 01:20:21 +01:00
Alberto Ortega 30892b519c Merge pull request #21 from Thorsten-Sick/GetDiskFreeSpace
Added GetDiskFreeSpace based disk space detection with the min size 60 G...
2014-12-29 00:44:46 +01:00
Thorsten Sick f4dc13aec8 Added GetDiskFreeSpace based disk space detection with the min size 60 GB 2014-07-15 13:47:51 +02:00
Alberto Ortega 226200924d Merge pull request #18 from nilp0inter/unattended_and_retval2
Unattended analysis and return value. (Fixed)
2014-05-02 15:35:50 +02:00
Roberto Abdelkader Martínez Pérez a8be2e22bd Restored binary file to previous verion. Let's the author compile it himself. 2014-05-02 13:44:57 +02:00
Roberto Abdelkader Martínez Pérez 78eff7982e Merge branch 'unattended_and_retval' into unattended_and_retval2 2014-05-02 13:37:58 +02:00