masm
There are 269 repositories under masm topic.
HJLebbink/asm-dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
ThomasJaeger/VisualMASM
Visual MASM - Assembly IDE for Microsoft MASM
annihilatorq/shadow_syscall
windows syscalls with a single line and a high level of abstraction. has modern cpp20 wrappers and utilities, range-based DLL and export enumeration, wrapper around KUSER_SHARED_DATA. supported compilers: clang, gcc and msvc
dosasm/masm-tasm
run and debug TASM/MASM code in VSCode via JSDos, DOSBox and msdos-player
PELock/Simple-Polymorphic-Engine-SPE32
Simple Polymorphic Engine (SPE32) is a simple polymorphic engine for encrypting code and data. It is an amateur project that can be used to demonstrate what polymorphic engines are.
Baron-von-Riedesel/JWasm
Masm compatible assembler
mrfearless/libraries
Collection of libraries for use with x86 / x64 assembler
mrfearless/ModernUI
Modern UI controls for win32 assembler
nidud/asmc
Masm compatible assembler
mRrvz/bmstu-asm
🔬 Машинно-зависимые языки программирования. МГТУ им. Баумана
mrfearless/APISearch-Plugin-x86
APISearch Plugin (x86) - A Plugin For x64dbg
meihao1203/Greedy_Snake
X86汇编语言编写的贪吃蛇游戏
mrfearless/APIInfo-Plugin-x86
APIInfo Plugin (x86) - A Plugin For x64dbg
micREsoft/SysCaller
SysCaller: SDK for WindowsAPI via syscalls. Dynamic Resolution, Obfuscation, Multi-Language Bindings, & more!
xsro/VSC-ASMtasks
Custom Tasks and settings for run TASM/MASM Code via DOSBox in VSCode. So tempate this repo and write your own MASM/TASM codes !😀Now my VSCode extension xsro.masm-tasm is also available
mrfearless/CopyToAsm-Plugin-x64
CopyToAsm (x64) - A Plugin For x64dbg
PELock/StringEncrypt-WebAPI
String Encryption and File Encryption for C/C++, C#, Visual Basic .NET, Delphi/Pascal/Object Pascal, Java, JavaScript, Python, Ruby, AutoIt, PowerShell, Haskell, MASM, FASM programming languages.
Inspirate789/BMSTU-MDPL
:floppy_disk:Лекции и лабораторные работы по курсу "Машинно-зависимые языки программирования" в МГТУ им. Н. Э. Баумана
meixinchoy/Snake-Game-Assembly-Language
This Snake game was written using MASM 32bit x86 8086 assembly language and with the Irvine32 library
mrfearless/CopyToAsm-Plugin-x86
CopyToAsm (x86) - A Plugin For x64dbg
mrfearless/UASM-with-RadASM
Support for UASM x86 and x64 assembler in RadASM 2.2.2.x
mrfearless/creating-controls-in-assembler
Gitbook: https://mrfearless.gitbooks.io/creating-controls-in-assembler
IbrahimHindawi/masm64-directx11
MASM and DirectX Tutorial
mrfearless/x64dbg-Plugin-SDK-For-x86-Assembler
x64dbg Plugin SDK For x86 Assembler
mrfearless/PE-Library-x86
PE Library x86
ObjAsm/ObjAsm-C.1
ObjAsm is a macro based single inheritance OOP implementation for x86 and x64 assembler code. It makes it very easy to carry out complex tasks and large projects. It comes with an extensive, optimized and tested object repository that can be used directly into your applications.
leonhad/asm-samples
Examples in Assembly with ARM, MASM, TASM and Visual Studio
mrfearless/DateTime-Library
DateTime Library - a library written in assembler (for x86 and x64) which provides simple date and time conversion, manipulation and comparison functions for use in any of your assembler projects.
CuB3y0nd/assembly
王爽《汇编语言》(第 4 版)检测点及实验 + 李忠《x86 汇编语言:从实模式到保护模式》(第二版)检测点及章节习题 + pwndbg 速查手册。
shinbatsu/asm-Interpreter
Advanced MASM Interpreter
meixinchoy/Irvine-library
Irvine library for assembly language
ObjAsm/ObjAsm-C.2
ObjAsm Version C.2 - ObjAsm is a macro based single inheritance OOP implementation for x86 and x64 assembler code. It makes it very easy to carry out complex tasks and large projects. It comes with an extensive, optimized and tested object repository that can be used directly into your applications.
corbamico/masm64_simple_example
very simple masm64 example to demonstrate how to compile MASM 64 bit using NMake/CMake
shiftpsh/sgcs-cse3030
CSE3030 Assembly Programming
yehonatanmizrachi/snake_assembly
Snake game that is able to run on DOSBox. All of the code is written for 8086 MASM
mrfearless/Snappy
Windows command line compression/decompression tool based on Google's snappy library - written in assembler