]> Chaos Git - corbenik/corbenik.git/commit
Working on dynamic linker thing for patches (why not?)
authorroot <chaos.kagami@gmail.com>
Sun, 15 May 2016 04:53:27 +0000 (00:53 -0400)
committerroot <chaos.kagami@gmail.com>
Sun, 15 May 2016 04:53:27 +0000 (00:53 -0400)
commit3df571c10521f287ff6eefa4a134be00e66a9a24
treefb7cd3c814a4e3e0d6c0f8d40844c2c6f8f266ba
parentd2af032e819868a6f1bfca133ee839ed5ebefcac
Working on dynamic linker thing for patches (why not?)
49 files changed:
patchbins/README.txt [new file with mode: 0644]
patchbins/firmprot/Makefile [new file with mode: 0644]
patchbins/firmprot/linker.ld [new file with mode: 0644]
patchbins/firmprot/meta/cfw_version [new file with mode: 0644]
patchbins/firmprot/meta/deps [new file with mode: 0644]
patchbins/firmprot/meta/desc [new file with mode: 0644]
patchbins/firmprot/meta/name [new file with mode: 0644]
patchbins/firmprot/meta/patch_version [new file with mode: 0644]
patchbins/firmprot/meta/title [new file with mode: 0644]
patchbins/firmprot/meta/uuid [new file with mode: 0644]
patchbins/firmprot/src/exported.h [new file with mode: 0644]
patchbins/firmprot/src/link_table.s [new file with mode: 0644]
patchbins/firmprot/src/main.c [new file with mode: 0644]
patchbins/firmprot/src/patcher.c [new file with mode: 0644]
patchbins/firmprot/src/start.s [new file with mode: 0644]
patchbins/firmprot/tool/compile_header.c [new file with mode: 0644]
patchbins/signatures/Makefile [new file with mode: 0644]
patchbins/signatures/linker.ld [new file with mode: 0644]
patchbins/signatures/meta/cfw_version [new file with mode: 0644]
patchbins/signatures/meta/deps [new file with mode: 0644]
patchbins/signatures/meta/desc [new file with mode: 0644]
patchbins/signatures/meta/name [new file with mode: 0644]
patchbins/signatures/meta/patch_version [new file with mode: 0644]
patchbins/signatures/meta/title [new file with mode: 0644]
patchbins/signatures/meta/uuid [new file with mode: 0644]
patchbins/signatures/src/exported.h [new file with mode: 0644]
patchbins/signatures/src/link_table.s [new file with mode: 0644]
patchbins/signatures/src/main.c [new file with mode: 0644]
patchbins/signatures/src/start.s [new file with mode: 0644]
patchbins/signatures/tool/compile_header.c [new file with mode: 0644]
patchbins/template/Makefile [new file with mode: 0644]
patchbins/template/linker.ld [new file with mode: 0644]
patchbins/template/meta/cfw_version [new file with mode: 0644]
patchbins/template/meta/deps [new file with mode: 0644]
patchbins/template/meta/desc [new file with mode: 0644]
patchbins/template/meta/name [new file with mode: 0644]
patchbins/template/meta/patch_version [new file with mode: 0644]
patchbins/template/meta/title [new file with mode: 0644]
patchbins/template/meta/uuid [new file with mode: 0644]
patchbins/template/src/exported.h [new file with mode: 0644]
patchbins/template/src/link_table.s [new file with mode: 0644]
patchbins/template/src/main.c [new file with mode: 0644]
patchbins/template/src/start.s [new file with mode: 0644]
patchbins/template/tool/compile_header.c [new file with mode: 0644]
source/firm/fcram.h
source/linker.c [new file with mode: 0644]
source/menu.c
source/patch_format.h
source/patcher.c