From d8f4cb02652a445b07d947f3fbadb00ca0d562c7 Mon Sep 17 00:00:00 2001 From: 1superchip <1superchip@gmail.com> Date: Fri, 27 Feb 2026 12:26:21 -0600 Subject: [PATCH] Update regex #208 --- diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff.py b/diff.py index 3440774..ffc2133 100755 --- a/diff.py +++ b/diff.py @@ -2094,7 +2094,7 @@ def process_reloc(self, row: str, prev: str) -> Tuple[str, Optional[str]]: # Example %edi,0 # Example movb $0x0,0x0 if not addr_imm: - addr_imm = re.search(r"(?:0x)?(?