Keybase proof
I hereby claim:
- I am silascutler on github.
- I am silascutler (https://keybase.io/silascutler) on keybase.
- I have a public key ASDDh8SdafblsJStYjOI-H-ItS33KeKle1vBidzY2cpeLgo
To claim this, I am signing this object:
StringFmt | Assessed Name | Description | |
---|---|---|---|
CFE | Create File Error | Sent if an error in calling CreateFileA() in sub_401C20() | |
GFSE | Get File Size Error | Sent if an error in calling GetFileSize() in sub_401C20() | |
LAE | Local Alloc Error | Sent if an error in calling LocalAlloc() in sub_401C20() | |
RFE | Read File Error | Sent if an error in calling ReadFile() in sub_401C20() | |
CPE | Creat Process Error | Sent if an error in calling CreateProcess() in WinMain() | |
DFE | Delete File Error | Sent if an error after calling function that calls DeleteFile() in WinMain() |
I hereby claim:
To claim this, I am signing this object:
from idautils import * | |
from idaapi import * | |
from idc import * | |
def descFlags(inflags): | |
if inflags & FUNC_NORET: | |
print "Flag: FUNC_NORET" | |
if inflags & FUNC_FAR: | |
print "Flag: FUNC_FAR" |
#!/bin/bash | |
# (C) Silas `p1nk` Cutler 2017 | |
# Simple Sandbox Runner | |
VM_NAME="sandbox" | |
VM_USER="administrator" | |
VM_PASS="password" |
I hereby claim:
To claim this, I am signing this object: