
	- 	load .ELF in IDA 7.5+
	- 	wait for the analysis to finish
	- 	File > Script file... and use the set_labels.py file I supplied
	- 	IDA will now label 65K symbols (99% of the total in the .map)
	- 	yes, it will bitch some symbols are duplicates (if you really need them, you can filter 
		functions list by ^sub_ using regular expressions format and manually fix the remaining 1500)
		
	Props to mister7322 @ debugging.games Discord for tipping off on the 1.00 PS4 build having a .map file ;)
	
	SunBeam / May-2024
	