diff options
| author | Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | 2024-01-06 18:02:38 +0100 |
|---|---|---|
| committer | Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | 2024-01-06 18:37:17 +0100 |
| commit | 0b0de2cbd1a5949cd8819899169446c5cf524cc3 (patch) | |
| tree | 060d114617d80f87d748098345d1cb4e2dde0b55 /miasm/jitter/loader/utils.py | |
| parent | f2335970fea3670c261c162e65e72ebef2a4de2e (diff) | |
| download | focaccia-miasm-0b0de2cbd1a5949cd8819899169446c5cf524cc3.tar.gz focaccia-miasm-0b0de2cbd1a5949cd8819899169446c5cf524cc3.zip | |
Replace /!\ with [!] to fix a few warnings
miasm/expression/expression_helper.py:90: SyntaxWarning: invalid escape sequence '\ '
Diffstat (limited to 'miasm/jitter/loader/utils.py')
| -rw-r--r-- | miasm/jitter/loader/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/jitter/loader/utils.py b/miasm/jitter/loader/utils.py index 73809141..7f913d76 100644 --- a/miasm/jitter/loader/utils.py +++ b/miasm/jitter/loader/utils.py @@ -65,7 +65,7 @@ class libimp(object): # imp_ord_or_name = vm_get_str(imp_ord_or_name, 0x100) # imp_ord_or_name = imp_ord_or_name[:imp_ord_or_name.find('\x00')] - #/!\ can have multiple dst ad + #[!] can have multiple dst ad if not imp_ord_or_name in self.lib_imp2dstad[libad]: self.lib_imp2dstad[libad][imp_ord_or_name] = set() if dst_ad is not None: |