Il dynamic debugging of. Net Program (without PDB files)

Source: Internet
Author: User
Tags reflector

A long time ago I posted an article titled "debugging. NET Framework built-inProgramSet (system. Web. dll )"
Inevitably, it is very troublesome to use the roundtrip of DLL => IL => il '=> PDB + DLL.

Today, when you reflector something, you don't want to focus too much on the logic to directly view the keyCode:
Method 1: reflexil v0.8 add and modify il call directly

Before modification:

After modification:

Method 2: DLL => IL => il '=> PDB + DLL. You can use deblector for direct debugging in reflector.
Deblector does not need to debug PDB. I will not. But it should be okay. Which one can give you some advice ??
For detailed procedures, see the previous article I mentioned at the beginning.

Method 3: dile (DOTNET il Editor) v0.26
This powerful public capability, combined with reflector to find the key point, add Assembly directly, set the breakpoint,
Both attach and startup can be used to instantly run the target location. The parameters and variables called are clear !!

For the complete dile tutorial, click here.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.