Forum Discussion
kevinh
1 year agoBronze III
Practical Malware Analysis: Static Analysis question 18
for finding the exact name of the executable file. After dynamically overriding the function as shown in the briefing I cant seem to find any meaningful creation of the filename matching the p...
- 1 year ago
You're seeing Microsoft Security Centre in your string. You want a file name that is trying to mimic Security Centre... famously in WannaCry.
Its also right in your C code you posted. Use the first 4 letters of that in strings and I bet you have the file name.
CyberSharpe
Ambassador
1 year agoYou're seeing Microsoft Security Centre in your string. You want a file name that is trying to mimic Security Centre... famously in WannaCry.
Its also right in your C code you posted. Use the first 4 letters of that in strings and I bet you have the file name.