summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ips_layer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-1/+1
2023-12-28ips_layer: prevent out of bounds access with offset exceeding module sizeLiam1-0/+7
2023-09-13ips_layer: Remove uncaught usage of stoul/lllat9nq1-2/+2
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-4/+4
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-4/+4
2022-08-21core/file_sys: fix alignment of BuildIdLiam1-1/+1
2022-08-19core/file_sys: fix BuildId paddingLiam1-3/+1
2022-08-12ips_layer: Delimit parsed hex value stringMorph1-1/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-10-21Revert "core: Fix clang build"bunnei1-27/+14
2020-10-18core: Fix clang buildLioncash1-14/+27
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-1/+1
2020-09-22ips_layer: Eliminate a redundant copy in Parse()Lioncash1-2/+4
2019-06-13file_sys/ips_layer: Remove unnecessary reserve() callLioncash1-1/+0
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-1/+1
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-2/+2
2018-10-25ips_layer: Use rle_size instead of data_size in RLE patch applicationZach Hilman1-1/+1
2018-10-09ips_layer: Avoid constructing std::vector instances where not necessaryLioncash1-6/+25
2018-10-09ips_layer: Remove unnecessary explicit std::pair constructor in std::arrayLioncash1-5/+13
2018-10-09ips_layer: Add missing includesLioncash1-1/+12
2018-10-09ips_layer: std::move data within PatchIPS() and Apply()Lioncash1-2/+5
2018-10-09ips_layer: Silence truncation and conversion warningsLioncash1-3/+3
2018-10-04ips_layer: Fix inaccuracies with comments and flagsZach Hilman1-15/+49
2018-10-04ips_layer: Deduplicate resource usageZach Hilman1-23/+25
2018-10-04ips_layer: Add support for escape sequences and midline commentsZach Hilman1-7/+38
2018-10-04ips_layer: Add IPSwitchCompiler to process IPSwitch formatZach Hilman1-0/+142
2018-10-01file_sys: Implement function to apply IPS patchesZach Hilman1-0/+88