Pawn Posted October 4, 2010 Posted October 4, 2010 So I am looking to find out what code or well anything about how a program was written. The exact program is acctualy a feature which tends to make it a little hard but I am looking at the windows homegroup feature in windows 7. I am curious about what this program was based on since it generates a key and i am wondering if that is an asymetric key or something. this whole program kind of intrigues me and so if anyone has an idea on what this program is based on that would be wonderful. Quote
Infiltrator Posted October 4, 2010 Posted October 4, 2010 You could reverse engineer it, to find out how the code was written. Not sure how to do it though, but defetely the way to know how the code was written. Quote
Sparda Posted October 4, 2010 Posted October 4, 2010 Was probably written in C++ since there was/is a ban on .net code going into Windows. Quote
digip Posted October 4, 2010 Posted October 4, 2010 (edited) If for windows programs, try PEiD. It can tell you what a program was packed with, which can help tell you the compiler and shed some light onto what it was written in. http://www.peid.info/ http://www.peid.info/download.html Ive used it to inspect files before for strings and such, and it works fairly well. Just dont put anything in it that is malware, you could execute code in the program with certain functions within PEID that try to determine the packer and compiler through its deep scan. Edited October 4, 2010 by digip Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.