Free .net Decompiler / Disassemblers
May 19, 2009Are there any free .net decompiler/disassemblers? I am using a demo of Dis# but it's not showing full code, I need to make sure my obfuscator works. Link to the download would be nice.
View 7 RepliesAre there any free .net decompiler/disassemblers? I am using a demo of Dis# but it's not showing full code, I need to make sure my obfuscator works. Link to the download would be nice.
View 7 RepliesHere is a link to a FREE Beta version of a .Net decompiler.Some of you may find this useful? >>[URL}..If you do try it within the next 5 or so hours while I sleep, you may want to leave feedback of your experience(s) here in this thread.I have merely posted the above link in case any of you want to try a decompiler.
View 8 RepliesI have created an exe file. i am now worried whether my exe file will be decompiled using some vb.net decompilers.(sample coding) for some exe file named "hello.exe" to prevent the hackers from decompiling it. how to restrict the use of decompiler.i now want to make my code, invisible (or) not traceable (or) not understandable. even if it is decompiled.Also i came to know that , it is also possible to remove the obfuscation from the exe file.. so that the actual goal to trace the code is possible...
View 1 Replieswith this Program [URL] People can see the code and password, how can I defend against it?
View 15 RepliesSomeone know how to make or if it possible to make a .swf file decompiler in vb.net? the actionscript that the program decompilated paste it into a textbox1.
View 11 RepliesI just used a Hex editor and in about 10 seconds i got the source code. How can i protect my self form the decompiler?I looked on Google but all i found are third party application. What do you use to protect your software?
View 7 RepliesFirst, I'd like to know, in MySQL, when is it more secure and appropriate to close the connection and also why we have to close the connection. The software protection also came to my attention. Is it possible to protect a .exe from being decompiled with any .net decompiler?
View 3 RepliesI have a loop that uses threading to manage an untrappable error in a function that runs from Excel. If the function processes with out issues, Excel closes. However, if a time out occurs Excel cannot close and the following error occurs: "An attempt has been made to free an RCW that is in use. The RCW is in use on the active thread or another thread. Attempting to free an in-use RCW can cause corruption or data loss."
The error occurs at FinalReleaseComObject(Me.xla) xla.Type is Excel.Application and Excel will not close unless it is released.
How can the thread be completely closed when a time out occurs?
How can the Runtime Callable Wrapper, RCW, be freed from use?[code]...
Where can i download vb .net for free?
View 2 RepliesI am writing an add-on for my intranet to allow my users to just email "itsupport" and parse the from as the user who logged the job and the body as the issue. Does anyone know if their is a free parser available so I don't have to look at writing something myself?
View 1 RepliesI need something like ObjectListView and LGPL, BSD or some license that allow its uses in commercial applicatioTo use ObjectListView commercially, companies normally buy a license. A license to use ObjectListView commercially is 100 euros for small companies or 500 euros for medium sized companies. This license gives the company permission to use ObjectListView in any and all of its closed source applications. The license fee covers the current and all future versions -- there are no upgrade fees
View 1 RepliesThe problems:
I can't use string.Format, I have C style format strings;I can't call the native printf (no P/Invoke);I can't use http://www.codeproject.com/KB/printing/PrintfImplementationinCS.aspx because of the license, I need something GPL-compatible.Is there a free implementation of printf/sprintf for the .net framework? Other than the above link, I couldn't find anything.
I cooked up a sprintf function that supports basic format strings, you can find it here: [URL].. I'll try to make it a complete implementation if I can.
Create large size files for a customer. The more we use ram memory as faster the program will run.
Is there a way to global find out in vb 2008 how much free ram is available?
I Want to use free 3rdParty DataGrid for my Database Application
I try to use datagridview or listview but i cannot find way how to freeze pane or insert progress bar in it.
How do I free an instance of TcpListener?
How, in VisualBasic, to I delete something from a 'new'?[code]...
Are there any good free graph/chart dll's that anyone knows of?
View 5 RepliesI'm developing a mobile project that I really want to look good. I love the way the iPhone controls.
View 2 RepliesI was wondering if you could tell me of any free libraries for the .NET framework (2.0) that you know of that can convert a PDF file to HTML or XML. I've seen several components that do the opposite, meaning HMTL to PDF, but not what I need. Essentially, I need the html version of my PDFs because I need to search through the text. Also, the Adobe Acrobat SDK is not an option for me, even though I know it has the exact functionality I need.
View 3 RepliesAm using lots of .Net and Indesign Objects in my StandAlone APplicataion.My Application is crashing because of memory usage [Memory allocation and deallocation].Will it deallocate if i use the following for the object: Object=nothing how to free memory of .net and Indesign objects and for which i will have to free memory.
View 4 RepliesIs there a free VB6 install download available?
View 12 RepliesI am looking for some free components for building smooth/modern GUI's. Finding free ones for .net is alot harder now then it was for vb6. Atleast IMO.
View 1 Replies[code]When I run Module1, it creates the packet, fills in the fields, sends the bytes, and then crashes in P.Dispose when it reaches the FreeHGlobal statement.The error message is:The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))What do I have to do to free the pinned memory?
View 4 Repliesanybody familiar with these error? "There were not enough free threads in the ThreadPool object to complete the operation".im calling a web service in my windows application client.
View 16 RepliesDoes anyone found good working QR Code library over the net? I already downloaded couple but both of them had errors once VS2010 tried to upgrade the version from .NET 2 to 4.
View 2 RepliesDoes anybody know a way to skin a form for free ?
View 7 RepliesI'm more interested in the best 'free' game engines that you've experienced.
View 2 RepliesWe are busy to create large size files for a customer. The more we use ram memory as faster the program will run.Is there a way to global find out in vb 2008 how much free ram is available?
View 1 RepliesWhat are the free API for vb.net desktop application?
View 13 RepliesI am new to WPF and XAML. I want to learn these for use in VB express 2008.Please guide me for some tutorials to start and progress in WPF and XAML.
View 3 RepliesI'm kinda new here, and I didn't know what forum to put this in, so I just put it here. I wanted to load an assembly to an Application Domain, use it, then unload it when I'm done with it. The assembly uses too much memory. The problem is: After I unloaded the assembly, the memory used is not getting freed. I was watching the performance all the time. The available memory increases only after I close the whole application. And that assembly is the only thing that uses a lot of memory in my application. Here's the code I used to load and unload the assembly: How can I free up the memory without closing my application. The memory was suppose to get freed up by simply unloading the assembly that uses it much.
View 2 Replies