Skip to content

Instantly share code, notes, and snippets.

@silascutler
Created February 13, 2019 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silascutler/4245513e2dc1a7a9fc3d73346dd0cd12 to your computer and use it in GitHub Desktop.
Save silascutler/4245513e2dc1a7a9fc3d73346dd0cd12 to your computer and use it in GitHub Desktop.
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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment