Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 662 Bytes

File metadata and controls

15 lines (8 loc) · 662 Bytes

le_quickbms_script_compendium

right, first of all if you want to know how to use these scripts you better have this on your pocket by now

aluigi.altervista.org/quickbms.htm

after that you can just grab my scripts depending on what you want to use on quickbms

i hope my scripts are actually useful to you

oh yeah if you have anything else that could help me update my scripts a lot let me know

a few tips for writing quickbms scripts

multiplying/dividing a value to 2048(0x800) is the same as left-shifting/right-shifting a value to 11(0x0b), thus for a more simplified calc method(for example - an untouched CD/DVD sector offset) just use the latter