get_entry_point
Identify the managed entry point (Main or .cctor) of a .NET assembly, revealing the first code executed by the launcher.
Instructions
Return the managed entry point (<Module>::.cctor or Main).
Useful for "what does the launcher do first?" — point a decompiler at the entry point before reading the rest of the class graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |