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

Analysis/arch specific + X86 fstsw analysis #1270

Closed uxmal closed 1 year ago

uxmal commented 1 year ago

This PR makes it possible for Reko to provide architecture-specific analyses. It also provides an implementation of an analysis that detects occurrences of the x86 fstsw instruction and injects suitable code for the ConditionCodeEliminator pass to produce clean condition testing code.