fkie-cad / RoAMer

Robust Automated Malware Unpacker
GNU Affero General Public License v3.0
84 stars 15 forks source link

Change requirements for pyinstaller, clarify readme #8

Closed blattm closed 2 years ago

blattm commented 2 years ago

Setting up RoAMer, I encountered two problems:

1) RoAMer does not work correctly when using the newest version of pyinstaller 2) When the receiver main.exe is stored at C:\Users\%username%\main.exe, the unpacker main.exe will not be copied to the guest system, resulting in an error

The updated readme accounts for these possible pitfalls.