home.social

#lowlevelprogramming — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lowlevelprogramming, aggregated by home.social.

  1. 💻 Weekend project: I finally got time to update the #MerlinOS presentation with the newest features.

    Highlights:

    * Source level debugging for ROM and flash images in MS VSCode
    * UART debugging features that support source symbols, showing the module and line number in the source that triggered a panic
    👇
    paolozaino.wordpress.com/portf
    #OperatingSystem #KernelDevelopment #SystemsProgramming #EmbeddedSystems #MemorySafety #FormalVerification #OpenSource #SoftwareEngineering #LowLevelProgramming

  2. 🎩✨ Behold, the riveting saga of #syscalls on OpenBSD! Because, naturally, manually entering addresses for every build wasn't enough of a party 🚀. Now, watch in awe as one brave soul ports a "real" application to raw syscalls—truly, the Shakespeare of low-level programming! 🐢🔧
    nullprogram.com/blog/2025/03/0 #OpenBSD #lowlevelprogramming #technews #softwaredevelopment #codingadventures #HackerNews #ngated

  3. 🎩✨ Behold, the riveting saga of #syscalls on OpenBSD! Because, naturally, manually entering addresses for every build wasn't enough of a party 🚀. Now, watch in awe as one brave soul ports a "real" application to raw syscalls—truly, the Shakespeare of low-level programming! 🐢🔧
    nullprogram.com/blog/2025/03/0 #OpenBSD #lowlevelprogramming #technews #softwaredevelopment #codingadventures #HackerNews #ngated

  4. 🎩✨ Behold, the riveting saga of #syscalls on OpenBSD! Because, naturally, manually entering addresses for every build wasn't enough of a party 🚀. Now, watch in awe as one brave soul ports a "real" application to raw syscalls—truly, the Shakespeare of low-level programming! 🐢🔧
    nullprogram.com/blog/2025/03/0 #OpenBSD #lowlevelprogramming #technews #softwaredevelopment #codingadventures #HackerNews #ngated

  5. 🎩✨ Behold, the riveting saga of #syscalls on OpenBSD! Because, naturally, manually entering addresses for every build wasn't enough of a party 🚀. Now, watch in awe as one brave soul ports a "real" application to raw syscalls—truly, the Shakespeare of low-level programming! 🐢🔧
    nullprogram.com/blog/2025/03/0 #OpenBSD #lowlevelprogramming #technews #softwaredevelopment #codingadventures #HackerNews #ngated

  6. 💻 CodeForge Live | S1E3 starts today!

    We’re diving into x86 32-bit assembly, breaking down how registers work and writing a simple program to reinforce key concepts. If you’re into low-level programming, pull up a chair—we’re getting hands-on.

    🔴 Live soon! #Assembly #LowLevelProgramming #CodeForgeLive

    youtube.com/@geekstaparadise

  7. ⚙️ CodeForge Live - S1E2! 🔥

    We’re taking a step back before moving forward—today, we’re diving into the fundamentals of x86 Assembly before continuing our bootloader journey. Understanding the low-level stuff is key, so we’re breaking it down in a hands-on, beginner-friendly way! 💻✨

    🔴 Live later today! youtube.com/@geekstaparadise

    #CodeForge #Assembly #x86 #LowLevelProgramming #LiveCoding

  8. 💥 Want to see how simple ASM can be and dilly-dally some more with syscalls and OS security mechanisms?

    Then, "Let's Reflect: Simple ASM Review and OS Security Mechanisms"

    🎯 Want to level up your low-level programming?

    Check out yet another blog entry: dreaming-of-dragons.blogspot.c

    #ASM #ReverseEngineering #Linux #TechBlog #LowLevelProgramming #Syscalls #Security #GDB

  9. 🔍 Lost in the maze of debugging? I've got your map: the "Useful GDB Commands" Quick Reference Guide!

    In this post you'll find:

    --> 🎯 Essential commands to control program execution

    --> 🔬 Memory inspection tricks that actually work

    --> 🛠️ Compilation flags to make debugging easier

    👉 Check out the full guide here: dreaming-of-dragons.blogspot.c

    #Debugging #GDB #ReverseEngineering #LowLevelProgramming #TechBlog #CProgramming #Linux #ProgrammingTips #ASM

  10. Want to play some fun hacking games? 🕵️‍♂️

    Then this intermezzo is for you 👉 dreaming-of-dragons.blogspot.c

    I've recently finished the Bandit game in Over The Wire and decided to share a couple of tips and ideas I'd like to have known before starting the game myself.

    No spoilers. Or your money back! ☺️

    #overthewire #CTF #OTW #ReverseEngineering #EthicalHacking #Cybersecurity #LowLevelProgramming #CodeDive

  11. Want to play some fun hacking games? 🕵️‍♂️

    Then this intermezzo is for you 👉 dreaming-of-dragons.blogspot.c

    I've recently finished the Bandit game in Over The Wire and decided to share a couple of tips and ideas I'd like to have known before starting the game myself.

    No spoilers. Or your money back! ☺️

    #overthewire #CTF #OTW #ReverseEngineering #EthicalHacking #Cybersecurity #LowLevelProgramming #CodeDive

  12. 🕵️‍♂️ I got hacked, and because of that you get my 6th blog post: "Wherein I Get Hacked And Learn In The Process: OTW" 🔐

    Ever had a friendly chat with a "hacker" in OverTheWire? I have.

    👉 Join the adventure here: dreaming-of-dragons.blogspot.c

    #overthewire #CTF #OTW #ReverseEngineering #EthicalHacking #Cybersecurity #LowLevelProgramming #CodeDive

  13. 🕵️‍♂️ I got hacked, and because of that you get my 6th blog post: "Wherein I Get Hacked And Learn In The Process: OTW" 🔐

    Ever had a friendly chat with a "hacker" in OverTheWire? I have.

    👉 Join the adventure here: dreaming-of-dragons.blogspot.c

    #overthewire #CTF #OTW #ReverseEngineering #EthicalHacking #Cybersecurity #LowLevelProgramming #CodeDive

  14. Asking all Hardware / Bare Metal / Low Level Programmers

    What is a good starting point to Assembly Language? A simpler architecture like 6502 microprocessor? or just go straight to x86 Aasembly?

    What do you all think!

    #lowlevelprogramming #hardware #assembly