From 060d2fcba82fdd1f03042e9aec6635767a612059 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Wed, 26 Aug 2020 22:21:18 -0400 Subject: [PATCH] resolve ID clash conflict --- micro-behaviors/communication/http-comm.md | 8 ++++---- micro-behaviors/memory-manipulation/memory-protect.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/micro-behaviors/communication/http-comm.md b/micro-behaviors/communication/http-comm.md index e9985cb3..58a49617 100644 --- a/micro-behaviors/communication/http-comm.md +++ b/micro-behaviors/communication/http-comm.md @@ -15,13 +15,13 @@ Methods |---|---|---| |**Client**|C0002.002|General HTTP client behavior.| |**GET Request**|C0002.004|HTTP Get request.| -|**IHTMLDocument**|C0002.008|Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IHTMLDocument Interface.get_body.| -|**IHTMLElement**|C0002.008|Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IHTMLElement Interface.get_innerText.| -|**IWebBrowser**|C0002.008|The IWebBrowser interface exposes methods and properties implemented by the WebBrowser control or implemented by an instance of the InternetExplorer application. Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IWebBrowser.get_Document.| +|**IHTMLDocument**|C0002.011|Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IHTMLDocument Interface.get_body.| +|**IHTMLElement**|C0002.012|Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IHTMLElement Interface.get_innerText.| +|**IWebBrowser**|C0002.010|The IWebBrowser interface exposes methods and properties implemented by the WebBrowser control or implemented by an instance of the InternetExplorer application. Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IWebBrowser.get_Document.| |**POST Request**|C0002.005|HTTP Post request.| |**PUT Request**|C0002.006|HTTP Put request.| |**Request**|C0002.003|Non-specific HTTP request.| |**Server**|C0002.001|General HTTP server behavior.| -|**URLMON Function**|C0002.008|A HTTP request is made via a URLMON function. Specific functions can be captured: e.g., COMMUNICATION::HTTP Communication::URLMON Function.URLDownloadToFileW.| +|**URLMON Function**|C0002.009|A HTTP request is made via a URLMON function. Specific functions can be captured: e.g., COMMUNICATION::HTTP Communication::URLMON Function.URLDownloadToFileW.| |**WinHTTP API**|C0002.008|An HTTP request is made via the Windows HTTP Services (WinHTTP) application programming interface (API).| |**WinINet API**|C0002.007|A HTTP request is made via the Windows Internet (WinINet) application programming interface (API). A specific function can be specified as a method on the [WinInet](../communication/wininet.md) microbehavior.| diff --git a/micro-behaviors/memory-manipulation/memory-protect.md b/micro-behaviors/memory-manipulation/memory-protect.md index 43b8043e..058c6f1a 100644 --- a/micro-behaviors/memory-manipulation/memory-protect.md +++ b/micro-behaviors/memory-manipulation/memory-protect.md @@ -13,5 +13,5 @@ Methods ------- |Name|ID|Description| |---|---|---| -|**Executable Heap**|C0002.002|The heap is made executable.| -|**Executable Stack**|C0002.001|The stack is made executable.| +|**Executable Heap**|C0008.002|The heap is made executable.| +|**Executable Stack**|C0008.001|The stack is made executable.|