IDA修改汇编指令

写一段小程序 #include <stdio.h> #include <string.h> int main() { char password[1024]; while (true) { printf("please input password:\t"); scanf("%s", password); if (strcmp(password, "1234567"))
相关文章
相关标签/搜索