ConvertShellCode
Description : ConvertShellcode takes Shellcode as input and disassemble
it in a list of instructions in assembly language.
Author : Alain Rioux (admin@le-tools.com)
WebSite : http://le-tools.com/ConvertShellcode.html
GitHub : https://github.com/arioux/ConvertShellCode
What is it
----------
ConvertShellcode takes Shellcode as input and disassemble it in a list
of instructions in assembly language.
Supported formats:
- "\xEB\x08\xBA\x4D\x11\x86\x7C\xFF\xD2\xCC\xE8\xF3\xFF\xFF\xFF\x63"
- "%uc92b%ue983%ud9eb%ud9ee%u2474%u5bf4%u7381%u1313%u2989"
- "%40%6E%40%6E%40%6E%40%6E%40%6E%40%6E%40%6E%40%6E%97%6E%40"
- "%u9090"
- "\u9090"
- "邐"
See:
- https://zeltser.com/convert-shellcode-to-assembly
- https://www.aldeid.com/wiki/ConvertShellcode
Licence
-------
Copyright (C) 2009-2017 Alain Rioux (le-tools.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.