2 matches found
shellcode2assembly
ShellcodeToAssembly shellcodetoasm.py에서 자신의 셸코드로 교체하십시오. 엔디언 타입은 리틀 엔디언입니다. root@kitploit: shellcode = '' 설치 git clone https://github.com/blacknbunny/ShellcodeToAssembly.git && cd ShellcodeToAssembly/ && pip2 install -r requirements.txt && python2 shellcodetoasm.py 모듈 수동 설치 pip install -r...
6AI score
SaveExploits0
ShellcodeToAssembly - Transform your Shellcode to Assembly (ARM, ARM64, MIPS, PPC, X86)
Transform your Shellcode to Assembly ARM, ARM64, MIPS, PPC, X86 Replace in shellcodetoasm.py with your shellcode. shellcode = '' Installation git clone https://github.com/blacknbunny/ShellcodeToAssembly.git && cd ShellcodeToAssembly/ && pip install -r requirements.txt && python2 shellcodetoasm.py...
7.2AI score
SaveExploits0References1
20