From 48c5069f9538ccc84dbf57596c7792244217c178 Mon Sep 17 00:00:00 2001 From: mether049 Date: Fri, 21 Feb 2020 01:53:51 +0900 Subject: [PATCH] Update malware-analysis_ref_and_memo.md --- malware-analysis_ref_and_memo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/malware-analysis_ref_and_memo.md b/malware-analysis_ref_and_memo.md index bfe6ccd..582d60e 100644 --- a/malware-analysis_ref_and_memo.md +++ b/malware-analysis_ref_and_memo.md @@ -272,3 +272,5 @@ to do... - PEファイルのフォーマットについて
[Inside Windows An In-Depth Look into the Win32 Portable Executable File Format, Part 1(2002)](http://bytepointer.com/resources/pietrek_in_depth_look_into_pe_format_pt1.htm)
[Peering Inside the PE: A Tour of the Win32 Portable Executable File Format(1994)](http://bytepointer.com/resources/pietrek_peering_inside_pe.htm)
+- Windows APIに関するMSの公式ドキュメント +[Windows API Index](https://docs.microsoft.com/en-us/windows/win32/apiindex/windows-api-list)