The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: nathanpc on October 03, 2009, 06:12:37 PM

Title: Converting a DLL In Assembly Code
Post by: nathanpc on October 03, 2009, 06:12:37 PM
Hello,
I have a program installed in my computer(MyDSC2) that is designed to copy images from a camera to my PC, but i want to build my own program to do this and i need to see what the DLLs of this program do.

Best Regards,
Nathan Paulino Campos
Title: Re: Converting a DLL In Assembly Code
Post by: BlackVortex on October 03, 2009, 06:29:33 PM
What are the exports of the dlls ? Use a disassembler to check them out. The names should be informative.

But this may be illegal, it's not good to use someone else's code without permission, and I guess this is a commercial program, so ...
Title: Re: Converting a DLL In Assembly Code
Post by: nathanpc on October 03, 2009, 06:34:14 PM
Quote from: BlackVortex on October 03, 2009, 06:29:33 PMBut this may be illegal, it's not good to use someone else's code without permission, and I guess this is a commercial program, so ...
The program that i'm going to build will be only for me, i will never share it.
Title: Re: Converting a DLL In Assembly Code
Post by: 2-Bit Chip on October 03, 2009, 10:12:20 PM
I can not find a program MyDSC2 anywhere. Could you maybe upload it?
Title: Re: Converting a DLL In Assembly Code
Post by: rags on October 04, 2009, 01:17:14 AM
I found it, but it comes in a 5Mb setup file.Again, probably a copyrighted proggy from the "My Company Name" company.
Title: Re: Converting a DLL In Assembly Code
Post by: BogdanOntanu on October 04, 2009, 08:40:18 AM
Quote from: nathanpc on October 03, 2009, 06:34:14 PM
Quote from: BlackVortex on October 03, 2009, 06:29:33 PMBut this may be illegal, it's not good to use someone else's code without permission, and I guess this is a commercial program, so ...
The program that i'm going to build will be only for me, i will never share it.

It does not matter if you share it or not.
If it is an illegal action then it is NOT allowed by this forum rules.
Questions about reverse engineering of copyrighted code are not allowed.

Please do not ask questions about this kind of actions here.

Thread locked