Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何解决dump出来的类名和字段被混淆 #845

Open
qianli114 opened this issue Feb 1, 2025 · 0 comments
Open

如何解决dump出来的类名和字段被混淆 #845

qianli114 opened this issue Feb 1, 2025 · 0 comments

Comments

@qianli114
Copy link

qianli114 commented Feb 1, 2025

  • Il2CppDumper版本 1.0

  • 目标Unity版本 (可以不填)

  • 问题描述 dump出来的类名和字段被混淆

// Namespace: 
public class ArrowAmmo : MissleAmmo // TypeDefIndex: 248
{
	// Fields
	private int KDIJGEPHOKJ; // 0xC0

	// Methods

	// RVA: 0x1EB9BBC Offset: 0x1EB9BBC VA: 0x1EB9BBC Slot: 4
	protected override void OBMNLJMGHGK() { }

	// RVA: 0x1EB9CC0 Offset: 0x1EB9CC0 VA: 0x1EB9CC0 Slot: 22
	public override void Fire(Vector3 HNNGMMBNDGM, Vector3 HFIMBEPAPGL, float FJGKGFKFPOA, GameAsset NKFKFHOAMPC, int GEFGFPPIDLP, int KDIJGEPHOKJ, bool HHJIPBNFLIL = False) { }

	// RVA: 0x1EB9DE4 Offset: 0x1EB9DE4 VA: 0x1EB9DE4
	public void .ctor() { }
}
  • 上传可执行文件和global-metadata.dat

dump.zip

@qianli114 qianli114 changed the title 如何dump出来的类名和字段被混淆 如何解决dump出来的类名和字段被混淆 Feb 1, 2025
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

No branches or pull requests

1 participant