SkoolKit includes source skool and ref files for complete disassemblies of Skool Daze, Back to Skool and Contact Sam Cruise.
To create the HTML version of the Skool Daze disassembly, open a terminal window, change to the directory where SkoolKit was unpacked, and enter this command:
$ skool2html.py sd.ref
A few seconds later (or minutes, depending on the speed of your machine), the HTML version of the Skool Daze disassembly will be ready in the skool_daze subdirectory (which will have been created if it didn’t already exist).
To create the HTML version of the Back to Skool disassembly, open a terminal window, change to the directory where SkoolKit was unpacked, and enter this command:
$ skool2html.py bts.ref
A few seconds later (or minutes, depending on the speed of your machine), the HTML version of the Back to Skool disassembly will be ready in the back_to_skool subdirectory (which will have been created if it didn’t already exist).
To create the HTML version of the Contact Sam Cruise disassembly, open a terminal window, change to the directory where SkoolKit was unpacked, and enter this command:
$ skool2html.py csc.ref
A few seconds later (or minutes, depending on the speed of your machine), the HTML version of the Contact Sam Cruise disassembly will be ready in the contact_sam_cruise subdirectory (which will have been created if it didn’t already exist).