/pafish-dll

DLL to use the power of Pafish

Primary LanguageCGNU General Public License v3.0GPL-3.0

Pafish DLL

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.

Functions

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.

Certificate

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.

Build

Pafish is written in C and developed with wxDev-C++.

Author

Alberto Ortega