Tag

inline assembly

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
Jun 10, 2025 · Fundamentals

How C Directly Controls Hardware: Registers, Memory, and Inline Assembly Explained

This article explores how the C language enables low‑level hardware control by detailing the roles of CPU registers and physical memory, illustrating direct register access via inline assembly, and explaining pointer usage for memory manipulation, highlighting the trust C places in programmers and the responsibilities it entails.

C programminghardware controlinline assembly
0 likes · 9 min read
How C Directly Controls Hardware: Registers, Memory, and Inline Assembly Explained
Sohu Tech Products
Sohu Tech Products
Nov 11, 2020 · Information Security

Using Inline ARM64 Assembly in iOS for Debug Detection and Security Hardening

This article explains how to write and integrate ARM64 inline assembly in iOS applications to implement anti‑debugging checks, discusses the syntax, constraints, calling conventions, common pitfalls, and provides complete assembly‑only solutions for secure runtime detection.

ARM64anti-debuggingiOS
0 likes · 18 min read
Using Inline ARM64 Assembly in iOS for Debug Detection and Security Hardening