-
Access to already compiled DLL
Can someone tell me if it is possible using any tools to decompile a DLL
without the source code, so some settings can be changed? I have a DLL,
which I would like to increase the stack size assigned to it, but I do not
have any source files for it. Any help would be appreciated. Thanks.
-
Re: Access to already compiled DLL
Hmm, isn't the default thread stack size determined by the EXE file only?
Anyway, the stack size is stored in the PE (portable executable) optional
header and you don't need to decompile the DLL to change it. Try the free PE
Studio, for example.
--
Boris Karadjov
Brainbench MVP for Visual C++
http://www.brainbench.com
"Michael Holder" <jazzpfreak@lineone.net> wrote in message
news:3cf96544$1@10.1.10.29...
>
>
> Can someone tell me if it is possible using any tools to decompile a DLL
> without the source code, so some settings can be changed? I have a DLL,
> which I would like to increase the stack size assigned to it, but I do not
> have any source files for it. Any help would be appreciated. Thanks.
>
>
>
-
Re: Access to already compiled DLL
Thanks Boris. I'll check it out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks