Skip to content

Conversation

@NepMods
Copy link

@NepMods NepMods commented Apr 21, 2025

Added dll Name in dump.cs with classes for better understanding.
been using tool since 5-6 years now, and i felt like this was a missing feature.

OLD output:

// Namespace:
private sealed class BigInteger.Kernel // TypeDefIndex: 79
{
// Namespace: Mono.Security.Cryptography
internal class DSAManaged : DSA // TypeDefIndex: 76
{

NEW OUTPUT:

// DLL: mscorlib.dll
// Namespace: ``
private sealed class BigInteger.Kernel // TypeDefIndex: 79
{

// DLL: mscorlib.dll
// Namespace: Mono.Security.Cryptography
internal class DSAManaged : DSA // TypeDefIndex: 76
{

@masagrator
Copy link
Contributor

Wouldn't be better to sort out data so you don't need to repeat this info every single time?

@NepMods
Copy link
Author

NepMods commented Apr 21, 2025

Wouldn't be better to sort out data so you don't need to repeat this info every single time?

As i think, sorting wont be so good, because we will have to scroll to the top or something just to get the dll name.
and also, in many games, there are so much classess.

this way, will have to scroll to the top of the class only.

yeah it would be good if dumps are saved in different files as the dll names, but i think this PR approch is best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants