Free .net Decompiler / Disassemblers

May 19, 2009

Are 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 Replies


ADVERTISEMENT

FREE Beta Version Of A .Net Decompiler?

Aug 16, 2011

Here 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 Replies

How To Restrict The Use Of Decompiler

Jan 29, 2010

I 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 Replies

NET Decompiler - How To Defend

Aug 17, 2011

with this Program [URL] People can see the code and password, how can I defend against it?

View 15 Replies

Make Swf File Decompiler In Program?

Jan 4, 2010

Someone 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 Replies

VS 2008 Protect Application From A Decompiler?

Jan 14, 2010

I 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 Replies

MySQL Connection - Protect A .exe From Being Decompiled With Any .net Decompiler?

Dec 2, 2011

First, 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 Replies

Free An RCW That Is In Use?

Feb 10, 2010

I 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]...

View 2 Replies

Download VB For Free?

Jun 9, 2012

Where can i download vb .net for free?

View 2 Replies

Free .eml Parser Available ?

Oct 2, 2009

I 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 Replies

.net - A Free Control Like ObjectListView?

Aug 23, 2010

I 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 Replies

C# - Free Implementation Of Printf?

Mar 1, 2010

The 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.

View 3 Replies

Find Out Free Ram Memory?

Apr 12, 2011

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 3 Replies

Free 3rd Party DataGrid?

Mar 24, 2011

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.

View 4 Replies

Free An Instance Of TcpListener?

Apr 26, 2011

How do I free an instance of TcpListener?

How, in VisualBasic, to I delete something from a 'new'?[code]...

View 1 Replies

Free Graph / Chart Dll's?

Jun 29, 2010

Are there any good free graph/chart dll's that anyone knows of?

View 5 Replies

Free IPhone Like Controls For .NET CF?

Jul 8, 2010

I'm developing a mobile project that I really want to look good. I love the way the iPhone controls.

View 2 Replies

Free Libraries For The .NET Framework?

Jul 27, 2009

I 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 Replies

Free Memory Of .net Objects?

Dec 18, 2009

Am 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 Replies

Free VB6 Install Download Available?

Nov 29, 2007

Is there a free VB6 install download available?

View 12 Replies

Get Free Interface Components?

Mar 13, 2012

I 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

How To Free Pinned Memory

Oct 7, 2010

[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 Replies

Not Enough Free Threads In ThreadPool

Mar 15, 2011

anybody 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 Replies

QR Code Free Library?

May 5, 2011

Does 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 Replies

Skin A Form For Free?

Mar 23, 2009

Does anybody know a way to skin a form for free ?

View 7 Replies

VB - Best 'free' Game Engines

Nov 24, 2009

I'm more interested in the best 'free' game engines that you've experienced.

View 2 Replies

Way To Find Out The Free Ram Memory?

Oct 29, 2011

We 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 Replies

What Are The Free API For .net Desktop Application

Mar 29, 2010

What are the free API for vb.net desktop application?

View 13 Replies

WPF And XAML Free Tutorials

Oct 7, 2009

I 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 Replies

AppDomain.Unload Does Not Free Up The Used Memory

Oct 23, 2011

I'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







Copyrights 2005-15 www.BigResource.com, All rights reserved