Showing 181 open source projects for "c 4 decompiler"

View related business solutions
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    HFI Device Driver
    Linux HFI Device Driver for IBM's PERCS integrated high speed HFI network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    gnhast

    gnhast

    gnhast - Garbled's NetBSD Home Automation Scripting Tools

    gnhast - Garbled's NetBSD Home Automation Scripting Tools A collection of daemons that work together to build an event-based home automation system. The core set of daemons is written in C, however, any event (such as a light being turned on) can be handled by an external script or program. These programs can be written in any language, and the central daemon handles all the intercommunication. It is designed to be easily extensible for new device types and protocols. The core system...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    asvn
    The Arc-live(X86-i386)is a distribution live dvd and pendrive with automatic hardware detection and is now included the kernel-3.2.0-4-486/3.2.0-4-686-pae(arc-live-1.0.1-wheezy stable with live-installer).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    minbackup

    Scripts and several utilities for backup

    This system is a set of scripts written in bash and a few tools are written in c++. The package is designed for network backup for SMB protocol, and local resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5
    GreenHop

    GreenHop

    Energy and environmental monitoring of the server room

    The solution GreenHop aims to perform energy and environmental (temperature, humidity, dew point and atmospheric pressure) monitoring of the Data Center server room, providing energy efficiency indicators through green metrics for Data Centers. The GreenHop solution is based on open source software and hardware. The approach of using open source solutions enables its deployment easier and independently of suppliers at the same time makes the solution scalable to the needs of each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Hawaii

    Hawaii

    Wayland/QtQuick based OS with incremental updates and bundles

    Hawaii is a desktop operating system built on the GNU/Linux stack with a new lightweight and fast Wayland desktop environment written with QtQuick and deeply integrated with systemd. Hawaii delivers incremental and atomic updates which gives users to ability to rollback the whole system to a known good state if a regression happens.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    HellGate

    HellGate™

    HellGate™ is commercial Linux-based system for routers. It's absolutely FREE to try. Also it can be used for FREE with some restrictions.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Maui Project
    Maui with Plasma Simple Shell "PSS" has been discontinued (last version 0.5.1.). For the Maui Linux distribution go to http://www.mauilinux.org For the non-Plasma but Qt-based Hawaii-Shell project visit: http://hawaiios.org/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Debian packages for PeerGuardian Linux (including the GUI) and its precessor moblock/blockcontrol/mobloquer. PeerGuardian is a privacy oriented firewall application. It blocks connections to and from hosts specified in huge blocklists (thousands or millions of IP ranges). Its origins lie in targeting aggressive IPs while you use P2P. See http://sourceforge.net/projects/peerguardian/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    vnStatSVG should be the best web front-end to vnStat (a network traffic logger). It only requires a CGI-supported http server setup but also generates a great graphical report with SVG. NO PHP REQUIRED! It works for Linux server, cluster and even for a busybox based embedded Linux system. It has been tested with Apache, Nginx and even the lightweight httpd server of Busybox. vnStatSVG is friendly to generic Linux hosts, servers, embedded Linux systems and even Linux...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Myra Canyon

    Myra Canyon

    network control and reporting

    Easily turn a Ubuntu-based computer into a full linux router, complete with dhcpd, named/bind, iptables firewall, and packet inspection of the network traffic being routed. Deep packet inspection for layer 2 (mac), layer 3 (ipv4, ipv6), layer 4 (icmp, tcp, udp), and layer 7 (application-specific). Summary of network flows and all layers of inspected traffic is stored in a database at 1-second intervals. This database is then mined to drive the Apache/PHP web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LXCF - LXC Facility

    LXCF - LXC Facility

    LXCF (LXC Facility) generates LXC container of full OS environment.

    LXCF (LXC Facility) is a tool that generates full OS environment as LXC virtual environment. http://lxcf.sourceforge.jp/index.html.en - It is based on libvirt-lxc - It can generate containers in a short time (in a few minutes each even if it is long). - It can manage a lot of containers. - It supports dynamic resource control of containers. - To use containers for a long term (a few years or more), you can update software on each container from the host. LXCF currently supports...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Geforce Driver Check (GDC)

    Geforce Driver Check (GDC)

    Nvidia Display Driver auto installer and version checker

    Checks for new Nvidia Geforce Display Drivers then does an automated unattended install, or with many more options. You can silent install, and only just install the basics, no bloat! Instantly check to see if you have latest driver offering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DracoLinux

    DracoLinux

    Simple and flexible GNU/Linux distribution

    Draco is an independently developed GNU/Linux distribution for i486 compatible computers, with focus on simplicity and flexibility. Draco has an distinct separation between the base system and third-party (provided by pkgsrc), the advantage of this approach is that the base system will work without third-party; And third-party applications are completely isolated from the base system, unable to break your system.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Unetbootinbitti

    Unetbootinbitti

    Tool for creating live usb-drives and downloading distros

    Tool for creating live usb-drives and downloading distros. This is an upgraded version of Unetbootin focusing on Bittix linux 9 and above and Linux Mint and Linux Mint debian. Has Distrowatch.com link etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    yoDownet

    yoDownet

    The previous generation graphical download manager

    yoDownet is an open-source && free graphical download manager project that tries to be simple and minimal, also for sake of humor it's described as "The Previous Generation Graphical Download Manager".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Scripts and tools to manage your Server.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    The project supplies a template or skeleton for mainly batch processsing applications which make use of the korn Shell (ksh / pdksh), Perl and other executables (see docs). Functionality @ shell/Perl level: logging, sending email to the support, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    am_utils

    Linux utils by AM

    una serie di piccoli/grandi script e programmini di supporto alla vita linux e la sua shell. * acpiStat (visualizza stato alimentazione batteria e risorse memoria) * backup.sh (script bash di backup per partizioni LVM con supporto crittografia e backup incrementali) * makecd.sh e makedvd.sh (con un comando masterizza quello che ti pare!) * netload (aluta il carico di rete di una interfaccia) * title.sh (modifica il titolo della finestra xterm) * xinfo (usa osd_cat per visualizzare a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DruidBSD is a FreeBSD micro-distribution that supports CD/DVD, USB, and HD booting into a Live BSD Distribution.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    SmartRouter Project
    SmartRouter Project A GNU/Linux Router, Firewall and Proxy Server
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Libre Software to manage audio/video connection from a PC to a libre hardware real time stethoscope hardware, developed to allow doctors make a remote diagnose in real time in isolated rural areas of developing countries or for medicine teaching
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Syllable Desktop is a complete operating system that is easy to use, powerful, lightweight and extraordinarily fast and responsive. It has its own kernel, filesystem, GUI and applications. Syllable Server is a matching small and efficient Linux server.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 25
    Development and support of OCFA have been discontinued. the code has moved to these github repositories: https://github.com/DNPA/OcfaLib https://github.com/DNPA/OcfaArch https://github.com/DNPA/OcfaJavaLib https://github.com/DNPA/OcfaModules https://github.com/DNPA/OcfaDoc If you are interested in contributing to ongoing work on the creation of a community maintained OCFA inspired computer forensic framework, please join the Mattock/MattockFS community page on...
    Downloads: 0 This Week
    Last Update:
    See Project