uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.1k stars 251 forks source link

CallRewriter: copy StackDelta/FpuStackDelta when signature making #1293

Closed ptomin closed 9 months ago

ptomin commented 9 months ago

Do not lose stack delta after building of signature by CallRewriter. It's not affect output source code (only *.dis files) though. Anyway it would be nice to have consistent procedure signature data.

uxmal commented 9 months ago

Thanks for the PR, Pavel. It's amazing we hadn't noticed this until now.