Commit Graph

  • 8db4128b46 romfs.c now closes the directories it opens Marco Baxemyr 2018-06-25 00:08:14 +0200
  • 1aceda46f4 add --args (#11) Dave Murphy 2018-06-23 20:12:18 +0100
  • f0934cce74 remove unnecessary quote stripping Dave Murphy 2018-06-23 17:24:44 +0100
  • 1c5cea7a6d fix formatting Dave Murphy 2018-06-23 02:47:56 +0100
  • 2115e0a277 handle quoted args Dave Murphy 2018-06-23 00:48:42 +0100
  • 5c2d517c78 add --args Dave Murphy 2018-06-22 22:18:20 +0100
  • 0e2d4806b1 Added a newline to the 'pinging switch' print and fixed a string warning in build_pfs0. yellows8 2018-05-15 17:49:23 -0400
  • 251e3196b0 Bump version for release v1.4.0 fincs 2018-05-08 13:39:49 +0200
  • 48d96a7033 sanitise large file support Dave Murphy 2018-05-06 14:56:36 +0100
  • d2a2a3db26 fix liblz4 cflags Dave Murphy 2018-05-06 14:29:22 +0100
  • 6459c8a188 sanitise large file support Dave Murphy 2018-05-06 14:56:36 +0100
  • bb7141ad7f fix liblz4 cflags Dave Murphy 2018-05-06 14:29:22 +0100
  • e2d64bb2fe strtoul -> strtoull (don't assume LP64 for Windows) fincs 2018-05-03 01:15:43 +0200
  • e68cd31c1d Add npdmtool (#9) SciresM 2018-05-02 09:02:07 -0700
  • ea142bca3c Add support for hex string kernel version. Michael Scire 2018-05-02 04:16:17 -0600
  • a349f39bf4 Add npdmtool. Michael Scire 2018-05-02 04:10:36 -0600
  • 227306d95a Fix errors in elf2kip (#8) SciresM 2018-05-01 10:13:41 -0700
  • cf7a83b0d3 Fix stray whitespace Michael Scire 2018-05-01 11:09:18 -0600
  • 7a37cf6c66 Fix potential buffer overflow in blz compression Michael Scire 2018-05-01 04:28:54 -0600
  • 648a5037e8 Fix errors in elf2kip Michael Scire 2018-05-01 00:30:58 -0600
  • 92268de97b Add elf2kip (ELF -> KIP1 tool). (#7) SciresM 2018-04-24 17:08:49 -0700
  • 776554dd03 Fix missing line in .gitignore Michael Scire 2018-04-24 18:02:31 -0600
  • 97ab2514f0 elf2kip: Add support for 0x<hex> string syscall identifiers Michael Scire 2018-04-24 17:13:53 -0600
  • 87fd7b2ea6 Make JSON format saner Michael Scire 2018-04-23 01:05:10 -0600
  • 149e1e9d80 Implement BLZ compression for elf2kip Michael Scire 2018-04-23 00:24:50 -0600
  • 0ca10d8bb2 Add first functional version of elf2kip Michael Scire 2018-04-22 23:32:47 -0600
  • 034f2de382 v1.3.0 v1.3.0 yellows8 2018-04-19 21:21:02 -0400
  • 7bec1f76f7 use unbuffered IO on windows (#6) Dave Murphy 2018-04-19 20:15:06 +0000
  • 8b93b8598b Add RomFS Building from directory to elf2nro (#5) SciresM 2018-04-19 11:48:55 -0700
  • c5f51d6cef build_romfs: Fix char signedness issue in path hash calculation Michael Scire 2018-04-18 09:58:48 -0600
  • 0fe4070bfa
    Merge pull request #2 from devkitPro/sciresm-fixes SciresM 2018-04-17 12:54:20 -0700
  • 67fff8b2fc fix windows build Dave Murphy 2018-04-17 17:29:23 +0100
  • 7e7da8c42a fix romfsdir output Dave Murphy 2018-04-17 17:28:57 +0100
  • 23130000a6 Add RomFS building directly into file at offset, add missing build_romfs.c Michael Scire 2018-04-16 18:40:27 -0600
  • 3b60ca1503 build_romfs, romfsdir support in elf2nro Michael Scire 2018-04-16 18:23:55 -0600
  • 55414b37ff use unbuffered IO on windows Dave Murphy 2018-03-26 13:36:16 +0100
  • 42739f52c9 check env var exists before comparing (#4) Dave Murphy 2018-03-19 02:17:45 +0000
  • a99eb224c1 check env var exists before comparing Dave Murphy 2018-03-18 18:16:14 +0000
  • b53e334c76 add nxlink Dave Murphy 2018-01-18 14:35:33 +0000
  • 13b64b3219 add nxlink Dave Murphy 2018-01-18 14:35:33 +0000
  • e443264686 update version Dave Murphy 2018-02-10 23:24:12 +0000
  • a600f6403c fix liblz4 checking Dave Murphy 2018-02-10 23:23:49 +0000
  • c06a8451ec update version Dave Murphy 2018-02-10 23:24:12 +0000
  • 051b94ebc1 fix liblz4 checking Dave Murphy 2018-02-10 23:23:49 +0000
  • ffe4cfd5e2 Fixed nro bss handling where bss was 1 page too large. yellows8 2018-02-03 20:34:35 -0500
  • 93f5cb18a2 Added nacptool. yellows8 2017-12-31 22:56:30 -0500
  • 3d8238e1d5 Append custom data to the end of NRO for storing assets. yellows8 2017-12-30 22:13:59 -0500
  • 2bfd935f4a autoconfiscate Dave Murphy 2017-12-21 12:57:03 +0000
  • f03b9277e4 Fixed bss handling in elf2nro. yellows8 2017-12-11 21:54:59 -0500
  • 7c9b0c8f9e Fixed bss handling in tools. yellows8 2017-12-10 23:12:15 -0500
  • 48ef86ca71 Added NRO building to buildscripts/. Added elf2nro install to tools/Makefile. yellows8 2017-11-21 15:58:58 -0500
  • 21986bbcfc Adjust crt0 for NROs shinyquagsire23 2017-11-13 17:39:11 -0700
  • 612b3a0451 Fix NRO section addresses shinyquagsire23 2017-11-13 17:08:41 -0700
  • d861a16023 Elf->NRO support shinyquagsire23 2017-11-13 15:26:37 -0700
  • f09d45ddf1 ignore windows binaries too Dave Murphy 2017-09-25 22:24:06 +0100
  • db8c29d486 elf2nso: Ignore non-PT_LOAD program headers fincs 2017-09-20 21:29:50 +0200
  • d754dc5f77 Updated Makefiles for tools. yellows8 2017-09-19 22:29:31 -0400
  • f218544cf0 ignore generated files Dave Murphy 2017-09-18 19:40:15 +0100
  • ace86c459f copy tools to devkitA64 Dave Murphy 2017-09-18 19:25:42 +0100
  • 8424518ebd allow CFLAGS override Dave Murphy 2017-09-18 19:25:15 +0100
  • e4d89175af Fix makefile, readme plutoo 2017-09-10 23:35:59 +0200
  • d6f42425db Added PFS0 tool to makefile plutoo 2017-09-09 05:30:20 +0200
  • e8edfb20f5 LZ4 returns a signed int plutoo 2017-09-09 04:51:42 +0200
  • 662d1f272f Fixed bss handling plutoo 2017-09-09 04:48:27 +0200
  • ea24b7b3d4 Oops plutoo 2017-09-09 04:43:55 +0200
  • ed2afe7003 Merge branch 'master' of https://gitlab.com/yellows8/libnx plutoo 2017-09-09 04:42:06 +0200
  • 9e3b673953 elf2nso plutoo 2017-09-09 04:41:57 +0200
  • 8c7605b20f Added build_pfs0 under tools/. Added tools/types.h, which is from 3dstools. yellows8 2017-09-08 21:52:59 -0400