Skip to content

Commit

Permalink
Added note about config size.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Mar 22, 2016
1 parent f253ed4 commit 20788f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ This can only target httpc main-service-sessions which are open at the time this

The server config xml is parsed first, then the user_config if it exists. See also the SD-data section above. For details on the configuration handling/format, see "configdoc.xml", "web/config.php", and the source code.

If the total size for all of the configuration in memory is too large, ROP size errors will be thrown(since that config has to be stored in sysmodule memory).

# Credits
* This uses the decompression code from here for ExeFS .code decompression: https://github.com/smealum/ninjhax2.x/blob/master/app_bootloader/source/takeover.c
* Tinyxml2 is used for config XML parsing, via portlibs.
Expand Down

0 comments on commit 20788f6

Please sign in to comment.