Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about ildasm

Read more about ildasm

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - ildasm

How to determine http verb allowed on a .net function using ildasm

I have a .net DLL which has web api end points with http verb decoration. And I only have ildasm disassembler to view IL code. How can I check what http verb is allowed for an endpoint(a particular Co...
test-img

Mahen

.net

asp.net-web-api

http-verbs

ildasm

gac-msil

Votes: 0

Answers: 1

Latest Answer

I found the answer. With Ctrl+M we can see the metada, and if there is any customised http decorator, only then we will find the name of decorator used under the Customized Header section. We can see ...
test-img

Mahen

Is there an ILDASM tool for dotnet 5 or 6?

The dotnet sdks for the "core" versions apparently have no ildasm tool. While the old Ildasm tool that shipped with dotnet 48 works with dotnet 6 assemblies I wonder if there is an Ildasm fo...
test-img

citykid

.net-core

ildasm

Votes: 0

Answers: 1

Latest Answer

ilasm and ildasm are available as nuget packages on nuget.org. Look for runtime.{RUNTIME_ID}.Microsoft.NETCore.ILAsm and runtime.{RUNTIME_ID}.Microsoft.NETCore.ILDAsm packages. For example: Linux x64...
test-img

omajid

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved