Showing 367 open source projects for "c for windows 8"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    scanmem & GameConqueror

    scanmem & GameConqueror

    memory scanner for Linux

    scanmem is a debugging utility designed to isolate the address of an arbitrary variable in an executing process. scanmem simply needs to be told the pid of the process and the value of the variable at several different times. After several scans of the process, scanmem isolates the position of the variable and allows you to modify its value.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2
    FreePascal based debugger and freepascal debugger lib. An alternative for C-based gdb.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SETEdit is a friendly text editor. It is a text mode application with windows, buttons, mouse support, etc. The main target of the project are programmers so the editor is mainly oriented to programming.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 4

    devkitPro

    Homebrew toolchains for wii, gamecube, 3ds, ds, gba, gp32 and psp

    This project is for homebrew console development tools based on the gnu compiler collection with additional tools and libraries to aid programming each supported console. The windows variants are built with MinGW.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    strace

    strace

    linux syscall tracer

    The strace project has been moved to https://strace.io. strace is a diagnostic, debugging and instructional userspace tracer for Linux. It is used to monitor and tamper with interactions between userspace processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
    Leader badge
    Downloads: 601 This Week
    Last Update:
    See Project
  • 6
    A Finite State Machine Editor, written on QT. It allows to draw Finite State Machine with easy GUI and store it in XML file. There are Finite State Machine Compilers to translate this description to source code (technique like QT's UIC uses).
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    wxHexEditor
    wxHexEditor is another Hex Editor, build because of there is no good hex editor for Linux system, specially for big files. It supports files up to 2^64 bytes. Written with C++/wxWidgets GUI libs and can be used with other OS'es such Windows, Mac OS
    Leader badge
    Downloads: 312 This Week
    Last Update:
    See Project
  • 8
    The NT POSIX C Runtime Library is an IEEE standard runtime library for the NT POSIX subsystem. It can be used as a complete replacement or a side by side alternative for what is shipped with the Interix SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Linice - Linux kernel debugger

    Linux source-level kernel debugger

    Linice is a source-level kernel debugger for x86 systems with the look and feel of SoftIce for MS Windows. Break into a running kernel, use breakpoints, single step on modules, kernel, or user programs. Outputs to VGA, MDA, X Window, serial terminal. ------------ Yes, this is ancient and don't expect it to work any more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    For companies that need a load balancing solution

    SKUDONET is designed to enhance service quality with advanced load balancing capabilities. Allowing scale your infrastructure effortlessly while maintaining unwavering data security, ensuring the continuity of your operations.
    Learn More
  • 10
    cmdbarO2
    OllyDbg 2.01 Plugin -->>>>All functions of cmdbar run<<<- ************************************************************* Some plugins require dll like : msvcp60.dll, msvcr90.dll, msvcr100.dll, etc… If a plugin does not work start by looking the import directory with "CCF Explorer" and install them in the system32 directory!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Tiny8051
    Tiny8051 is small 8051 microcontroller simulator written in C#. Project was created for educational purposes, to show how µP works by using clean visual interface and debugging. Note: communication over serial port was not implemented, because there was no demand for it.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    FastPadPlugin2
    OllyDbg 2.01 Plugin FastpadPlugin allows to take notes in ollydbg the faspad windows hides automatically when not in use. To open it just put the cursor on the left of the screen, the cuseuur turns red on contact. One can save directly from olly the selected text using the shortcut CTRL+q. Faspad automatically saves the text in the plugin \ fastpad directory (each debuggee has a different .txt file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ImprimerLaSelection
    OllyDbg 2.01 Plugin Permet d'imprimer le code sélectionné -------------------------------------------------------------------------- Is a plugin for Olly2 that allows to print the selected text, to print preferably use the keyboard shortcut Ctrl+i (Crl+p is already used by olly !) ************************************************************* Some plugins require dll like : msvcp60.dll, msvcr90.dll, msvcr100.dll, etc… If a plugin does not work start by looking the import...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MoonSharp

    MoonSharp

    An interpreter for the Lua language, written entirely in C#

    A complete Lua solution is written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms. Support for the complete Lua standard library with very few exceptions (mostly located on the 'debug' module) and a few extensions (in the string library, mostly). Supports dumping/loading bytecode for obfuscation and quicker parsing at runtime. An embedded JSON parser (with no dependencies) to convert between JSON and Lua tables. Easy opt-out of Lua standard library modules to sandbox what...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    gCode

    grieferCode

    Yet another scripting language Main features: - Pointers - Structures - Objectoriented programming (yet to come) - code in plain english - easy to learn (based on C, C++, Java, Pascal, Python, Lua)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    OllyDbg plugin: advanced labels

    OllyDbg plugin: advanced labels

    OllyDbg plugin: advanced labels with user datatypes support. Pointers and arrays are supported too. Datatypes support embedding. Compiled in RAD XE2 w/o addons. In https://sourceforge.net/p/ollyadvlabels/code/6/tree/trunk/addon_msvs_def_lib_generator/ folder of repository there are also right header and lib-generator for msvs-based plugins available. Everyone is free to upgrade project right there.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    Embedded debug!box

    Allows executing code on MIPS32 EmbeddedLinux devices (WLAN routers)

    This tool is used to develop small applications that can run on MIPS-based embedded Linux devices - mainly WLAN routers. It is possible to debug these applications using GDB with the GDB backend provided by this tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    debug_new

    debug_new

    C / C++ everything-memory debugger

    Warning: Older projects may have to be compiled with -DDEBUG_NEW_CONFIG_HAVE_DEPRECATED Debug_New offers the possibility of debugging memoryleaks, not only (note the "not only"; that's just one of its functions) in a <report-memory-leaks-on-shutdown> kind of way, but implemented using memory-states. - Cross platform + Cross compiler support (only utilizes the preprocessor and template-voodoo-magic for c++) - Supports C and C++ - Supports gcc and g++ - Supports pthread and any posix...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    SharpDevelop

    SharpDevelop

    A free IDE for C#, VB.NET, & Boo projects on Microsoft's .NET platform

    SharpDevelop is the open-source IDE for the .NET platform. Write applications in languages including C#, VB.NET, F#, IronPython and IronRuby, as well as target rich and reach: Windows Forms or WPF, as well as ASP.NET MVC and WCF. It starts from USB drives, supports read-only projects, comes with integrated unit and performance testing tools, Git, NuGet and a lot more features that make you productive as a developer.
    Leader badge
    Downloads: 967 This Week
    Last Update:
    See Project
  • 20
    Turbo C++ for Windows 7/8/8.1 and 10

    Turbo C++ for Windows 7/8/8.1 and 10

    Moved to: https://turboc.codeplex.com/

    Moved to: https://turboc.codeplex.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TestDriven.NET is a zero friction unit testing add-in for Visual Studio .NET. It is compatable with NUnit, xUnit and MSTest. You can download the full extension from http://www.testdriven.net. TestDriven.Net is now being maintained here: https://github.com/jcansdale/TestDriven.Net-Issues
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ODbgScript O2
    OllyDbg 2.01 Plugin ODbgScript est un plugin pour ollydbg 2.01 ************************************************************* Some plugins require dll like : msvcp60.dll, msvcr90.dll, msvcr100.dll, etc… If a plugin does not work start by looking the import directory with "CCF Explorer" and install them in the system32 directory! use http://www.7-zip.org/download.html for 7zip
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    NG-BASIC

    An experimental BASIC language for Linux, Mac OS X, and Windows.

    NG-BASIC is an experimental BASIC language that can be both interpreted within an Integrated Development Environment (and debugged through that same environment) as well as compiled to a native executable. The goal of this project is to reproduce an environment similar to QuickBASIC 4.5 for modern operating systems and for BASIC enthusiasts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    iOS Crash Logs Tool [todo: remove]

    iOS Crash Logs Tool [todo: remove]

    iOS crash logs symbolicating for Windows

    Tool for iOS crash logs (crash report) symbolicating ( for OS Windows )
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25

    debug_mutex

    c/c++ debug-mutex library

    A cross-platform implementation of a mutex, that automatically checks for everything, you might be doing wrong: - DeadLocks - Invalid mutex leave order - Thread Shutdown, while still holding mutex locks - Destroying a locked mutex - (Un)Locking a destroyed mutex - UnLocking an unlocked mutex - UnLocking an mutex locked by another thread - Locking a non-recursive, locked mutex - Not destroying all mutexes before application termination Every abnormal produces a console...
    Downloads: 0 This Week
    Last Update:
    See Project