Displaying 2 results from an estimated 2 matches for "117716e5".
2005 May 11
3
[LLVMdev] Question About inserting Instruction?
..., it looks like the following,
a piece of code from correct instructions by disassemble object code.
:00000009 0533709283 add eax, 83927033
:0000000E 05A2B78135 add eax, 3581B7A2
:00000013 C1C819 ror eax, 19
:00000016 05E5167711 add eax, 117716E5
:0000001B 0542F7A8DC add eax, DCA8F742
:00000009 0533709283 add eax, 83927033
:0000000E 7878787878 ??? <<<<<< here is the illegal instruction.
:00000013 23232 ???...
2005 May 11
2
[LLVMdev] Re:RE: Question about inserting instructions
...rom correct instructions by disassemble object code.
> >
> > :00000009 0533709283 add eax, 83927033
> > :0000000E 05A2B78135 add eax, 3581B7A2
> > :00000013 C1C819 ror eax, 19
> > :00000016 05E5167711 add eax, 117716E5
> > :0000001B 0542F7A8DC add eax, DCA8F742
> >
> >
> > :00000009 0533709283 add eax, 83927033
> > :0000000E 7878787878 ??? <<<<<< here is the illegal instruction.
> > :0000...