Fish

Results 60 issues of Fish

### Description Currently, switching to a new tab does not make the controls on the old tab lose focus. As a result, you can select an instruction in the disassembly...

bug

### Description We should support ingesting and displaying enums in angr decompiler. ### Alternatives _No response_ ### Additional context _No response_

enhancement
decompiler

And speed up cyclic structuring. Fix an issue with switch-case matching.

bug
enhancement

### Description #187 installs angr management (and other angr libraries) in strict mode for editable build, which leads to two problems: - `git pull` each repo no longer updates the...

bug

This is a feature requested by multiple people. I plan to do it as soon as I have time. @zardus if I put my fingers on `SimPagedMemory`, does it conflict...

Line 46: ``` self.state.memory.store(where.ret_expr, write_content, size=write_length, strategy=["symbolic_nonzero", "any"], limit=str_strlen.max_null_index+1) ``` `strategy` and `limit` no longer exist. This needs fix.

help wanted
bad-simprocedure

Currently IR optimization level (`iropt_level`) is a global setting. We should expose it as a per-block setting and we can pass the optimization level to `pyvex.lift()` as we wish.