Antivirus can interfere with compiling

Add a note about it into COMPILING.txt.
This commit is contained in:
Michael Schierl 2013-03-03 21:07:08 +01:00
parent ca967efee6
commit b75d1d3b70
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ to package all the files, or
mvn -P deploy package
to package all the files and copy them into the correct place for Metasploit
(/data/java).
(/data/java). If you get spurious compilation errors, make sure that there
is an exclude rule in your antivirus for the Metasploit directory (or that
your antivirus is disabled).
In case you want to edit/debug JavaPayload for Metasploit or Java Meterpreter,
Maven provides plugins to auto-generate project files for your favourite IDE