You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looked promising, but unfortunately several antivirus programs pick up .exes compressed with this tool as malware/trojans/malicious/etc. Probably as it was used by malware authors as well. Unfortunately this basically makes it useless. :(
This is a small exe I just created:
The text was updated successfully, but these errors were encountered:
On the topic of malware false positives, one could try to modify the mechanism for decompression & evaluation, but I'm not sure if this would yield positive results as the decompress / deobfuscate -> invoke assembly pattern is a common technique used by viruses to try to avoid detection (clearly it doesn't work anymore).
If I adjusted the code, some of the false positives might let up (which is why I recommended bytepress), but the heuristic-based ones would still likely flag this pattern.
I'll consider playing around with it a bit to see if I could get the module functioning again.
This looked promising, but unfortunately several antivirus programs pick up
.exe
s compressed with this tool as malware/trojans/malicious/etc. Probably as it was used by malware authors as well. Unfortunately this basically makes it useless. :(This is a small exe I just created:
The text was updated successfully, but these errors were encountered: