...The decompiler engine receives inputs from the front ends in the form of either individual executable files or decompiler project files. Reko project files contain additional information about a binaryfile, helpful to the decompilation process or for formatting the output. The decompiler engine then proceeds to analyze the input binary. Reko has the ambition of supporting decompilation of various processor architectures and executable file formats with minimal user intervention. For a complete list, see the supported binaries page.
C# Extension Methods | Over 1000 extension methods:
Enhance the .NET Framework with over 1000 extension methods. Open a binaryfile, reads the contents of the file into a byte array, and then closes the file. Extract all the files in the specified zip archive to a directory on the file system. Get started by learning C# Extension Methods from cheat sheet. Get started by searching from documented extension methods. Get started by searching and trying some online example.
Allows to create any Total Commander plugins using .NET languages
If you are .NET developer and have a good idea for TC plugin - provided interface is the right choice for you.
You can concentrate on the main functionality of your plugin withouth having to worry about most of mundane tasks of TC plugin building.
Main features:
- use flexibility and power of .NET Framework to create new plugin,
- base classes for all TC plugin types - FS, Lister, Packer, and Content,
- easy debugging with included tracing system,
- all optional methods not...