i want to get the source code from a .dll file someone created because i want to learn from it. is it called disassembling or decompiling? what programs can be used to disassemble or decompile it?
Posts Tagged ‘Code’
How Do You Get The Source Code From A .dll File?
Monday, January 25th, 2010How Do I Make A Com+ Dll From C-sharp Code? And How Do I Call The Com+ Dll From Asp?
Monday, January 25th, 2010Help!
Usb Bug Code And Wacom Tablet Driver Errors?
Monday, January 18th, 2010Alright, I keep getting the blue screen of death, sometimes just once a day and others about 17+. I get the Driver IRQL and promptly after a USB_BUG_CODE(or just the USB one), they both mention usbohci.sys at the bottom. I’ve searched around and people have said to update my drivers so I have been. Now, I really want to update my tablet driver because it seems to do it a lot when it’s plugged in and I -need- my wacom tablet(Graphire 3) as I’m an artist. I try updating it, I restart, it says there’s a problem with the driver and to re-install. I’ve tried re-installing countless times so I’m wondering…what did I do wrong and do I really need to update my drivers to make the system errors go away?
Hi I A Writting Simple Server Client Socket.the Code That I Have Written Is Not Working.please Anyone Help Me?
Friday, January 15th, 2010#include
#include /* Basic I/O routines */
#include /* standard system types */
#include /* Internet address structures */
#include /* socket interface functions */
#include /* host to IP resolution */
#include
#define portno 6789 /* default port of host */
void error(char *msg);
int main(int argc, char *argv[]);
void error(char *msg)
{
perror(msg);
exit(1);
}
int main(int argc, char *argv[])
{
int serversocket;
int newsockfd;
int clilen;
char buffer[4096];
struct sockaddr_in serv_addr, cli_addr;
/*portno = 80;*/
int n;
serversocket = socket(AF_INET, SOCK_STREAM, 0);
if (serversocket < 0)
{
error("ERROR opening socket");
}
bzero((char *) &serv_addr, sizeof(serv_addr));
serv_addr.sin_family = AF_INET;
serv_addr.sin_addr.s_addr = INADDR_ANY;
/*portno=atoi(argv[1]);*/
serv_addr.sin_port = htons(portno);
printf("Socket has port #%d\n", serv_addr.sin_port);
if (bind(serversocket, (struct sockaddr *) &serv_addr,
sizeof(serv_addr)) < 0)
{
error("ERROR on binding");
}
listen(serversocket,5);
while (1) {
clilen = sizeof(cli_addr);
newsockfd = accept(serversocket,(struct sockaddr *) &cli_addr, &clilen);
if (newsockfd < 0)
{
error("ERROR on accept");
}
/*n = read(newsockfd,buffer,sizeof(buffer)-1);
printf("A connection has been established\n");
if (n < 0)
{
error("ERROR reading from socket");
}
printf("Here is the message: %s\n",buffer);*/
n = write(newsockfd, buffer, sizeof(buffer)-1);
if (n < 0)
{
error("ERROR writing to socket");
}
close(newsockfd);
}
return 0;
}
Is There Any Program That Can Open A Encrypted Dll File And Show The Original C++ Source Code?
Tuesday, January 5th, 2010DLL files, like all programs are actually in machine code which can easily be converted to assembly code (think of it as human readable code but just barely)….any attempts to convert that to a higher-level language such as C/C++ is possible but any attempts are virtually always met with “estimates” which dont end up compiling the same way ever again. So, in a nut-shell, to get the “oringal C++ source code” is impossible, but to get a guestimate on a C++ source that represents what it could have been is potentially possible, but more than likely but you would then have to do some major work cleaning things up to make it work the same again.
Howeve,r if the DLL file was done in .Net (using one of the languages: VB.Net, C#, or Managed C++, etc) then YES you can get back the original source code quite easily (with comments)….But if the code you are looking for was originalyl done in C++ then pray it was done in Managed C++ otherwise you are out of luck (for the most part). This is not to say it is impossbile but things just got more difficult….and comments wont be apart too
Hl2.exe Error Code Keeps Coming Up Need Help?
Wednesday, December 23rd, 2009counter strike wont work i know i can play because i played it before
I Am Getting A Okg00fu4.dll Code On Start Up On My Computer. My Internet Is Not Working Please Help?
Monday, December 14th, 2009It could be a virus, trojan, spyware, malware, or something else.
You can go here to try to find out,http://www.cert.org/other_sources/viruse…
These are also some good things to use,
Free Anti-virus:http://free.grisoft.com/doc/1http://www.avast.com/eng/avast_4_home.ht…http://www.trendmicro.com/hc_intro/defau…
Free Spyware protection:http://www.mvps.org/winhelp2002/hosts.ht…http://free.grisoft.com/doc/1 Get ewido!!!http://www.safer-networking.org/http://www.download.com/Ad-Aware-SE-Pers…http://www.microsoft.com/athome/security…http://www.superantispyware.com/
Free Firewall:http://www.zonelabs.com/store/content/co…http://www.comodogroup.com/products/pers…
Window XP SP2 Firewall
Host File Protection:http://www.mvps.org/winhelp2002/hosts.ht…
Free Secure Web Browser and Email Client:http://www.mozilla.com/Firefox Browserhttp://www.mozilla.com/thunderbird/Email Client
Free Registry Repair:http://www.download.com/Eusing-Free-Regi…
Have fun but be safe!
Makyo – Vismaya!
How Do I Fix My Laptop So This Code ‘xvidcore.dll’ Doesnt Come Up When I Open The Video Folder?
Wednesday, December 2nd, 2009It is really frustrating!!!!!!! and doesn’t let me view the videos and slows everything down.
Lsass.exe Error Code 128 ?
Monday, November 30th, 2009how can i fix the LSASS.EXE shutdown problem in my sisters computer. i keep getting a popup from registryfix.con and then the puter shuts down on a 1 min. countdown. HELP !