From f2d5f3856d984c32b434857eb67915c9afb713d2 Mon Sep 17 00:00:00 2001 From: serr Date: Wed, 15 Jan 2025 19:02:15 +0300 Subject: [PATCH] update comments --- analysis_function.h | 1 + 1 file changed, 1 insertion(+) diff --git a/analysis_function.h b/analysis_function.h index cfaaded..b73deb7 100644 --- a/analysis_function.h +++ b/analysis_function.h @@ -8,6 +8,7 @@ typedef unsigned char byte; // Returns the real address of the passed function +// Will return NULL if the compiler is not supported byte* AF_address(byte* f) { byte* real_address = NULL; #ifdef _MSC_VER // MSVC