uni: watchlow filters at record time
This commit is contained in:
+3
-1
@@ -597,7 +597,9 @@ def main():
|
||||
wlolog = []
|
||||
|
||||
def hook_wlo(mu, access, addr, size, value, data):
|
||||
if len(wlolog) < 60:
|
||||
if addr + size <= _wlo or addr >= _whi:
|
||||
return
|
||||
if len(wlolog) < 200:
|
||||
try:
|
||||
pc = mu.reg_read(_PC4)
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user