Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck forever decompiling on click to goto function #352

Closed
cspain opened this issue Aug 16, 2024 · 1 comment
Closed

Stuck forever decompiling on click to goto function #352

cspain opened this issue Aug 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cspain
Copy link

cspain commented Aug 16, 2024

dnSpyEx version

6.5.1 & latest passing

Describe the Bug

Clicking on a function call to go to the code pops up the usual Decompiling overlay and instead of going away after a few seconds, it stays there indefinitely.
image

How To Reproduce

Open the file (I have not attached as it is the output from a piece of malware) and go to the entry point. Click on the function and watch the Decompiling window stay forever. I can manually go to the function via the left navigation pane.

Expected Behavior

Decompiling overlay does not stay forever and we switch to the code for function clicked on.

Actual Behavior

Decompiling window stays there forever:
image

Additional Context

No response

@cspain cspain added the bug Something isn't working label Aug 16, 2024
@zuoyuanchun
Copy link

According to the information in the picture you provided, the following information can be obtained:

  1. This program is developed and compiled using VB .NET
  2. This program uses an obfuscation tool for obfuscation
    I suggest that you first use the "Detect_It_Easy" tool to determine the type of obfuscation tool, and then find the corresponding anti-obfuscation tool.
    Because the purpose of the obfuscation tool is to prevent decompilation.

@cspain cspain closed this as completed Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants