Skip to content

Fix UEVR 5.7 Dumper7 as well as bring it up to latest upstream commits#2

Open
joeyhodge wants to merge 189 commits intomark-mon:mainfrom
joeyhodge:main
Open

Fix UEVR 5.7 Dumper7 as well as bring it up to latest upstream commits#2
joeyhodge wants to merge 189 commits intomark-mon:mainfrom
joeyhodge:main

Conversation

@joeyhodge
Copy link

Fix UEVR 5.7 Dumper7 as well as bring it up to latest upstream commits

Fischsalat and others added 30 commits February 15, 2025 16:38
- Split Unreal and OffsetFinder files into folders.
- Split OffsetFinder functions into .h and .cpp files
* Potential fix for const out-ptr params.

* Potential fix for non-const returnvalues.
…fixes (on description) (Encryqed#295)

* Fix MulticastInlineDelegateProperty name
* Add GetDataPtr to TArray
* Add missing object flags
* Add UtfN lib
Please someone release me from this torture, this aint funny anymore, my fingers are only able to type: sizeof(), alignof(), so please someone save me from this...
- Introduced CMakeLists.txt for project configuration and build management.
- Added CMake presets for various compilers (Clang, MSVC).
- Created common CMake files for output directories and compiler flags.
- Updated .gitignore to include CMake output directories and VSCode settings.
- Removed unnecessary pragma once directives from OffsetFinder.cpp and Offsets.cpp.
Fischsalat and others added 28 commits September 24, 2025 13:42
Update usmap version to EUsmapVersion::ExplicitEnumValues, adds uint64 'Value' to enum-members.
Reduced ObjectArray iterations from 3 to 1 by caching struct objects during the first pass. Reuses the cached list for alignment and size calculations instead of iterating through all objects multiple times.

Noticeable speedup on large games with 50k+ objects.
Optimize StructManager initialization
… memory inside the header section is readable
…ts_fix

Improved IterateAllSectionObjects to check if section contains readable memory
…nge matching stubstrings, cleaned up MainThread function.
…'requires' as reserved keyword, fixed spelling of SetGNamesWithoutCommitting.
Fixed out of bounds reads caused by signed/unsigned missmatch, added …
- Improved GObjects error message
- Made FName a trivially-copyable type again
- Added more C++ keywords to reserved enum-names
…(UStruct::Children, UStruct::SuperStruct, UField::Next, UClass:ClassDefaultObject).
Update xmake.lua add c_cpp_properties.json for xmake intellisense
@joeyhodge joeyhodge marked this pull request as ready for review February 18, 2026 04:10
@joeyhodge
Copy link
Author

update dumper7 to latest commits+UE 5.7.X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.