From dfc6685b60fdb263a2da0dacdb3e997e7240baa1 Mon Sep 17 00:00:00 2001 From: mether049 Date: Sun, 5 Apr 2020 21:25:37 +0900 Subject: [PATCH] Update malware-analysis_ref_and_memo.md --- malware-analysis_ref_and_memo.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/malware-analysis_ref_and_memo.md b/malware-analysis_ref_and_memo.md index fedbd2c..99f0405 100644 --- a/malware-analysis_ref_and_memo.md +++ b/malware-analysis_ref_and_memo.md @@ -508,6 +508,9 @@ to do... [Windows API Index](https://docs.microsoft.com/en-us/windows/win32/apiindex/windows-api-list)
- 内容が公開されていないWindowsの構造体のリバースエンジニアリングについて
[Reversing Stories: Updating the Undocumented ESTROBJ and STROBJ Structures for Windows 10 x64](https://versprite.com/blog/security-research/reverse-engineering-undocumented-structures/)
+- ReverseEngineering全般について(PEB,TEB,TLS,SEHなどの記事もあり)
+[kblab.tistory.com(~2016)](https://kblab.tistory.com/category/High%20Level%20Technique/Reversing)
+[k3y6reak.github.io(2017~)](https://k3y6reak.github.io/category/technique/)
# Windows OS - Windows Internalsを日本語で解説するプロジェクト