修复程序自动读取栈溢出值不准确问题,现在程序通过读取程序汇编代码,可以准确输出栈大小以及溢出覆盖的值,之后不需要手动去测试
Fixed issue where the tool inaccurately read stack overflow values. Now, by analyzing the program's assembly code, it can precisely determine stack size and overflow overwrite values, eliminating the need for manual testing