summaryrefslogtreecommitdiff
path: root/src/core/file_sys/ips_layer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-251-1/+1
* ips_layer: prevent out of bounds access with offset exceeding module sizeGravatar Liam2023-12-281-0/+7
* ips_layer: Remove uncaught usage of stoul/llGravatar lat9nq2023-09-131-2/+2
* remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-141-4/+4
* add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-141-4/+4
* core/file_sys: fix alignment of BuildIdGravatar Liam2022-08-211-1/+1
* core/file_sys: fix BuildId paddingGravatar Liam2022-08-191-3/+1
* ips_layer: Delimit parsed hex value stringGravatar Morph2022-08-121-1/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-27/+14
* core: Fix clang buildGravatar Lioncash2020-10-171-14/+27
* core/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-131-1/+1
* ips_layer: Eliminate a redundant copy in Parse()Gravatar Lioncash2020-09-221-2/+4
* Merge pull request #2581 from lioncash/hexGravatar Zach Hilman2019-06-151-1/+1
|\
| * common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash2019-06-121-1/+1
* | file_sys/ips_layer: Remove unnecessary reserve() callGravatar Lioncash2019-06-121-1/+0
|/
* global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-301-2/+2
* ips_layer: Use rle_size instead of data_size in RLE patch applicationGravatar Zach Hilman2018-10-251-1/+1
* Merge pull request #1461 from lioncash/warnGravatar bunnei2018-10-091-3/+3
|\
| * ips_layer: Silence truncation and conversion warningsGravatar Lioncash2018-10-091-3/+3
* | ips_layer: Avoid constructing std::vector instances where not necessaryGravatar Lioncash2018-10-091-6/+25
* | ips_layer: Remove unnecessary explicit std::pair constructor in std::arrayGravatar Lioncash2018-10-091-5/+13
* | ips_layer: Add missing includesGravatar Lioncash2018-10-091-1/+12
* | ips_layer: std::move data within PatchIPS() and Apply()Gravatar Lioncash2018-10-091-2/+5
|/
* ips_layer: Fix inaccuracies with comments and flagsGravatar Zach Hilman2018-10-041-15/+49
* ips_layer: Deduplicate resource usageGravatar Zach Hilman2018-10-041-23/+25
* ips_layer: Add support for escape sequences and midline commentsGravatar Zach Hilman2018-10-041-7/+38
* ips_layer: Add IPSwitchCompiler to process IPSwitch formatGravatar Zach Hilman2018-10-041-0/+142
* file_sys: Implement function to apply IPS patchesGravatar Zach Hilman2018-10-011-0/+88