unicorn-decoder
unicorn-decoder copied to clipboard
Simple shellcode decoder using unicorn-engine
Results
2
unicorn-decoder issues
Sort by
recently updated
recently updated
newest added
Firstly, there is an error regarding type=file in argpaser. Once I changed it to type=argparse.FileType('r'), other errors start to appear such as: ` status = _uc.uc_mem_write(self._uch, address, data, len(data)) ctypes.ArgumentError:...