-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: dagufei/UnityPy
base: master
head repository: K0lb3/UnityPy
compare: master
- 17 commits
- 23 files changed
- 4 contributors
Commits on Jul 9, 2026
-
Fix segfault in TypeTreeHelper boost when reading past buffer end
Add an 'exhausted' flag to ReaderT that is set when any bounds check fails. Check this flag at the entry of read_typetree_value and read_typetree_value_array to immediately return NULL (with a Python ValueError set) instead of continuing to operate on invalid state. Also add NULL checks after PyList_New calls that could fail when allocation is requested for a large count derived from misaligned data.
Configuration menu - View commit details
-
Copy full SHA for 129b187 - Browse repository at this point
Copy the full SHA 129b187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6d18a - Browse repository at this point
Copy the full SHA 1e6d18aView commit details -
Fix(typetreehelper.cpp): replace remaining PyErr_Format(s) with PyErr…
…_SetString and return null in their place
Configuration menu - View commit details
-
Copy full SHA for 02cf4cf - Browse repository at this point
Copy the full SHA 02cf4cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c265e8 - Browse repository at this point
Copy the full SHA 7c265e8View commit details -
refractor(tpk.py): load tpk blob via importlib.resources (K0lb3#373)
* Checking for python version for the open_binary and files calls * chore(tpk.py): use if/else instead of try/except, unwrap function --------- Co-authored-by: Rudolf Kolbe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59af5e2 - Browse repository at this point
Copy the full SHA 59af5e2View commit details -
feat: read preload table to get path id (K0lb3#372)
* feat: read preload table to get path id * refactor: only build container index once * fix: encapsulate lock * fix: condition
Configuration menu - View commit details
-
Copy full SHA for 3dda24b - Browse repository at this point
Copy the full SHA 3dda24bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d06d6d7 - Browse repository at this point
Copy the full SHA d06d6d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a7c0ab - Browse repository at this point
Copy the full SHA 9a7c0abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c30db - Browse repository at this point
Copy the full SHA e5c30dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5567c5e - Browse repository at this point
Copy the full SHA 5567c5eView commit details
Commits on Aug 1, 2026
-
feat(tpk): replace internal tpk parser with moved out project, use @c…
…ache instead of dict caches
Configuration menu - View commit details
-
Copy full SHA for 68c7469 - Browse repository at this point
Copy the full SHA 68c7469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8196d88 - Browse repository at this point
Copy the full SHA 8196d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3fa5f6 - Browse repository at this point
Copy the full SHA a3fa5f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2081f83 - Browse repository at this point
Copy the full SHA 2081f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b10bc - Browse repository at this point
Copy the full SHA 06b10bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a1b90 - Browse repository at this point
Copy the full SHA 38a1b90View commit details -
fix(TypeTreeHelper.py): array of TypelessData was using read_bytes in…
…stead of read_byte_array (non critical, as this path likely never gets hit)
Configuration menu - View commit details
-
Copy full SHA for 79dfc74 - Browse repository at this point
Copy the full SHA 79dfc74View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master