文件是64位的elf程序,用Python写的。直接在kali下执行,返回一句“you wish it was that easy!”程序拖到IDA里,在Py_FrozenMain函数中看到取环境变脸“PYTHONINSPECT”和“PYTHONUNBUFFERED”。如果都有,会产生几个文件。在ka
...
So they gave a 32-bit ELF stripped executable. Simply running the binary ./debug32 didn’t do nothing.
I looked through the assembly in IDA and saw “
...
In this challenge we are given an obfuscation plugin for llvm and an obfuscated binary. The plugin accepts a 16-byte seed as a parameter and uses it f
...
0CTF的题The archive contains a compiled Python file crypt.pyc and an encrypted flag file encrypted_flag.As the description states, the compiled Python c
...