View Single Post
  #5  
Old 25-03-2006, 06:57
Petrol king Petrol king is offline
Junior Member
 
Join Date: Mar 2006
Location: france
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Petrol king is on a distinguished road
It is real that my knowledge in asm is limited.But can ' t i do a transformer from exe to a language who ' s not far from c++ ?

By exemple if i do that :

1 Create a prog with nothing in it.
2 Create a other prog like the first exept i add an if instruction
3 Create a prog which compare the 2 programs and return the differences.

So the third program returns me an instruction if.

And if i do that for all the basic instruction,and if i do a fourth program wich knows all this instructions.Won' t i be able to retrieve a almost-cpp source code ?

There is a other thing, if i want to delete the need of the cd, i must know when the program need it.So, Do you have an idea of the way to do that ?

thx,
++

PS: if you can 't understand something or if i do syntax or other fault don' t hesitate to tell me.
Reply With Quote