1
0
mirror of synced 2025-01-18 22:24:04 +01:00

Support multiple DLLs per Pop'n music version, update to not show stack traces on exceptions whish should show the user an error.

This commit is contained in:
Jennifer Taylor 2023-07-29 22:39:21 +00:00
parent 7fddcc06e1
commit bf15b2ee87
2 changed files with 905 additions and 802 deletions

View File

@ -14,7 +14,7 @@ from bemani.common.id import ID
from bemani.common.aes import AESCipher
from bemani.common.time import Time
from bemani.common.parallel import Parallel
from bemani.common.pe import PEFile
from bemani.common.pe import PEFile, InvalidOffsetException
__all__ = [
@ -37,4 +37,5 @@ __all__ = [
"Parallel",
"intish",
"PEFile",
"InvalidOffsetException",
]

File diff suppressed because it is too large Load Diff