From 219bc9d882a0e817b3b97fb23cebf8233bcd9203 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:34:26 +0200 Subject: [PATCH] Add HTTP Toolkit to package list --- docs/PACKAGE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/PACKAGE.md b/docs/PACKAGE.md index fdae261..6ab8f45 100644 --- a/docs/PACKAGE.md +++ b/docs/PACKAGE.md @@ -40,6 +40,10 @@ A command-line tool for communicating with a device, facilitating actions such a A software reverse engineering (SRE) framework developed by the National Security Agency (NSA) that helps analyze malicious code and malware, and understand their functionality. Ghidra is essential for decompiling and analyzing the binaries and libraries involved in the DRM mechanisms, offering insights into how they operate and can be interacted with. +### [HTTP Toolkit](https://httptoolkit.com/) + +An HTTP and HTTPS traffic debugging and testing tool that intercepts traffic between devices and servers. It provides a user-friendly interface to inspect, manipulate, and analyze HTTP requests and responses, crucial for monitoring DRM-related communications during research. + ### Additional Tips - **Native liboemcrypto Handling:** As of the latest updates to KeyDive, it manages liboemcrypto directly within the `keydive.js` script using the `disableLibrary` function. This eliminates the need for the liboemcrypto Disabler Magisk module in many cases, streamlining the setup process and reducing dependencies.