mandiant/speakeasy

Bug in parse command line args to input file

Open

#218 opened on 2022年12月7日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (284 forks)github user discovery
good first issue

Repository metrics

Stars
 (1,983 stars)
PR merge metrics
 (PR metrics pending)

説明

I am using speakeasy to run emulate with a dll. The input exe is winapiexec, downloaded at https://github.com/m417z/winapiexec The parameter is: speakeasy.py -t winapiexec.exe -p malware.bin@exportApi -a x86..... winapiexec.exe was loaded, but when it parse cmdlines has been transfer, it only always get from file config json, at line: "command_line": "C:\\Windows\\system32\\svchost.exe arg1 arg2"

コントリビューターガイド