Skip to content

Extracts enums from the Hearthstone game client C# assembly and converts them to JSON

Notifications You must be signed in to change notification settings

jshrake/hearthstone-tags-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hearthstone-tags-to-json

Extracts enums from the Hearthstone game client C# assembly Assembly-CSharp.dll and converts them to JSON

Usage

Use the Makefile: make run

or run it manaully and specify a list of enumeration type names: mono ./hearthstone-tags-to-json/bin/Release/hearthstone-tags-to-json.exe GAME_TAG TAG_ZONE

The enumeration type names specified must be defined in the C# assembly Assembly-CSharp.dll.

Dependencies

Requires mono and xamarin:

brew install mono
brew cask install xamarin

About

Extracts enums from the Hearthstone game client C# assembly and converts them to JSON

Resources

Stars

Watchers

Forks

Packages

No packages published