Decompilation Improvement

Improving Decompilation Features with Machine Learning

Here you can download the following elements used in the article An Efficient Platform for the Automatic Extraction of Patterns in Native Code (version September 2016):

  • Platform light version without the code of the Instrumentator, just a compiled bin.

  • Platform full version with the code of the Instrumentator and the compiled bin.

  • LLVM 3.5.0 and Clang 3.5.0 platform required to recompile the Instrumentator.

  • Source code of the programs used in the platform evaluation.

  • 3 example parameterizations of the platform to achieve: 1) classifying the return type of functions, using high-level source code; 2) Function Entry Points extraction by processing binary files; and 3) categorization of functions vs. procedures, using C source code programs.

This work has been funded by the European Union, through the European Regional Development Funds (ERDF). We have also received funds from the Principality of Asturias, through its Science, Technology and Innovation Plan (grant GRUPIN14-100).

LICENSE

Copyright 2006-2016 (C) University of Oviedo. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.