radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
19.71k stars 2.94k forks source link

Ragg2 FIx Saving Call Returns #22888

Closed 3B85A591 closed 2 weeks ago

3B85A591 commented 2 weeks ago

Description Ragg2 when processing immediate strings in function call arguments previously didn't save call returns due to the string processing. String processing now creates a temporary destination variable, and frees that, allowing for the destination variable to be processed.

Haven't fully checked ASAN output yet.