#1
|
|||
|
|||
Dnspy does not hit breakpoint
Hello all,
I am trying to debug a .NET programme with Dnspy. It stops in some breakpoints, does not stop others. Then I added below codes however It did not stops but MessageBox shows. Code:
if (Debugger.IsAttached) { Debugger.Break(); } Debugger.Launch(); Debugger.Break(); MessageBox.Show("Select License File"); Because It runs in another thread? What must I do? Regards |
#2
|
|||
|
|||
Are your app in mixed mode? If yes you can use X64dbg or Ollydbg to bypass the license call, I did this recently and get the necessessary patch for an app that I was reversing.
Greetings |
Tags |
breakpoint, dnspy |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
dnSpy oddities | LaptoniC | General Discussion | 5 | 05-05-2019 22:34 |
[dnSpy Extension] TraceSpy | phono | Community Tools | 7 | 12-06-2016 02:11 |
dnSpy Plugins | n00b | Developer Section | 2 | 08-29-2015 17:11 |