x86
Check if my program is running in 32 bit mode on a 64bit machine, if running in 64bit - how do I force it to be 32bit
We have a windows service created in .NET 2.0. I\'ve set the Platform Target to X86, and the installer to be X86.The projects it references are set to ANYCPU.[详细]
2023-04-13 09:20 分类:问答Outputting issue in assembly
Currently my code is this. resultLbl BYTE\"Coin Information\", 0 sumBYTE\"Number of Coins: \", 0 NumberOfDollars BYTE\"Dollars: \", 0[详细]
2023-04-13 07:55 分类:问答nasm, read syscall reads over buffer size
I have the following code. It works ok except one thing which limits its usage in other programs. When I run it in the debugger, Linux read system call returns value always bigger than the specified b[详细]
2023-04-13 06:30 分类:问答Assembly how to translate JNE to C Code without ZF flag access
ASM to C Code emulating nearly done.. just trying to solve these second pass problems. Lets say I got this ASM function[详细]
2023-04-13 02:32 分类:问答Assembly language multiplication problems
So i have a problem running a homework assignment for assembly code. The code is supposed to just do simple multiplication but it can\'t use the imul function or anything simple like that, it has to u[详细]
2023-04-13 02:02 分类:问答Win32 Kernel32.CreateThread from assembler
Hi to all.... /////开发者_如何转开发/////////////////////////////////////// PUSH 214D84DD // thread id address out[详细]
2023-04-12 23:36 分类:问答Run a thread within DLL initialization routine (Win32 assembler)
I need to create (and run!) a thread within (and not outside) the initialization procedure of a specific dll (LoadLibrary).[详细]
2023-04-12 23:21 分类:问答Any CPU dependent on C++/CLI dependent on native C dll (any cpu for c++/cli)
Here\'s my problem. I am wrapping a C dll in C#. To do this, I am first writing a C++/CLI wrapper. The native C library is linked to the C++/CLI wrapper. (Linker properties in C++/cli project).[详细]
2023-04-12 19:03 分类:问答Test if value in EAX is the same as any value in a array x86
I am attempting to test if the random value generated in eax is the same as any value in an array I have allocated. The outer loop generates the array and writes it to the screen and in to the array,[详细]
2023-04-12 16:01 分类:问答Segmentation fault by replacing an instruction with another that does the same job. Why?
I have this working shellcode that spawns a shell I have to modify it such that I hide \"/bin/sh\" or \"sh\" coming anywhere in the binary after compiling. I have hence thought of taking the hex value[详细]
2023-04-12 14:57 分类:问答