The machine-code tag has no wiki summary.
2
votes
1answer
57 views
Is all data valid x86 16-bit machine code?
Executing ndisasm /dev/urandom seems to never give me any errors. This suggests that I am either very lucky or all bytes really disassemble into 16-bit assembler.
I am facing an actual issue because ...
2
votes
2answers
86 views
Library for manipulating machine code at runtime?
Is there any C library for manipulating x86 / x64 machine code? Specifically, I'd like to modify a function in my program's address space at runtime.
For example, I have the functions foo and bar, ...
0
votes
1answer
125 views
Optimizing Three Address Code
I have the following three address code, where n is some external constant:
x = 0
i = 0
L: t1 = i * 4
t2 = a[t1]
t3 = i * 4
t4 = b[t3]
t5 = t2 * t4
x = x + t5
i = i + 1
if ...
2
votes
1answer
87 views
Is there an assembler that will let me 'inline' machine code?
I've done lots of looking on Google for a way that you could include machine code right inside of an assembly source file. I haven't had any luck.
What I mean by 'inline machine code' might be ...
-2
votes
3answers
108 views
How does the modulus operator in java function?
I'm about to start optimizations on an enormous piece of code and I need to know exactly which operations are performed when the modulus operator is used. I have been searching for quite a while, but ...
0
votes
1answer
101 views
craft handmade x86 assembly in allocated memory
I try to use mmap to allocate readable, writeable and executable memory.
I write x86_32 assembly language.
The code in the memory basically tries to jump to a function, but I get segmentation fault ...
1
vote
0answers
211 views
MIPS Assembly Instruction translation to micro-instructions
I am trying to understand how to figure out the micro-instructions for the sw assembly instruction for the following question:
The machine instruction corresponding to the symbolic assembly language ...
3
votes
4answers
313 views
Compiling C and assembling ASM into machine code [closed]
I have three questions:
What compiler can I use and how can I use it to compile C source code into machine code?
What assembler can I use and how can I use it to assemble ASM to machine code?
...
1
vote
0answers
28 views
Shift, Rotate and Rotate All: What are they used for and do I need them all?
My question: What exactly is the Rotate All function used for and can it be implemented another way in software if needed?
Why? I'm trying to build a CPU out of discrete logic chips, similar to what ...
0
votes
3answers
143 views
Universal Machine Code Language? [closed]
I've been thinking of how machine code is specific to architecture and how Javascript works in (nearly)every browser.
I've been working on a project that has to do some serious calculations and it is ...
1
vote
1answer
150 views
Need to write a program that takes an assembly-language program and produces the corresponding machine language [closed]
I am very new to programming and I need to write a program that takes an assembly-language program and produces the corresponding machine language.
I need to write the program in C
Does anyone know ...
-4
votes
6answers
483 views
Are goto statements efficient when compared to calling functions? [closed]
I have the following code in C++ here:
#include <iostream>
int main(int argc, const char * argv[])
{
goto line2;
line1:
std::cout << "line 1";
goto line3;
line2:
...
0
votes
1answer
56 views
How to find the function called on button click
Using programs like Cheat Engine and OllyDbg I'm editing the memory of a program as it's running.
I need to find the address of a function that is executed when the user clicks a certain button.
Are ...
-2
votes
2answers
69 views
How does machine actually control a computer? [closed]
I understand that compilers convert source code into machine code, but how is that machine code then executed on the computer?
What i am looking for is, how the signals are used to do some operation ...
1
vote
1answer
163 views
C Preprocessor Pseudo-Assembly with embedded byte-code interpreter, how to find similar deep magick? [closed]
I know the common opinion is that it is a Bad Thing to make your language look like something else, because it obscures what's going on even for those who kno the language well. But for reading, ...
1
vote
2answers
178 views
Some questions regarding compilers and assemblers
Lots of basic questions are there in my mind. I need to clear them.
Statement 1: A compiler converts a human-readable codes to object codes, and those are converted to a machine code (executable) by ...
4
votes
1answer
63 views
Why is this machine code generated for “inc qword [rsp]”?
Consider this x64 NASM-syntax assembly:
inc qword [rax]
inc qword [rcx]
inc qword [rdx]
inc qword [rbx]
inc qword [rsp]
inc qword [rbp]
inc qword [rsi]
inc qword [rdi]
After assembling with nasm ...
3
votes
1answer
57 views
Is the machine code generated by JIT same for two different systems?
I'm a C# beginner,
Is the machine code generated by the JIT in run time is same for the two different systems having exactly same configuration?
0
votes
1answer
103 views
what information we can get from a control flow graph?
I have got a control flow graph of a trace of a C program(executed in a VM) which is highly complicated.I want to know what information can i extract if i have a CFG of a program trace apart from ...
0
votes
2answers
638 views
differences in byte code and machine code executables
What are the differences between the byte code binary executables such as Java class files, Parrot bytecode files or CLR files and machine code executables such as ELF, Mach-O and PE
what are the ...
4
votes
3answers
491 views
Converting PIC Assembly Instruction to machine code
I've seen there are specific formats to convert MIPS assembly instruction to machine code. There should be similar procedure to convert PIC assembly to machine code manually. Can anyone kindly provide ...
0
votes
0answers
80 views
There is open-source generates machine code project from byte-code at run-time interpreter?
There is open-source generates machine code project from byte-code at run-time interpreter? (By mean byte-code I mean other byte-code type like IL and etc)
I would like to learn a little how machine ...
0
votes
2answers
111 views
How to tell if a binary sequence is x86 machine code?
We all know that in x86 arch, the data and code is mixed in the memory or disk. But how to tell them?
The method is needed for paper, I wouldn't expect a 100% accuracy. 80%'s just ok, even some ideas ...
0
votes
1answer
741 views
Translating MIPS to machine code
.text
.align 2
.global main
.equ val,0x4712 # 16-bit binary code for 0x4712: 0100 0111 0001 0010
# Program code starts now
main: ...
4
votes
1answer
146 views
Why are JIT-ed languages still slower and less memory efficient than native C/C++?
Interpreters do a lot of extra work, so it is understandable that they end up significantly slower than native machine code. But languages such as C# or Java have JIT compilers, which supposedly ...
8
votes
4answers
2k views
Writing an executable manually (machine code with Hex editor)
I'd like to know how is it possible to write something as simple as an Hello World program just by using an Hex Editor. I know that I could use an assembler and assembly language to this at a near ...
0
votes
2answers
351 views
Having trouble finding error in my assembly code
I am a beginner when it comes to assembly language. I am using "easy 68k editor/assembler" to write 68k assembly code that asks the user for 2 values, then sum them up together and display it. The ...
0
votes
1answer
48 views
Instruction detection at run-time
I would like to identify and analyze different machine instruction executed and required clock cycle for each of them, throughout running of a code.
Is there any way to do this simply? Dynamic ...
3
votes
2answers
332 views
What is the difference between machine code and opcode?
The question is mostly related to PHP because IMHO opcode is mostly mentioned in PHP context. According to this description, here's a transformation process of php code into opcode:
php text -> ...
0
votes
1answer
737 views
Crack some exe file - how to remove bytes
Today I am trying to remove some bytes from an EXE file.
Inside the EXE I found a path to a file that the EXE needs to load. I want to change the path, and to do that I have to remove some ../../ ...
68
votes
2answers
2k views
int operators != and == when comparing to zero
I've found that != and == are not the fastest ways for testing for zero or non-zero.
bool nonZero1 = integer != 0;
xor eax, eax
test ecx, ecx
setne al
bool nonZero2 = integer < 0 || integer > ...
-2
votes
3answers
431 views
Can some one write assembly code for the c program above that converts into machine code that is less than 100 bytes?
I want to overflow the array buffer[100] and I will be passing python script on bash shell on FreeBSD. I need machine code to pass as a string to overflow that buffer buffer[100] and make the program ...
3
votes
3answers
789 views
What does actual machine code look like at various points? [closed]
There seems to be many opinions on what machine code actually is. I've heard some say it's assembly, or binary, or hex.
Is it correct to say that machine code is essentially a set of instructions ...
7
votes
1answer
240 views
C++ - extremely strange machine code behaviour
The full code is here: http://pastebin.com/MM3vWmqA
In the function fast_generator I've added comments to two statements. If you switch those statements, the code will run ~1.8x faster. If you remove ...
2
votes
4answers
618 views
How does machine code communicate with processor?
Let's take Python as an example. If I am not mistaken, when you program in it, the computer first "translates" the code to C. Then again, from C to assembly. Assembly is written in machine code. (This ...
0
votes
4answers
471 views
At what stage is software converted to actual hardware signals?
What happens to a program post the machine code state? An assembler/compiler will convert high level code or assembly code to machine instructions. At this stage, the machine instructions is still in ...
-6
votes
2answers
322 views
Creating an Exe file With only 1's and 0's: Machine Code [closed]
I want to type a couple of 1's and 0's into notepad, save as something.exe, and get a program. Obviously, it will not be very complex. Even just saying hi would work. How do I output text? How do I ...
1
vote
1answer
572 views
Reverse Engineer Assembly
I am a new starter for reverse engineering and I wish to learn more, I tried to disassemble a target exe where I come across some functions that I couldn't really interpret. Hopefully someone help ...
0
votes
3answers
113 views
Strange results in gdb
I am reading a C book that deals a lot with asm and looking at registers and memory with GDB.
The issue is, when I compile and disassemble the exact same source (actually using the source files that ...
-1
votes
1answer
90 views
What switch statement produces the least efficient machine code?
I've got a question in one of my tests that asked me to answer what switch statement produce the least efficient machine code. The possible answers were O4, O1, O2, or O3. I don't event know what ...
1
vote
3answers
157 views
How to include and translate custom instructions/extension on standard C/C++ code keeping performance high
I'm developing a general purpose image processing core for FPGAs and ASICs. The idea is to interface a standard processor with it. One of the problems I have is how to "program" it. Let me explain: ...
0
votes
2answers
149 views
Machine Code Jump Destination Calculation
Ok, so I need to hook a program, but to do this I am going to copy the instructions E8 <Pointer to Byte Array that contains other code>. The problem with this is, that when I assemble Call 0x100 ...
15
votes
4answers
2k views
Homoiconic and “unrestricted” self modifying code + Is lisp really self modifying?
I will be forward in admiting that my knowledge of Lisp is extremely minimal. However I am extremely interested in the language and plan to begin seriously learning it in the near future. My ...
4
votes
4answers
2k views
In x86 assembly how can you set the zero flag (ZF) without doing a compare operation?
I have a short piece of (x86) assembly that I am trying to figure out what it does.
...
6: 81 ec 00 01 00 00 sub $0x100, %esp
c: 31 c9 xor %ecx , %ecx
e: ...
4
votes
3answers
331 views
How does machine code access parameters to a subroutine call?
When running a program you can pass paramters, e.g.
$ myProgram par1 par2 par3
In C you can access these paramters by looking at argv,
int main (int argc, char *argv[])
{
char* aParameter = ...
1
vote
4answers
223 views
How do I figure out what an executable does?
I have a short set of machine instructions (160 bytes), and I dont know what it does.
Im on a mac and I ran it under a GDB dissasembler and it came out with this:
....f3c0: jmp 0x7fff5fbff3c6
...
1
vote
2answers
1k views
Can a hex editor be used to edit the instructions in an executable binary?
If I have a binary executable containing compiled C code, can I use a hex editor to edit that binary and change a specific instruction into another one, such as nop or jmp? How can I know the offset ...
0
votes
2answers
311 views
Assembly How to translate opcode DIV to C Code
Hey I know I been asking alot of questions.. but not much resources on this on google so hopefully this will help future people who attempt to do similar projects, I always google solutions as well, ...
0
votes
1answer
2k views
Assembly How to convert REP STOS to C code
I been debugging REP STOS DWORD PTR ES:[EDI] for a while now
From my conclusion it always uses
ECX as counter.
EAX as the value that will be copied over EDI and then appended ECX times
so after ...
1
vote
1answer
259 views
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
401040 MOV EAX,DWORD PTR [ESP+8]
401044 MOV EDX,DWORD PTR [ESP+4]
401048 ...

