mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
fix: peb_reuse bugs and similar
This commit is contained in:
+2
-2
@@ -30,8 +30,8 @@ class DataRefStyle(Enum):
|
||||
#class InjectStyle(Enum):
|
||||
|
||||
class SourceStyle(Enum):
|
||||
peb_walk = 1
|
||||
iat_reuse = 2
|
||||
peb_walk = "peb_walk"
|
||||
iat_reuse = "iat_reuse"
|
||||
|
||||
|
||||
build_dir = "build"
|
||||
|
||||
Reference in New Issue
Block a user