mandiant/speakeasy

Bug in parse command line args to input file

Open

#218 创建于 2022年12月7日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (284 fork)github user discovery
good first issue

仓库指标

Star
 (1,983 star)
PR 合并指标
 (PR 指标待抓取)

描述

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"

贡献者指南