Skip to content
#

assembly-language

assembly logo

Assembly is a low-level programming language in which there is a very strict correspondence between language instructions and architecture machine code instructions.

Here are 94 public repositories matching this topic...

objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.

  • Updated Jun 18, 2024
  • C++

Tutorial & a blog post that demonstrate how to code a Windows driver to inject a custom DLL into all running processes. I coded it from start to finish using C++ and x86/x64 Assembly language in Microsoft Visual Studio. The solution includes a kernel driver project, a DLL project and a C++ test console project.

  • Updated Aug 2, 2021
  • C++

Created by Kathleen Booth

Released 1949

Followers
275 followers
Wikipedia
Wikipedia

Related Topics

c cpp operating-system