Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in att

Acessing struct fields within an assembly X64 function

assembly syntax 64-bit att

How to use a string literal as an immediate operand (and move it to an address) in GNU assembler?

assembly x86 gnu-assembler att

How to use AdMob on an iOS App without the ATT prompt?

Assembly do we need the endings? [duplicate]

assembly x86-64 att

Conditional move zero into register?

How to understand this AT&T i386 assembly code snippet? [duplicate]

assembly 32-bit att i386

push 1 less than %ecx to stack

assembly x86 cpu-registers att

What does `var@GOTPCREL(%rip)` mean?

Trying to reverse engineer a function

Warning: indirect call without `*'

Segmentation fault when calling x86 Assembly function from C program

c assembly x86 att

Addl instruction explanation

assembly x86 att

How does "mov (%ebx,%eax,4),%eax" work? [duplicate]

Using .org directive with data in .data section: In connection with ld

linux ld gnu-assembler att

How to sum integers with sign into a wider sum on IA32. 64-bit sum of 32-bit signed ints?

What is the difference between a value and a memory address in x86_64 AT&T assembly language?

How do I determine the length of a constant string?

assembly x86 gnu-assembler att

"Illegal instruction" on basic assembly program - not even hello world - why is linking needed?