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, both of which are GitHub open source. We can download the latest source code, we use vs compile, to get the best results.
Due to the topic and length, there is no specific description of their functionality and compilation methods for the time being.
Second, to confuse
Opened directly with Dnspy and found the code was confused. So drag to de4dot up to see, found that it was confused with smartassembly. The latest version of De4dot anti-aliasing succeeded.
Third, modify the registration logic
Discover the software is by entering the registration code, click Apply to register, so from apply to start.
. NET Reverse: Patch A real-time log viewing software