CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
disassembly
09-10
Mobile
Difference between binary disassembly generated for Rust and C in compiler explorer
09-06
Mobile
What is stack guard page and probing stack?
07-09
Blockchain
What's addr32 in assembly means?
07-04
front end
Why is this = loop faster than the equivalent = loop?
06-24
database
what does so many hexadecimal values mean to print a string in the assembly?
06-19
Mobile
What does "=>address" mean in Ghidra's disassembly, at the end of an instruction?
06-13
Blockchain
Why is accessing elements using `tolist` faster than accessing it directly through the pandas series
06-06
Software design
How does the transfer of parameters between functions work in assembly?
06-04
front end
In which register does the scanf function store input values?
06-02
Enterprise
Assembly showing a lot of repeating code?
06-02
OS
How does transfer of parameters between functions work in Assembler?
03-02
Blockchain
Motorola 68000 assembler syntax for Program Counter Indirect with Index
02-19
Net
Abnormal presence of code after __stack_chk_fail
12-29
Blockchain
Intel x86 (IA32) assembly decoder stub for custom encoder not working as expected
12-23
database
Understanding assembly instructions for a function summing three ints of an std::array
11-18
Net
Is call [edi 0x21] valid under the x86-64 instruction set?
11-16
OS
Why does my assembly-level debugger display some data in little endian, and some in big endian?
11-14
Blockchain
When combining four 1-byte into one 4-byte word, which is much faster?
11-12
Software engineering
What does 'dword ptr[this]' mean in VS disassembly of C code?
10-21
database
IDA pro understanding disassembly specifics
09-18
Software design
x86 long mode specific instructions available on protected mode?
Links:
CodePudding