0%
ELF_x64_Nanomites_Introduction
ELF x86 - Anti-debug
ELF x86 - Anti-debug
参考https://re.kv.io/crackme/12.htmlint 80
系统调用32位
下,EAX
保存调用号mov eax , 30 utime, utimes - change file last access and modification times
int utime(const char *filename, const struct utimbuf *times);
The utime() system call changes the access and modification times of
the inode specified by filename to the actime and modtime fields of
times respectively.