You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
The AST generation algorithm does not consider most global entities in the input bitcode. Implementing handling of global entities, such as aggregate type definitions, global variables, function declarations, etc., would improve the presentation of bitcode lifted from binaries and extracted from C code, and enable proper presentation of bitcode extracted from C++ code. This would also put fcd+remill closer to outputting complete valid C code.
The text was updated successfully, but these errors were encountered:
The AST generation algorithm does not consider most global entities in the input bitcode. Implementing handling of global entities, such as aggregate type definitions, global variables, function declarations, etc., would improve the presentation of bitcode lifted from binaries and extracted from C code, and enable proper presentation of bitcode extracted from C++ code. This would also put fcd+remill closer to outputting complete valid C code.
The text was updated successfully, but these errors were encountered: