mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
Revert "Revert "Merge pull request #548 from mandiant/feature-remove-flavors""
This reverts commit d43a6ee544.
This commit is contained in:
parent
d5c2709049
commit
57e1732f5c
43 changed files with 398 additions and 341 deletions
|
|
@ -21,8 +21,11 @@ rule:
|
|||
# lea r9d, [rcx+40h] ; flProtect
|
||||
# call cs:VirtualAlloc
|
||||
- match: allocate memory
|
||||
- mnemonic: lea
|
||||
- offset: 0x40
|
||||
- or:
|
||||
- number: 0x40
|
||||
- instruction:
|
||||
- mnemonic: lea
|
||||
- offset: 0x40
|
||||
- api: CopyFile2
|
||||
- api: DeleteFileW
|
||||
- number: 0x00000001 = COPY_FILE_FAIL_IF_EXISTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue