mandiant/speakeasy

Bug in parse command line args to input file

Open

#218 ouverte le 7 déc. 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (284 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (1 983 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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"

Guide contributeur