Showing 21 open source projects for "fasm"

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
    SASM

    SASM

    Simple crossplatform IDE for NASM, MASM, GAS and FASM languages

    SASM (SimpleASM), simple Open Source crossplatform IDE for NASM, MASM, GAS, FASM assembly languages. SASM has syntax highlighting and debugger. The program works out of the box and is great for beginners to learn assembly language. SASM is translated into Russian, English, Turkish, Chinese, German, Italian, Polish, Hebrew, Spanish. In SASM you can easily develop and execute programs, written in NASM, MASM, GAS or FASM assembly languages. Enter code in form and simply run your program...
    Downloads: 51 This Week
    Last Update:
    See Project
  • 2
    Smaller C

    Smaller C

    Simple C compiler

    Smaller C is a simple and small single-pass C compiler, currently supporting most of the C language common between C89/ANSI C and C99 (minus some C89 and plus some C99 features). Currently, it generates 16-bit and 32-bit 80386+ assembly code for NASM that can then be assembled and linked into DOS, Windows, Linux and Mac OS X programs. (You may use YASM or FASM instead of NASM) Code generation for MIPS CPUs is also supported (primarily for RetroBSD). The compiler is capable of compiling itself...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Asmosis

    Asmosis

    A set of tools related to assembly language programming.

    Project Asmosis provides a set of tools related to assembly language programming. The tools include: - the Asm::X86 Perl module, - AsmDoc - an HTML documentation generator for assembly language, - Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/), - converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as, - converters from C/C++ header files to assembly...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    BeaEngine 5

    BeaEngine 5

    BeaEngine disasm project

    ... instructions. You can use it in C/C++ (usable and compilable with Visual Studio, GCC, MinGW, DigitalMars, BorlandC, WatcomC, SunForte, Pelles C, LCC), in assembler (usable with masm32 and masm64, nasm, fasm, GoAsm) in C#, in Python3, in Delphi, in PureBasic and in WinDev. You can use it in user mode and kernel mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Qrvey allows SaaS companies to create richer products and bring them to market faster Icon
    Qrvey allows SaaS companies to create richer products and bring them to market faster

    Our pre-built javascript widgets make it a snap to embed charts, reports and dashboards right into your app

    Qrvey is a low code embedded analytics platform built to help SaaS providers by simplifying the process of putting analytics tools in the hands of all users as fast as possible.
    Learn More
  • 5

    animation centipede

    Animates lines that bend looking like a centipede with pine needles.

    Animated lines look a bit like a centipede with pine needles. The keyboard can be used It was tested with a Windows 7 laptop and one desktop. The source code is there as an .asm file, ready for assembly using the Fasm compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JaeEditor 1.9.15 + FASM 1.71.22

    JaeEditor 1.9.15 + FASM 1.71.22

    Integrated Development Environment for Flat Assembler.

    JaeEditor is a Fasm IDE written using Microsoft Visual Studio 2012, WinAPI and Scintilla.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    fasmwm

    FASM Windows Mobile Preview

    Created with FASMARM assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Bubble BASIC

    A free, minimal 64-bit BASIC compiler for Linux

    ... floating point, and UTF-8 string. Arrays of any dimensionality. * Full Unicode support (UNI function replaces traditional ASC) * Text file I/O. * Compiles to native 64-bit asm (can use fasm or nasm as backend). * Inline asm feature. * Written in Haskell and C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Fast and efficient self-assembling 80x86 assembler for DOS/Win32/Linux; with 8086-80486/Pentium/MMX/SSE/AVX/XOP instructions support, 16-bit/32-bit/64-bit code, binary/MZ/PE/COFF/ELF output formats.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
    Learn More
  • 10
    A free windows command line tool for encrypting small but very sensitive data. It uses the OTP (One-time pad) encryption scheme. You can save your passwords in it and it has a functionality for copying to clipboard and auto-clearing the clipboard after any given seconds. OTP is unbreakable if used correctly, and it is being used correctly in combination with CSPRNG. Written in FASM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    wkill

    wkill

    Windows utility which terminates a targeted window or program.

    wkill is a Windows utility which terminates a targeted window or program when clicked. It uses solely the Windows API and is written in Win32 assembly (FASM). FASM is an abbrevation for "flat assembler". For more information see here http://flatassembler.net/. After launching wkill the mouse pointer changes to the red wkill icon. Clicking on any window will terminate the process that created it and will also exit wkill. Another way to use wkill is to either click the middle mouse...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    pyirrlicht

    pyirrlicht

    Access to Irrlicht Engine SDK from assembler, C, Python, Basic, Pascal

    Python ctypes module for the Irrlicht Engine SDK for 2d/3d games and graphics. Compatibility with all Python versions, wich support ctypes module. Second internal project is SWIG wrapper. Additional support for SVG files over AGG or Cairo library. Also irrlicht_c library give access to Irrlicht functional from other programming languages: ASM (FASM), C (TinyC), Basic (FreeBASIC, thinBasic, OxygenBasic), Pascal, Gentee, AutoIt and game frameworks like GameMaker or Blitz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Spider Studio

    среда разработки ассемблера

    Программа надстройка над fasm которая упрощает программирование на языке ассемблер .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Raw Xml Library (RXL) is a simple but powerful raw xml library totally written in FASM targeting Windows & Linux, CIL targeting .NET & MONO and JASMIN targeting JAVA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project is made from fasm 1.68.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    x32lab
    x32lab Enhanced Multilanguage IDE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Smayer
    Extremely small audio player for MS Windows written in FASM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Fasmlab
    IDE for Fasm Flatassembler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Monate is an Object Oriented Programming Assembly . It's a pre-assembler that compiles x86-x64 OOP assembly codes to non-OOP codes and then compiles them by FASM/NASM assembler . Monate is easy to use and powerful .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A complete integrated development environment for the Flat Assembler programming language (written in Python.... wierd, huh?)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This will be a cross platform library for FASM. It will have string, math, and other functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next