Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

IDA Pro: How to modify a function to always return true?

assembly arm ida

Which assembly instructions or scenarios explicitly require the use of the RCX, ECX, CX, or CL counter registers?

What is relative jump?

delphi assembly page-jump

Reading a string in TASM x86 assembly

assembly

When we run an executable, do all the sections get loaded into memory at once?

Problems in compiling x86 asm and inline-asm in ffmpeg to WebAssembly

assembly ffmpeg webassembly

A simple C program without #include <stdio.h>

int8 x uint8 matrix-vector product with column-major layout

assembly x86 simd sse avx

What's the most efficient way to multiply 4 floats by 4 floats using SSE?

c gcc assembly sse sse2

LIFO stack algorithm design

assembly stack algorithm

MIPS integer Sandy Bridge

assembly x86

MIX DIV operator, and Conversion of packed bytes number

assembly knuth taocp

armcc complains that `q0` is not defined compiling neon assembly

assembly arm neon armcc

Calling an assembly function from C

c assembly x86-64

How to add two stored values by load in assembly using 1 addressing mode?

assembly 6502

Is it possible to sum every 3 neighbouring elements in an array and make each of them equal to the sum using vector instructions?

assembly x86 simd avx

How can I get IDA Pro to "see" xrefs to a string?

assembly ida

Square a number in NASM assembly without multiplication

assembly x86 nasm

Null bytes in shellcode?

assembly shellcode

How to "remove" bytes at the end of a SSE register?

assembly x86-64 sse att