mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
d2s checksum working, no more bad generic file
This commit is contained in:
@@ -73,4 +73,8 @@ function strtobits(string $str): string {
|
||||
}
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
|
||||
function swapEndianness($hex) {
|
||||
return implode('', array_reverse(str_split($hex, 2)));
|
||||
}
|
Reference in New Issue
Block a user