mirror of https://github.com/a0rtega/pafish
Updated readme with pafish-dll information
This commit is contained in:
parent
bdcdfc5678
commit
fdedc358b5
13
README.md
13
README.md
|
@ -5,6 +5,8 @@ Pafish is a demo tool that performs some anti(debugger/VM/sandbox) tricks. Most
|
|||
|
||||
The project is open source, you can read the code of all anti-analysis checks. You can also [download](https://github.com/a0rtega/pafish/raw/master/pafish.exe) the compiled executable (or compile it by yourself) and reverse engineer it, which is quite recommended.
|
||||
|
||||
It is licensed under GNU/GPL version 3.
|
||||
|
||||
# Scope
|
||||
|
||||
Note that the aim of the project is not to implement complex VM detections.
|
||||
|
@ -13,10 +15,14 @@ The objective of this project is to collect usual tricks seen in malware samples
|
|||
|
||||
Example of [execution](http://malwr.com/analysis/99f7c1358e1f488a32b8919083a9b25b/) (v02).
|
||||
|
||||
# Executable certificate
|
||||
# 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.
|
||||
|
||||
# DLL
|
||||
|
||||
Some software projects may be interested in use some of the functions pafish brings. To make it possible, [pafish-dll](https://github.com/a0rtega/pafish-dll) is a side project to maintain a DLL with all the features present on pafish.
|
||||
|
||||
# Build
|
||||
|
||||
Pafish is written in C and developed with [wxDev-C++](http://wxdsgn.sourceforge.net/).
|
||||
|
@ -25,10 +31,13 @@ Pafish is written in C and developed with [wxDev-C++](http://wxdsgn.sourceforge.
|
|||
|
||||
Alberto Ortega (@[a0rtega](https://twitter.com/#!/a0rtega) - [profile](https://profiles.google.com/alberto.kun666)) - alberto[at]pentbox.net
|
||||
|
||||
# Contributions
|
||||
# Donations
|
||||
|
||||
[![Flattr](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/1179653/a0rtegapafish-on-GitHub)
|
||||
|
||||
Bitcoins are really appreciated: 1DeSQzrEuQLUDjD25CX6yrchVuQnArWTeN
|
||||
|
||||
# Contributions
|
||||
|
||||
Feel free to send me malware samples or more tricks to add. GPG ID: 6A06CF5A
|
||||
|
||||
|
|
Loading…
Reference in New Issue