An open API service for providing issue and pull request metadata for open source projects.

GitHub / angr/angr issues and pull requests

#5598 - Phoenix: Fix bad fullgraphs after cyclic refinement.

Pull Request - State: open - Opened by ltfish 22 days ago - 1 comment
Labels: bug

#5597 - Feat/multiblock lifting

Pull Request - State: closed - Opened by rodriguezzfran 23 days ago

#5596 - Remove linux platform tag override in setup.py

Pull Request - State: closed - Opened by twizmwazin 23 days ago - 1 comment

#5594 - InlinedStrcpy: Support more types of statements.

Pull Request - State: closed - Opened by ltfish 24 days ago - 1 comment
Labels: enhancement

#5593 - Add AFL-style edge hitmap support to Icicle engine

Pull Request - State: closed - Opened by twizmwazin 24 days ago - 1 comment

#5592 - Do not lazy-import sympy. Fix #5591.

Pull Request - State: closed - Opened by ltfish 25 days ago - 1 comment
Labels: bug

#5591 - Lazy loading of sympy messes up other libraries

Issue - State: closed - Opened by DaRealNim 25 days ago - 4 comments
Labels: bug

#5590 - CFGFast: Include more analysis details in the progressbar.

Pull Request - State: closed - Opened by ltfish 25 days ago - 1 comment
Labels: enhancement

#5589 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 26 days ago - 1 comment

#5588 - CFGFast: Reduce segment list fragmentation for ARMCortexM binaries.

Pull Request - State: closed - Opened by ltfish 26 days ago - 1 comment
Labels: bug, enhancement

#5587 - AILSimplifier: Fix stmt ID mismatches in calls/assignments_to_remove.

Pull Request - State: closed - Opened by ltfish 27 days ago - 1 comment
Labels: bug

#5586 - CFGEmulated: Catch AngrSyscallError when getting syscall procedures.

Pull Request - State: closed - Opened by ltfish 27 days ago - 1 comment
Labels: bug

#5585 - Phoenix: Fix natural loop creation logic in subgraphs.

Pull Request - State: closed - Opened by ltfish 27 days ago - 1 comment
Labels: bug

#5584 - CallsiteMaker: Expand struct arg locs recursively.

Pull Request - State: closed - Opened by ltfish 28 days ago - 1 comment
Labels: bug

#5583 - is_alignment_mask: Add 0xffffffe0.

Pull Request - State: closed - Opened by ltfish 29 days ago - 1 comment
Labels: enhancement

#5582 - SimCppClass: Give opaque cpp classes a default size.

Pull Request - State: closed - Opened by ltfish 29 days ago - 1 comment
Labels: bug

#5581 - Phoenix: Do not make a switch if node_a is region head.

Pull Request - State: closed - Opened by ltfish 29 days ago - 1 comment
Labels: bug

#5580 - Fix missing type check in _find_node_in_graph.

Pull Request - State: closed - Opened by ltfish 29 days ago - 1 comment
Labels: bug

#5579 - GraphRegion: Fix an issue causing duplicated GraphRegions.

Pull Request - State: closed - Opened by ltfish 29 days ago - 1 comment
Labels: bug

#5578 - Add pytest marker to slow tests

Pull Request - State: closed - Opened by twizmwazin about 1 month ago - 1 comment

#5577 - to_acyclic_graph: Fix an off-by-one error when removing edges.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug

#5576 - AIL: Fix CAS conversion for oldHi.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug

#5575 - Struct.size: Do not raise exceptions if the last field is a BOT.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug

#5574 - Three fixes in region identifier and phoenix for bizarre switch-cases.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug

#5573 - Test pytest ci

Pull Request - State: closed - Opened by twizmwazin about 1 month ago - 1 comment

#5572 - Add block tracing capability to Icicle engine

Pull Request - State: closed - Opened by twizmwazin about 1 month ago - 1 comment

#5571 - ConstResolver: More caching and filtering for fewer FCP calls.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: enhancement

#5570 - CFGBase: Lift fewer blocks when finding bad function starts.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: enhancement

#5569 - CFGBase: Fix an O(N^2) list scanning in bad function detection.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug

#5568 - fix: Some inconsitencies with RDA function handlers

Pull Request - State: closed - Opened by Cl4sm about 1 month ago - 1 comment
Labels: bug

#5567 - Switch to scikit-build-core and cmake for building unicornlib

Pull Request - State: open - Opened by twizmwazin about 1 month ago - 6 comments

#5566 - ci: bump astral-sh/setup-uv from 6.3.0 to 6.3.1

Pull Request - State: closed - Opened by dependabot[bot] about 1 month ago - 1 comment
Labels: dependencies, github_actions

#5565 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] about 1 month ago - 1 comment

#5564 - Problems encountered when constructing RISC-V data flow graph

Issue - State: open - Opened by GuMys-WanJS about 1 month ago - 1 comment
Labels: question, needs-triage

#5563 - Add nightly CI for performance benchmarking

Pull Request - State: open - Opened by rhelmot about 1 month ago - 4 comments

#5562 - Decompilation: Fix type renaming, struct field renaming and retyping.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment

#5561 - Update to Rust 1.88

Pull Request - State: closed - Opened by twizmwazin about 1 month ago - 1 comment

#5560 - Add rust-toolchain.toml

Pull Request - State: closed - Opened by twizmwazin about 1 month ago - 1 comment

#5559 - Fix test_smc.py

Pull Request - State: closed - Opened by rhelmot about 1 month ago - 3 comments

#5558 - test_decompiling_abnormal_switch_case_case3: Print the actual base type upon failure.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: refactor

#5557 - FCP: Check if node is in graph before getting its successors.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug

#5556 - Replace nasm with keystone through load_shellcode in smc test

Pull Request - State: closed - Opened by IParsons1000 about 1 month ago - 2 comments

#5555 - Release GIL while icicle VM is running

Pull Request - State: closed - Opened by twizmwazin about 1 month ago - 1 comment

#5554 - Decompilation: Fix new bogus variables during subsequent decompilations.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug

#5553 - ci: bump actions-rust-lang/setup-rust-toolchain from 1.12.0 to 1.13.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 month ago - 1 comment
Labels: dependencies, github_actions

#5552 - ci: bump astral-sh/setup-uv from 6.1.0 to 6.3.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 month ago - 1 comment
Labels: dependencies, github_actions

#5551 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] about 1 month ago - 1 comment

#5550 - Merging sub-function definitions into parent all_definitions

Pull Request - State: closed - Opened by thelastede about 1 month ago - 1 comment
Labels: bug

#5549 - ReturnDuplicatorLow: Set a lower max_func_blocks limit.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: enhancement

#5548 - Phoenix: Speed up acyclic graph conversion.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: enhancement

#5547 - SAILR: Limit graph and edge scale for heuristic 2.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: enhancement

#5546 - Phoenix: Speed up negating condition checks.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: enhancement

#5545 - Multiple fixes in CrossJumpReverter and RetDupLow.

Pull Request - State: open - Opened by ltfish about 1 month ago - 1 comment
Labels: bug, enhancement

#5544 - GraphRegion: Use new sub graph regions when replacing subgraphs.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug

#5543 - SAILR: Fix indentation (and the heuristics).

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug

#5542 - AttributeError: module 'operator' has no attribute 'SGT'

Issue - State: open - Opened by dingzifan719 about 1 month ago
Labels: question, needs-triage

#5541 - utils: Fix parsing issues with get_cpp_function_name

Pull Request - State: closed - Opened by mborgerson about 1 month ago

#5540 - LoweredSwitchSimp: Do not test graph structurability.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: bug, enhancement

#5539 - Fix the implementation of to_acyclic_graph.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 2 comments
Labels: bug

#5538 - FLIRT: Catch decompression errors; end when function name bytes >= 0x80.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: enhancement

#5537 - AILSimplifier: Narrow vector registers.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: enhancement

#5536 - CFGBase: Recognize int 3 as function alignments.

Pull Request - State: closed - Opened by ltfish about 1 month ago - 1 comment
Labels: enhancement

#5535 - Peephole: Add inlined memcpy recognition.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: enhancement

#5534 - The problem of Symbolic Execution Example

Issue - State: open - Opened by dingzifan719 about 2 months ago - 3 comments
Labels: question

#5533 - Enhance Type 3 string obfuscation finder.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: enhancement

#5532 - SPropagator: Propagate stackvars that are not eliminatable.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 2 comments
Labels: enhancement

#5531 - My log disappear after import angr.

Issue - State: closed - Opened by ymsdad about 2 months ago - 2 comments
Labels: question

#5530 - Peephole: Signed division simplification case B.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: enhancement

#5529 - Add Emulator and ConcreteEngine; Adapt IcicleEngine to ConcreteEngine

Pull Request - State: closed - Opened by twizmwazin about 2 months ago - 1 comment

#5528 - Non-determinism during type inference

Issue - State: open - Opened by ltfish about 2 months ago
Labels: bug

#5527 - the final states of VFG

Issue - State: open - Opened by XX-Official about 2 months ago
Labels: question, needs-triage

#5526 - VRA: Limit stack variable stores to 256 bytes.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: enhancement

#5525 - Improve handling of phi var-involving constant propagation.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: enhancement

#5524 - Project: Query kernel32.dll for APIs in api-ms-win-xxx.dll.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: enhancement

#5523 - BlockSimplifier: Fix incorrect removal of call statements.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: bug

#5522 - Fix store and extract for SimTypeWideChar.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: bug

#5521 - Phoenix: Remove a memo-based hack in short-circuit matching.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: bug, enhancement

#5520 - Fix the check on guard that incorrectly checks the False condition

Pull Request - State: closed - Opened by julienlancia about 2 months ago - 5 comments

#5519 - cannot do vsa on a binary from an android flutter app.

Issue - State: open - Opened by zhangxy2016 about 2 months ago - 1 comment
Labels: bug

#5518 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] about 2 months ago - 1 comment

#5517 - Remove deprecated license classifier

Pull Request - State: closed - Opened by twizmwazin about 2 months ago - 1 comment

#5516 - Refactor unicornlib to use pybind11

Pull Request - State: open - Opened by twizmwazin about 2 months ago - 6 comments

#5515 - Decompiler: Keep clinic graphs intact post decompilation.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: enhancement

#5514 - VRA: Use function graph for dominance frontier if available.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: enhancement

#5513 - Type inference speed improvements: Strike 2.

Pull Request - State: closed - Opened by ltfish about 2 months ago - 1 comment
Labels: enhancement

#5512 - Incorrect AIL generated for syscalls in CGC-CBs

Issue - State: open - Opened by mstmhsmt about 2 months ago - 3 comments
Labels: bug

#5511 - ExprFolding: Fix an incorrect type check logic.

Pull Request - State: closed - Opened by ltfish 2 months ago - 1 comment
Labels: bug

#5510 - Reorganize native code, fixes #5485

Pull Request - State: closed - Opened by twizmwazin 2 months ago - 1 comment

#5509 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 2 months ago - 1 comment

#5508 - Dephication: Reduce redundant variable copies; eliminate redundant assignments.

Pull Request - State: closed - Opened by ltfish 2 months ago - 1 comment
Labels: enhancement

#5507 - CCA: Catch an uncaught SimTranslationError.

Pull Request - State: closed - Opened by ltfish 2 months ago - 1 comment
Labels: bug

#5506 - Decompiler: Fix loop-related oneuse-exprs eliminations.

Pull Request - State: closed - Opened by ltfish 2 months ago - 2 comments
Labels: bug

#5505 - Decompiler: call pulled outside of loop

Issue - State: closed - Opened by LukeSerne 2 months ago - 5 comments
Labels: bug

#5504 - docs: Drop ailment external package references

Pull Request - State: closed - Opened by mborgerson 2 months ago

#5503 - Handle JumpKind.Exit in VEXIRSBConverter

Issue - State: open - Opened by xxr0ss over 1 year ago - 1 comment
Labels: enhancement, needs-triage

#5501 - Graft ailment into angr

Pull Request - State: closed - Opened by mborgerson 2 months ago

#5500 - Graft ailment into angr

Pull Request - State: closed - Opened by mborgerson 2 months ago

#5499 - angr can‘t iOS can't hook_symbol scanf

Issue - State: open - Opened by piaoapiao 2 months ago
Labels: bug, needs-triage