#
assembly
Here are 3,314 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
hacktoberfest
shellcoding
shellcode-development
-
Updated
Jan 17, 2021 - 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
Dec 21, 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
Nov 19, 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
Oct 18, 2020 - C#
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
Jan 19, 2021 - 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
A FREE comprehensive reverse engineering course covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
c
c-plus-plus
arm
hack
assembly
x64
reverse-engineering
malware
hacking
cybersecurity
assembly-language
x86
cyber
assembly-language-programming
cyber-security
arm-assembly
reverse-engineering-tutorial
cyber-threat-intelligence
assembly-x86-64
assembly-arm
-
Updated
Jan 15, 2021 - C++
A categorized list of C++ resources.
-
Updated
Jan 18, 2021
redis
elasticsearch
jwt
oauth2
spark
spring-boot
modules
rabbitmq
maven
assembly
swagger
hbase
batch
druid
springboot
mybatis
aliyun
dubbo
multi-data
lomback
-
Updated
Dec 21, 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
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
Jan 19, 2021
Simple operating system in C++, written from scratch
-
Updated
Dec 29, 2020 - C++
OS for z80 calculators
-
Updated
Oct 10, 2020 - Assembly
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
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
nvidia-gpu
power9
-
Updated
Jan 12, 2021 - C
SGDK - A free and open development kit for the Sega Mega Drive
c
programming
sdk
assembly
gcc
sega
mega-drive
megadrive
sega-mega-drive
sega-genesis
68000
sgdk
retrodev
sgdk-library
-
Updated
Jan 19, 2021 - C
shell
exploit
interactive
assembly
architecture
asm
assembler
keystone
capstone
pwn
ctf
shellcode
syscalls
exploitation
disassembly
dsm
syscall-table
dissassembler
shellcoding
common-shellcodes
-
Updated
Dec 15, 2020 - 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
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