fkie-cad / RoAMer

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

New Console Parameter --output #9

Closed danielplohmann closed 2 years ago

danielplohmann commented 2 years ago

Add an additional output parameter, that will produce the dump output into a user-provided location instead of into the same directory as the processed sample file, i.e.

python3 run.py /some/sample --output /some_other_folder

h/t @tbarabosch