asembly code - source code.

  • Trasha
  • Born
  • Born
  • No Avatar
  • Joined: Jun 07, 2004
  • Posts: 1
  • Status: Offline

Post June 7th, 2004, 1:36 pm

I am wondering, how do i change asembly code into source code?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 7th, 2004, 1:36 pm

  • basdog22
  • Novice
  • Novice
  • User avatar
  • Joined: May 22, 2004
  • Posts: 21
  • Loc: Hellas
  • Status: Offline

Post June 7th, 2004, 2:05 pm

There are some decompilers out there. Search for "rec" in Google but it will not give you any great results.

The only way is to learn assembly and start Zen-ing the code. This might help you http://board.anticrack.de/
Price comparison
  • Zombie6301
  • Novice
  • Novice
  • User avatar
  • Joined: Jun 06, 2004
  • Posts: 23
  • Loc: Hilo, Hawaii
  • Status: Offline

Post June 7th, 2004, 2:09 pm

You may need to be a little more specific with that one. If you are looking for help on how to use assembly language code within the body of your source code, it depends on a lot of factors including what kind of source code and your compiler. I use Microsoft Visual.net and use C++ as my source code language. If you are using the same you simply insert your assembly code like this:


// C++ Code goes here....


__asm
{

// Insert assembly language code here...

}

// ... rest of C++ code goes here.


Not sure if that helped or not. Good luck.
  • dr_geek
  • Beginner
  • Beginner
  • User avatar
  • Joined: Jul 07, 2004
  • Posts: 62
  • Loc: london town
  • Status: Offline

Post July 8th, 2004, 8:24 am

You ask the people that wrote it for a copy ;-)

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 83 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.