#
assembly
Here are 3,046 public repositories matching this topic...
CTF framework and exploit development library
python
linux
exploit
assembly
python3
bsd
ctf
defcon
pwntools
ctf-framework
shellcode
rop
pwnable
capture-the-flag
wargame
python2
shellcoding
shellcode-development
-
Updated
Sep 29, 2020 - Python
Modular visual interface for GDB in Python
python
syntax-highlighting
debugger
console
terminal
dashboard
interface
assembly
visual
pygments
ansi
gdb
tty
subcommands
gdb-commands
divide
gdb-command
dashboard-styles
stylable-attributes
-
Updated
Aug 12, 2020 - Python
How to be low-level programmer
programming-language
arduino
hardware
firmware
assembly
linux-kernel
embedded-systems
low-level
system-programming
assembly-language-programming
low-level-programming
c-programming
linux-kernel-hacking
-
Updated
Sep 17, 2020
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
syntax-highlighting
visual-studio
assembly
x86-64
assembler
avx2
nasm
assembly-language-programming
code-completion
avx512
visual-studio-extension
disassembly
masm
-
Updated
Aug 26, 2020 - C#
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup
-
Updated
May 30, 2020 - Assembly
c
c-plus-plus
package-manager
visual-studio
lua
objective-c
cross-platform
makefile
assembly
build-tool
multi-language
wdk
xmake
tbox
cross-toolchains
-
Updated
Sep 30, 2020 - C
A categorized list of C++ resources.
-
Updated
Sep 29, 2020
redis
elasticsearch
jwt
oauth2
spark
spring-boot
modules
rabbitmq
maven
assembly
swagger
hbase
batch
druid
springboot
mybatis
aliyun
dubbo
multi-data
lomback
-
Updated
Aug 30, 2020 - Java
mmcloughlin
commented
Jan 7, 2019
We are reliant primarily on the examples for testing at this point. It would be good to "stress" the allocator because I would be (pleasantly) surprised if it's bug-free.
- More extensive unit testing
- Integration test under
tests/that (for example) uses the max number of registers of a given kind and confirms the register allocator doesn't fall over - More specifically, handling of "cast
OS for z80 calculators
-
Updated
Jul 5, 2020 - Assembly
A list of resources in different fields of Computer Science (multiple languages)
javascript
python
programming-language
machine-learning
cryptography
database
networking
physics
assembly
regular-expression
mathematics
artificial-intelligence
operating-system
computer
cybersecurity
quantum-computing
exploits
cloud-computing
awesome-list
computervision
-
Updated
Sep 30, 2020
Visual MASM - Assembly IDE for Microsoft MASM
native
assembly
ide
visual
assembler
assembly-language
x86
assembly-language-programming
masm
microsoft-masm
-
Updated
Jan 26, 2018 - Pascal
Simple operating system in C++, written from scratch
-
Updated
May 29, 2020 - C++
A collection of resources on wait-free and lock-free programming
-
Updated
Feb 8, 2020
Performance monitoring and benchmarking suite
c
linux
performance-engineering
benchmarking
lua
assembly
instrumentation
x86
threading
performance-analysis
profiling
hwloc
pin
armv8
likwid
hardware-performance-counters
power9
-
Updated
Sep 30, 2020 - C
shell
exploit
interactive
assembly
architecture
asm
assembler
keystone
capstone
pwn
ctf
shellcode
syscalls
exploitation
disassembly
dsm
syscall-table
dissassembler
shellcoding
common-shellcodes
-
Updated
Feb 27, 2019 - Python
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat
-
Updated
Jun 25, 2019 - Assembly
SGDK - A free and open development kit for the Sega Megadrive
c
programming
sdk
assembly
gcc
sega
megadrive
sega-megadrive
sega-genesis
68000
assembly-68000
sgdk
retrodev
-
Updated
Sep 29, 2020 - C
Improve this page
Add a description, image, and links to the assembly topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assembly topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther