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:04 +09:00 committed by GitHub
parent 703279ff8f
commit 555e1b7d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,11 @@ to do...
### Decompiler ### Decompiler
to do... to do...
### Perspective
- topdown
- コードの先頭から解析
- bottom-pup
- 表層解析で得たキー情報(Win32API,怪しい文字列etc.)の周辺から解析
### ref: ### ref:
- Intel系アーキテクチャSoftware Developer向けのマニュアル<br> - Intel系アーキテクチャSoftware Developer向けのマニュアル<br>
[Intel® 64 and IA-32 Architectures Software Developer Manuals](https://software.intel.com/en-us/articles/intel-sdm)<br> [Intel® 64 and IA-32 Architectures Software Developer Manuals](https://software.intel.com/en-us/articles/intel-sdm)<br>