first time during runtime.
Is the server Department directory, and other xclient \ Assembly stores the application Assembly file, xclient \ config stores the system configuration file, including the Assembly list file and client configuration information:
Here, smartassembly. config is the assembly list information, the smartclient. config file client configuration file, webconfig. config is the upgrade master information, and the control cl
line
6. Improve the parentheses of the expression. Originally, almost every subexpression is enclosed in parentheses. If a conditional expression is composed of multiple subexpressions, a large number of parentheses are displayed. The operator priority is introduced here. Parentheses are not required.
7. Manual anti-obfuscation of hundreds of classes to increase the readability of the reflector code. The version released this time has not been obfuscated.
9. Release reflector's an
2.70 Build 20110629 - Added logging for Keys Generator- Added few callback functions for plugins- Added option Miscellaneous - Other - Supress graphical module- Added option Miscellaneous - Other - Do not check if file is compressed- Added option Miscellaneous - Other - Do not search markers- Improved Virtual Machine - File Entry Point protection of particular Delphi programs- Bug fixed showing unicode AppName and AppVer variables for message and dialog designers- Bug fixed overloading project s
Anyone who has ever looked for a solution that merges multiple programs into a single file may have heard of such tools as Ilmerge, smartassembly, and so on.
Another well-known scenario is to embed the DLL as a resource (if interested, here's an excellent article that describes this scenario: load from embedded resources dll[^]).
And in some cases, I realized that it was necessary to use these methods. If we had the source code for these compilation
understand error reporting. This is not a simple matter, and each error report should include complete stack trace information and contextual information to help find and fix bugs. Automatic error reporting should also be integrated with the bug tracking tool.
"Automated error reporting makes it easy for users to submit error reports," says Andrew Neville. As soon as the user presses the Send key, we can receive all the information needed to fix the error. After using the automated error repor
How to merge multiple. NET assembly and multiple. net programs
Anyone who once looked for a solution to merge multiple programs into one file may have heard of such tools as ILMerge and SmartAssembly.
Another well-known solution is to embed DLL as a resource (if you are interested, here is a wonderful article describing this solution: Load DLL [^] From embedded resources).
In some cases, I realized that these methods are necessary. if we have the sour
platform decompilation software. Using ILspy, you can easily decompile C # And vbprograms. The software itself is a C # program and is an open source software.
3. de4dot
De4dot is an open-source. net anti-obfuscation shelling tool written in C # Based on the GPLv3 protocol. It is a very good decompilation tool under. net. Supports Dotfuscator,. NET Reactor, MaxtoCode, SmartAssembly, and Xenocode.
4. JustDecompile
JustDecompile is a free. net decom
My first reverse works, and share with you.A I like to implement log viewing software, official website: https://www.logfusion.ca/.Personal feeling and free as compared to the Logexpert, the biggest advantage is that high-score support is better, the UI is still very clear on the high split screen.Nonsense not much to say, the text begins.First, the environment
Dnspy 4.5.1 (x64)
De4dot 3.2.0 (x64)
Snipaste ...??
Dnspy and De4dot are all engaged. NET reverse is an essential tool, bot
I collected the next 8 very good. NET Anti-compilation tool:1, ReflectorReflector is the most popular. NET Anti-compilation tool. Reflector is a free program written by Microsoft employees Lutz Roeder. The advent of reflector · NET programmers are enlightened, because this free tool can NET assembly to C # or Visual Basic code. In addition to converting IL to C # or Visual Basic, reflector can provide profile information for classes and their members in the Assembly, the ability to view IL in th
and Azure.
You can use LinqPad to execute a LINQ to Entities query and check the result. You can also use it to view the SQL statements executed on that database:
10,. NET Reflector
I use. NET Reflector every day .. NET Reflector this tool allows you to decompile an assembly into C # Or VB. NET code. When you do not have the real source code, you can use. NET Reflector to view the "source code" of an assembly ". You can download the free version of. NET Reflector from the
.Tools.SalaryHelper helper = new Tools.SalaryHelper();08.Console.WriteLine(09.string.Format("My Salary is {0}", helper.GetMySalary().ToString()));10.Console.Read();11.}12.}13.}Execution results are as followsUsing the IL anti-translation toolWhen you install Visual Studio, Windows SDK Tools is typically installed together with an IL anti-translation tool in Windows SDK tools that can decompile DLL files into intermediate languages, as followsUsing the Il anti-translation tool to decompile the DL
. NET programming tool reflector can decompile applications and DLL developed based on. NET, which has powerful functions. Today, I want to test the function of using the vs.net plug-in breakpoint to debug external DLL without source code (as long as it is an assembly, so EXE can also be used.
I. Load the reflector plug-in of vs.net
The vs.net plug-in is included in the reflector program downloaded from the official website (the latest version is 6.1.0) and is named "
ArticleDirectory
SQL Doc
Management table description
Custom table
As the project progresses, more and more database tables and fields are frequently changed. How to document these changes is both convenient and maintainability. For example, you can create Word documents for all tables to describe the meaning of each table and the meaning of fields. However, if the database table or field changes frequently, updating the Word documents is a relatively cumbersome task. In th
written log record is called the activity part of the log, that is, the activity log ". This is the log Part required for full database recovery. Never truncate any part of the activity log.
DBCC shrinkdatabase compresses all data and log files of a specific database. This is the simplest method and can be used.
However, there is a problem:
In the case of low data security requirements or high backup frequency, it is better to use the simple recovery mode to directly cut logs. Microsoft sa
Http://utilu.com/IECollection/ more ie coexist, ie5 is also rarely used now, I am also lazy installation .... It seems that I used to have this software. I forgot my name.
Ietester is not very good. It always crashes and cannot use IE Plug-ins.
Microsoft Expression Web 3 superpreview for Internet Explorer Microsoft also has one. However, you cannot submit a hyperlink and can only view it. It is just a designer.
Jetbrains.dottrace.profiler?v3.1=-ia32.rar view. net efficiency
One
/netdasm.aspxto modify the il' and use reflector.Of course, you can also directly use the ildasm + ilasm tool in the SDK to modify it.
This time, you don't need to remove the strong name.
Directly copy to the directory to overwrite the original one.Note: after testing, you must remove the strong name before using it. Remove the strong name of RedGate. Licensing. Client. dll.
For other products of Red-Gate, the above method can also be used, and
In the previous article, we introduced the use of Windows Azure storage services with PowerShell as a network disk. If the feeling is not simple enough, let's look at some of the more convenient graphical interface management tools available this time. Of course, these tools are necessary to support the Chinese version of Windows Azure.1. Azure Storage ExploreThis estimate is the oldest GUI client tool, open source, code on CodePlex, but like CodePlex, not updated for more than a year. Always st
toolThe ANTS memory analysis tool makes. NET memory analysis easier, and ANTS memory analysis tools can be used to find memory leaks, optimize applications, make them highly memory-efficient, and check the health of your code to analyze any. NET applications, including ASP. Web applications.Two tools supported from. NET1.0 version to 4.5 versions of the framework for any language, as well as Visual Studio 2005, 2008, 2010, 2012, and 2013. You can view the trial version and pricing on the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.