From b1efb0877a942ab9a7cebc16b69fa9efcd078bea Mon Sep 17 00:00:00 2001 From: serr Date: Wed, 15 Jan 2025 20:44:49 +0300 Subject: [PATCH] update comments --- analysis_function.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/analysis_function.h b/analysis_function.h index 08c31f7..7a102dd 100644 --- a/analysis_function.h +++ b/analysis_function.h @@ -8,7 +8,8 @@ typedef unsigned char byte; // Returns the real address of the passed function -// Will return NULL if the compiler is not supported +// Supported compilers: MSVC, GCC +// May not work correctly on other compilers byte* AF_address(byte* f) { byte* real_address = NULL; #ifdef _MSC_VER // MSVC