feature: short call patching

This commit is contained in:
Dobin
2024-02-17 19:56:05 +00:00
parent 16f4300d62
commit 1b738c55b3
3 changed files with 15 additions and 7 deletions
+1
View File
@@ -13,6 +13,7 @@ class Project():
self.exec_style: ExecStyle = ExecStyle.CALL
self.decoder_style: DecoderStyle = DecoderStyle.PLAIN_1
self.dataref_style: DataRefStyle = DataRefStyle.APPEND
self.short_call_patching: bool = False
# Injectable
self.inject: bool = False