Skip to content

Instantly share code, notes, and snippets.

@JohnL4
Last active November 25, 2019 17:31
Show Gist options
  • Select an option

  • Save JohnL4/8c626a615a5105e7322a7dbeba7a6246 to your computer and use it in GitHub Desktop.

Select an option

Save JohnL4/8c626a615a5105e7322a7dbeba7a6246 to your computer and use it in GitHub Desktop.
Disassemble an assembly (.dll or .exe) in Visual Studio Developer Command Prompt
ildasm /source /linenum /all /out=SXA.ED.Server.Web.exe.txt SXA.ED.Server.Web.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment