Cpp2IL icon indicating copy to clipboard operation
Cpp2IL copied to clipboard

Output dump.cs file

Open phamquangbaoplus opened this issue 1 year ago • 6 comments

Hello,

Thank your for your works.

I would like to ask if there is a way to output a dump.cs file containing all the classes and methods from Assembly-CSharp.dll like il2cppdumper? It would be quite useful to see without DnSpy.

phamquangbaoplus avatar Jun 26 '24 02:06 phamquangbaoplus

Is the C# formatting important or are you just looking for a text dump?

ds5678 avatar Jun 26 '24 04:06 ds5678

Yes I love c# format.

dnspy has option to export dll to c# project but it contains many .cs file. il2cppdumper dump to only 1 .cs file so it easier to see all methods.

Hope Cpp2IL have this too.

phamquangbaoplus avatar Jun 26 '24 04:06 phamquangbaoplus

1 cs file with all methods in the game?

ds5678 avatar Jun 26 '24 05:06 ds5678

Even if there's a 100 thousand?

ds5678 avatar Jun 26 '24 05:06 ds5678

In short, yes

phamquangbaoplus avatar Jun 26 '24 05:06 phamquangbaoplus

PRs welcome. It's not something I'm interesting in spending time implementing personally.

SamboyCoding avatar Jun 26 '24 12:06 SamboyCoding