
	There is no known official parser or loader for .bin symbols from XBONE, but here's a tool one of our beloved DG members (fenrirbots) has come up with:
	
		- https://github.com/FenrirBots/binsymbl
		
		- download v1.0.0 "program.exe" and rename it to "bin2symbl.exe" (just so it matches the help guidance)
		- syntax:
		
			bin2symbl --input=Falcon-XboxOne-Shipping-Symbols.bin --output=symbols.txt
			
		- if the exe doesn't work with a specific .bin file, then please log an issue on github, attaching the respective .bin, so fenrirbots can take a look at it
		
	You can then use the following Python script to load the parsed content into IDA:
	
		- https://gist.github.com/FenrirBots/b977265844078f25f96e128ca2b2a6ff
		
		- credits: fenrirbots and Nenkai
		
	Thanks,
	Violet
