Quote:
|
Originally Posted by xixiaolou
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.
|
Hi
I myself want to work on AES-128!
But the problem is that you can't do it always,because of relative address of
S-Boxes and vaiables that used in that algorithm and rebuilding them is really awfull.
Are you sure you done all of this for AES?
AES has complicated implementation because of its references to S_Boxes...
In addition,using dll is not suitable in most cases,because it can simulated easily
if your states are limited.
sincerely yours