Showing 21 open source projects for "g-code"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    ILSpy

    ILSpy

    .NET Decompiler with support for PDB generation, ReadyToRun, Metadata

    ILSpy is the open-source .NET assembly browser and decompiler. Visual Studio 2022 ships with decompilation support for F12 enabled by default (using our engine v7.1). In Visual Studio 2019, you have to manually enable F12 support. Go to Tools / Options / Text Editor / C# / Advanced and check Enable navigation to decompiled source. C# for Visual Studio Code ships with decompilation support as well. To enable, activate the setting "Enable Decompilation Support. ILSpy is distributed under the MIT...
    Downloads: 1,121 This Week
    Last Update:
    See Project
  • 2
    JADX

    JADX

    Dex to Java decompiler

    Command-line and GUI tools for producing Java source code from Android Dex and apk files. Decompile Dalvik bytecode to java classes from APK, dex, aar, aab and zip files. Decode AndroidManifest.xml and other resources from resources.arsc. Deobfuscator included. Be aware, Android Studio can interfere with jadx debugger, so it is better to close it before attaching to the process in jadx. Smali debugger, check wiki page for setup and usage. View decompiled code with highlighted syntax.
    Downloads: 997 This Week
    Last Update:
    See Project
  • 3
    RedtDec

    RedtDec

    RetDec is a retargetable machine-code decompiler based on LLVM

    The decompiler is not limited to any particular target architecture, operating system, or executable file format. ELF, PE, Mach-O, COFF, AR (archive), Intel HEX, and raw machine code supported. 32-bit: Intel x86, ARM, MIPS, PIC32, and PowerPC 64-bit: x86-64 supported. Demangling of symbols from C++ binaries (GCC, MSVC, Borland). Reconstruction of functions, types, and high-level constructs. Output in two high-level languages: C and a Python-like language. Generation of call graphs, control-flow...
    Downloads: 40 This Week
    Last Update:
    See Project
  • 4
    reko

    reko

    Reko is a binary decompiler

    Reko (Swedish: "decent, obliging") is a decompiler for machine code binaries. This project is freely available under the GNU General Public License. The project consists of front ends, core decompiler engine, and back ends to help it achieve its goals. A command line, a Windows GUI, and a ASP.NET front end exist at the time of writing. The decompiler engine receives inputs from the front ends in the form of either individual executable files or decompiler project files. Reko project files...
    Downloads: 15 This Week
    Last Update:
    See Project
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 5

    unluac

    A decompiler for Lua 5.x

    .... The decompiled code is printed to the standard output. Here is an example usage of unluac: java -jar unluac.jar myfile.lua > myfile_decompiled.lua The current version also has pretty good support for Lua 5.0 and Lua 5.1. Support for later versions is also good if the code doesn't use too many gotos.
    Leader badge
    Downloads: 339 This Week
    Last Update:
    See Project
  • 6

    Universal-C-Decompiler

    a tool used to convert 32bit executable or assembly files into c code.

    Downloads: 20 This Week
    Last Update:
    See Project
  • 7

    SourceCodeSafer

    anti decompiler, anti deobfuscator, protection source code

    anti decompiler, anti deobfuscator, protection source code, under certain conditions the application renders both decompilers and de-obfuscators useless and protects the source code, even if not obfuscated,
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    winformsprotector

    antidecompiler and anti deobfuscator,source code protection

    ITALIAN: il software serve a proteggere il proprio codice sorgente da deoffuscazione e decompilazione,rende vano l'uso di decompilatori e deoffuscatori in determinati scenari ENGLISH : the software is used to protect your source code from decompilation and deobfuscation, it makes useless the use of decompilers and deobfuscator in certain scenarios
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Universal Android JvApkBuilder Tool

    Universal Android JvApkBuilder Tool

    Easy reskin, clone and build android app.

    Windows desktop software tool - apk android builder, app maker. Reskin tool for developer android no coding (without coding).
    Downloads: 4 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 10

    JBVD

    Java Bytecode Viewer & Decompiler

    A very powerful java bytecode viewer and decompiler which makes use of the javassist open source library.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    After a program has been thrown into the world in binary form, it can boomerang back as source code. The Boomerang reverse engineering framework is the first general native executable decompiler available to the public.
    Leader badge
    Downloads: 158 This Week
    Last Update:
    See Project
  • 12
    jdec is a Java Decompiler. It can be used to reverse the bytecodes present in a .class File to produce a Java Source File which can be nearly correct or equivalent (Due To different Interpretations) to the original java file.[With UI & command line]
    Downloads: 12 This Week
    Last Update:
    See Project
  • 13
    Realignment fragment for JD-Eclipse host plug-in. This plug-in for Eclipse makes the decompiled code line numbers actually appropriate to the line numbers from the java-class file. As a result, it becomes possible debugging without source code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    JadRetro is a Java decompiler helper supporting Java 1.5+ classes. JadRetro is not a decompiler itself, it is a class transformer helping some old (but good) Java decompilers to convert more class files and/or generate more correct source code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Java Decompiler is a java package containing decompiler which will support latest features to successfuly recreate missing code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The only differerence from previous version of JODE is addition of return code from decompiler class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tool for managing patch codes for the Nintendo Wii. Formats this tool handles are common to Gecko OS and popular Wii homebrew software. This is one of very few complete cross-platform GCT compilers and the only known GCT decompiler and merge tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    IDC is an interactive decompiler, where the user starts with an almost literal translation of Assembly code in C language, which he progressively decompiles by the successive application of low-level refactorings, ultimately leading to high-level C code.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Jad Java decompiler plugin for Eclipse IDE.
    Leader badge
    Downloads: 95 This Week
    Last Update:
    See Project
  • 20
    Decompyle is a python disassembler and decompiler which converts Python byte-code (.pyc or .pyo) back into equivalent Python source. Verification of the produced code (re-compiled) is avaliable as well.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 21
    Java-program to read, modify and execute class-files. a real java VM written in java or a decompiler for class-files is possible (and partially working)
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next