search for: c1c819

Displaying 2 results from an estimated 2 matches for "c1c819".

Did you mean: 1819
2005 May 11
3
[LLVMdev] Question About inserting Instruction?
...d just put some junk data in the BB, not instructions. From assemble code level, 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 illeg...
2005 May 11
2
[LLVMdev] Re:RE: Question about inserting instructions
...assemble code level, 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 ???...