8000 GitHub - a0rtega/pafish-dll: DLL to use the power of Pafish
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 6, 2021. It is now read-only.

a0rtega/pafish-dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

DLL to use the power of Pafish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0