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