Skip to content

liayan/change-volume-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

change-volume-id

Volume ID is always saved at offset 0x8028 as 32 bytes in format ASCII string.

This script is modifying from this position.

$ genisoimage -V IR1_SSS_X64FREV_EN-US_DV5 -o test.iso *

$ isoinfo -d -i test.iso | grep 'Volume id:'

Volume id: IR1_SSS_X64FREV_EN-US_DV5

$ ./changevolumeid.pl test.iso IR2_SSS_X64FREV_EN-US_DV5

$ isoinfo -d -i test.iso | grep 'Volume id:'

IR2_SSS_X64FREV_EN-US_DV5

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages