Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in intel

Packed and encrypted section in x86 reversing challenge, without tripping entropy heuristics

Intel x86 32-bit register confusion

Most efficient way to convert vector of uint32 to vector of float?

Why isn't my code working when adding .386?

How does the processor handle conditions?

How to measure x86 and x86-64 assembly commands execution time in processor cycles? [duplicate]

x86 Comparison Instruction That Uses XOR Instead of Subtraction

Why can't I save the value of rip? [duplicate]

assembly x86 intel

How to tell gcc to stop using built-in functions?

c linux gcc x86 glibc intel

Define byte appearing in debug after a manually encoded far call

Is it possible for evolutionary algorithms to create machine code? [closed]

Why is using structure Vector3I instead of three ints much slower in C#?

Compiler using local variables without adjusting RSP

Find index of maximum element in x86 SIMD vector

c++ x86 sse simd avx intel

Difference between dts and ACPI

x86 ASM Linux - Using the .bss Section

linux assembly x86 nasm intel

Where can I find a 8080 to x86 assembler conversion tool? [closed]

g++ Optimization Flags: -fuse-linker-plugin vs -fwhole-program

intel c++ linux g++ x86-64 ld

Do all 64 bit intel architectures support SSSE3/SSE4.1/SSE4.2 instructions?

What does the R stand for in RAX, RBX, RCX, RDX, RSI, RDI, RBP, RSP? [duplicate]