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
Open
Fix UEVR 5.7 Dumper7 as well as bring it up to latest upstream commits#2joeyhodge wants to merge 189 commits intomark-mon:mainfrom
joeyhodge wants to merge 189 commits intomark-mon:mainfrom
Conversation
- 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.
Fix exit when GObjects was not found
…fixes (on description) (Encryqed#295) * Fix MulticastInlineDelegateProperty name * Add GetDataPtr to TArray * Add missing object flags * Add UtfN lib
Moved files into subfolders.
…to CppGenerator pending).
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.
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
Author
|
update dumper7 to latest commits+UE 5.7.X |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix UEVR 5.7 Dumper7 as well as bring it up to latest upstream commits