Ramen Open Source Compositor 64 Bit For Mac

For Mac Download Ramen Open Source Compositor 64 Bit For Mac Pro We have already covered so many open source alternative for Commercial software.

Open Source 64 bit disassembler for Windows

Safeassign software. KirbiDSMx64-OPS is re-made and the code is written in CC++ and the UI is made in Qt. In this disassembler there are some more features which one of those is the .NET Decompiler plugin that is written in C#

The idea to make the 64 disassembler it comes to me because of the passion of coding that is always moregood and my knowledge It is always more better. Another reason why I've decided to make this happen,it is that I'm inspired of x64dbg since it is a very nice debugger, then I've chosen to make something on my own.

Some Screenshots

Currently it supports

.NET executables

Executables 64 bit

DLLs and some more.. For mac pc avec batterie macbook 2 et numero apple service.

Features

Disassembler: There are 3 engines, (Distorm, Zydis, and Udis86). Opening an executable, you will be able to choose which engine you would like to use.

Hex Dump: there are 3 types of them, the first one show only hex values, the second one too, and the third one can show the hex + ascii charcters.

Memory Map: the memory map can show the PE structures(DosHeader, FileHeader, OptionalHeader).

Protection Analyzer: Detect if the executable is packed and tell which packer is.

AddressConverter + values calculator: As said the name, this feature has 2 options, can convert an adress (example from RVA to VA or vice versa), the values calculator can convert binary, hex, ascii values.

Imports Table: Show the imports of a PE if detected.

Exports Table: Show the Exports of a PE if detected.

Relocations: Show the relocations of a PE if detected.

Then there's the tools which allow you to add sections, import, relocation.

It's possible to save The Memory map, Imports Table into a file.

Build mini documentation

  • Qt 4.5.1 required or higher. You can download here you can also use Visual Studio 2017 withQT tools
  • All required libraries are included to this project

Download

  • Build available here or in Releases

Credits

  • Disassembler engines made by Zydis, Distorm and Udis86
  • PE Parser library by libpe and pe_bliss
  • .NET Decompiler by IlSpy

Developer

Thanks to

  • Everyone who supported this project!