View Single Post
  #2  
Old 09-28-2005, 20:26
xixiaolou
 
Posts: n/a
I do it.
Write encryption algorithm with high level language, such as delphi, c++. Mark at the begining and end of algorithm. Compile the source. User TMG code rip to extract the asm code of algorithm with the help of your marker.
With this technique, I get the asm source of AES 128bit.
Reply With Quote