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:
parent
90ce567501
commit
a8b7c9d88a
@ -587,6 +587,8 @@ Injecition/Hollowingされたプロセスの自動検出<br>
|
||||
- IATは展開ルーチンでローダによってそのときの実際のAPIのアドレスに書き換えられているため,ロード前に戻す必要がある
|
||||
- PEヘッダはパックされたコードのIATを示しているので,新たににインポートセクションを追加し,そのセクションを認識するようにPEヘッダを修正する
|
||||
- 基本的にツールを用いる
|
||||
- ref:
|
||||
- [How To Unpack Malware: Personal Notes](https://marcoramilli.com/2020/10/09/how-to-unpack-malware-personal-notes/)
|
||||
### [Microsoft Windows Library](https://en.wikipedia.org/wiki/Microsoft_Windows_library_files)
|
||||
- **NTDLL.DLL**
|
||||
- Windows Native APIを提供
|
||||
|
Loading…
Reference in New Issue
Block a user