angr icon indicating copy to clipboard operation
angr copied to clipboard

[WIP] Partial SSA for decompilation

Open ltfish opened this issue 1 year ago • 0 comments

TODOs:

  • [ ] TSSA -> CSSA conversion (test cases: test_df_add_uint_with_neg_flag_ite_expressions, test_loop_counter_reg)
  • [ ] Phi-assignment-aware statement and expression comparison.
  • [ ] Fix SAILR support.
  • [ ] Fix function inlining support.
  • [ ] Improve Clinic's decompilation progress percentage calculation: Use deltas instead of absolute numbers.
  • [ ] Function parameter narrowing.

ltfish avatar Jun 29 '24 20:06 ltfish