Pafish DLL (dynamic-link library) is the right way to use all features present on pafish in your own software project. Note that this is a side project, version numbers between projects are directly related.
You can download the latest version from here.
It is licensed under GNU/GPL version 3.
DLLIMPORT int check_debugger(void);
DLLIMPORT int check_generic_sandbox(void);
DLLIMPORT int check_qemu(void);
DLLIMPORT int check_sandboxie(void);
DLLIMPORT int check_vbox(void);
DLLIMPORT int check_vmware(void);
DLLIMPORT int check_wine(void);
DLLIMPORT int check_all(void);
All functions return 0 when TRUE.
All releases from v024 will be shipped signed by the original development team. Consider everything without our certificate as unofficial, you can check it against the certificates present in the binaries from this repository.
Pafish is written in C and developed with wxDev-C++.
Alberto Ortega