assembly
"call 0x80482f0 <puts@plt>"? Just need clarification of one line of code in a 'hello world' program in x86 assembly
\"call0x80482f0 <puts@plt>\"?Just need help with one line of code in a \'hello world\' program in x86 assembly.[详细]
2023-04-10 05:23 分类:问答Is it possible to XOR multiple items in assembler?
Just wonderi开发者_运维问答ng if it would be possible to XOR multiple bytes in assembler. Since you would normally do[详细]
2023-04-10 04:50 分类:问答Convert C to MIPS - Nested Arrays
I am studying the MIPS assembly language and came across this example in the book and to me it seems incorrect. If it is it wouldn\'t be the first mistake I found in this book.[详细]
2023-04-10 02:56 分类:问答How do I reverse an array in place in assembly?
I am supposed to reverse an array in place. I have been working on it for a while and this is what I have. Can anyone tell me w开发者_Python百科hat I\'m doing wrong?[详细]
2023-04-10 02:42 分类:问答Does MASM change instructions behind your back?
I was surprised by the following when reading the HLA faq: MASM has a nasty habit of changing instructions 开发者_开发知识库behind your[详细]
2023-04-10 02:32 分类:问答Alternatives to NOP for shellcode nop sleds
Does anyone know of any online source that provides instruction alternatives to a NOP opcode ? Like \'xchg ax, ax\' and the likes. I\'m pretty sure that there is also a tool for it开发者_StackOverflo[详细]
2023-04-10 01:13 分类:问答C++: What are R-Value references on a technical level (ASM)? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: What is the difference between r-value references and l-value references? (CodeGen)[详细]
2023-04-10 01:11 分类:问答Build an IDT (INTERRUPT DESCRIPTOR TABLE) assembly AT&T intel 32 bits
I try to build an IDT, after sti execution, the code crashes !! I have an error message : SingleStep CPU[1] Error : Processor Running[详细]
2023-04-10 00:48 分类:问答16 bit asm instruction set
What set of instructions is used in COM files? I assumed it was 8086, but it开发者_运维知识库 seems that I was wrong. In a 8086 manual I found, shl can only accept 1 or cl for its second argument, whi[详细]
2023-04-09 23:52 分类:问答How do I implement a datatype, like a stack, in assembly?
I need to implement a custom data structure in assembly. Preferably, it needs to be dynamic. Something like a linked list in C++/Java where each element points to the next element. 开发者_开发知识库Pl[详细]
2023-04-09 21:13 分类:问答