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
863045051a
commit
215aba95b6
@ -532,6 +532,12 @@ Injecition/Hollowingされたプロセスの自動検出<br>
|
|||||||
- ref:
|
- ref:
|
||||||
- [Loading a DLL from memory](https://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/)
|
- [Loading a DLL from memory](https://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/)
|
||||||
- DLLをロードする流れやメモリからロードするツールについて
|
- DLLをロードする流れやメモリからロードするツールについて
|
||||||
|
### Win32API
|
||||||
|
|
||||||
|
|API|dll|header file|arg|return|overview|
|
||||||
|
|:-|:-|:-|:-|:-|:-|
|
||||||
|
|GetModuleHandle|kernel32|libloaderapi.h (include Windows.h)|PCSTR lpModuleName(モジュール名)|Success:a handle to the specified module<br>Fail:NULL|指定したモジュールへのハンドルを取得|
|
||||||
|
|
||||||
### Deobfuscation
|
### Deobfuscation
|
||||||
- バイナリの難読化解除に関するブログ
|
- バイナリの難読化解除に関するブログ
|
||||||
- [Tales Of Binary Deobfuscation - Part 1](https://ulexec.github.io/ulexec.github.io/article/2020/03/03/Deobfuscation_1.html)
|
- [Tales Of Binary Deobfuscation - Part 1](https://ulexec.github.io/ulexec.github.io/article/2020/03/03/Deobfuscation_1.html)
|
||||||
|
Loading…
Reference in New Issue
Block a user