A forum for reverse engineering, OS internals and malware analysis 

Discussion on reverse-engineering and debugging.
 #17864  by NoSense
 Fri Jan 25, 2013 7:50 pm
Hi everybody,
I'm a reverse engineer and I would like to know if anyone of you find interesting the source code I re-write by reversing Stuxnet and Shamoon.
Both source code are compiling and working, the source code of the harmful modules is not provided.

Currently are available only the loaders and the droppers anything more for security reason, I provide you this code only for research.
Binaries are no included.

Both of them need some review, espacially the code syntax, but as I said they compile and work.

Open-Shamoon
Open-MyRTUs

Please,
report me if this topic violate any of the forum rules, though I read the topic in the forum Announcements.
 #18016  by NoSense
 Mon Feb 04, 2013 12:50 am
The code is available in the following links:
https://code.google.com/p/open-shamoon/source/checkout
https://code.google.com/p/open-myrtus/source/checkout

and using the following SVN commands:
Code: Select all
svn checkout http://open-shamoon.googlecode.com/svn/trunk/ open-shamoon-read-only
svn checkout http://open-myrtus.googlecode.com/svn/ open-myrtus-read-only