1
0
mirror of https://github.com/nganhkhoa/malware.git synced 2024-06-10 21:32:07 +07:00

Update malware-analysis_ref_and_memo.md

This commit is contained in:
mether049 2020-02-15 18:53:30 +09:00 committed by GitHub
parent 555e1b7d65
commit b2dbdf6119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ to do...
### Perspective ### Perspective
- topdown - topdown
- コードの先頭から解析 - コードの先頭から解析
- bottom-pup - bottom-up
- 表層解析で得たキー情報(Win32API,怪しい文字列etc.)の周辺から解析 - 表層解析で得たキー情報(Win32API,怪しい文字列etc.)の周辺から解析
### ref: ### ref:
- Intel系アーキテクチャSoftware Developer向けのマニュアル<br> - Intel系アーキテクチャSoftware Developer向けのマニュアル<br>