feature: dev (shellcode projects) phase 1

This commit is contained in:
Dobin
2024-03-26 17:46:09 +00:00
parent aa194edef3
commit f08334dc1a
16 changed files with 285 additions and 55 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import keystone
from enum import IntEnum
import logging
from helper import hexdump
from utils import hexdump
from pe.superpe import SuperPe
from model.defs import *
+1 -1
View File
@@ -2,7 +2,7 @@ import r2pipe
import os
from model.defs import *
from helper import hexdump
from utils import hexdump
def r2_disas(data: bytes):
filename = "r2_data.bin"
+1 -1
View File
@@ -4,7 +4,7 @@ from enum import IntEnum
import logging
from typing import List
from helper import hexdump
from utils import hexdump
from model.defs import *
logger = logging.getLogger("superpe")