x86-64
Specify arch in GHC?
I\'m writing a multiplatform ncurses text adventure game. The required C library, ncursesw, is configured for x86, but my OS is Mac OS X 10.6.6 x86_64.[详细]
2023-02-22 09:02 分类:问答Why alignment is 16 bytes on 64 bit architecture? [duplicate]
This question already has an answer here: Why does the x86-64 / AMD64 System V ABI mandate a 16 byte stack alignment?[详细]
2023-02-22 02:16 分类:问答AMD64 run on i586 or vice-versa?
I have a small C program that I wish to port from Linux to Windows. I 开发者_运维知识库can do this with the MinGW compiler, and I have noticed that it has two different prefixes, amd64 and i586. I am[详细]
2023-02-21 02:41 分类:问答Linux: Executing syscall via ptrace()
Hey :) I am currently developing a memoryhacking-library for x86/x64 Linux. The point I struggle is to implement some kind of remote syscall execution.[详细]
2023-02-20 19:55 分类:问答What does @plt mean here?
0x00000000004004b6 <main+30>:callq0x400398 <printf@plt> Anyone knows? UPDATE Why two disas printf give me different result?[详细]
2023-02-20 16:15 分类:问答x86 Assembly pushl/popl don't work with "Error: suffix or operands invalid"
I\'m a newbie to assembly programming, working through Programming Ground Up on an Ubuntu x86_64 desktop with GNU assembler v2.20.1.[详细]
2023-02-20 14:17 分类:问答OS X video memory from x86_64 assembly
I am working on a C++ app on Intel Mac OS X 10.6.x. I have a variable which contains pixel data which was obtained using OpenGL call glReadPixels. I want to do some operations directly on the pixel da[详细]
2023-02-19 04:10 分类:问答Can I choose RIP-relative or absolute addressing for different variables with gcc in x86-64
I write my own link script to put different variables in two different data sections (A & B). A is linked to zero address;[详细]
2023-02-15 23:47 分类:问答Intercepting 64-bit Linux kernel function: Length of a function pointer at 32/64-bit?
I\'m trying to re-implement old-as-behemoth kernel intercept (described at this Phrack issue). The code to replac开发者_运维技巧e 32-bit function call is like:[详细]
2023-02-15 13:12 分类:问答My python build binaries not really running as 64bit program in AMD Win2003r2x64 machine
My problem is my python binaries not running as 64bits program on my amd64(Opteron 8214, 4 cpu) server.[详细]
2023-02-14 08:40 分类:问答