]> Chaos Git - corbenik/corbenik.git/commit
Relocation is sort-of-working, but sigpatch is broken due to (maybe) compiler black...
authorroot <chaos.kagami@gmail.com>
Tue, 17 May 2016 02:27:28 +0000 (22:27 -0400)
committerroot <chaos.kagami@gmail.com>
Tue, 17 May 2016 02:27:28 +0000 (22:27 -0400)
commit8ed239d471fa16b78f77fe304b85d9a99eacce6d
tree080a9a9ea534bc7f8a446dd855261e1468c23580
parent2d4272c18380cdb16f20c493a4085b1b8e057ce7
Relocation is sort-of-working, but sigpatch is broken due to (maybe) compiler black magic or arm icache
66 files changed:
Makefile
asm/backdoor.s
copy.sh
patchbins/README.txt [deleted file]
patchbins/firmprot/src/exported.h [deleted file]
patchbins/firmprot/src/link_table.s [deleted file]
patchbins/firmprot/src/main.c [deleted file]
patchbins/firmprot/src/patcher.c [deleted file]
patchbins/firmprot/src/start.s [deleted file]
patchbins/firmprot/tool/compile_header.c [deleted file]
patchbins/signatures/Makefile [deleted file]
patchbins/signatures/linker.ld [deleted file]
patchbins/signatures/src/link_table.s [deleted file]
patchbins/signatures/src/main.c [deleted file]
patchbins/signatures/src/start.s [deleted file]
patchbins/template/Makefile [deleted file]
patchbins/template/linker.ld [deleted file]
patchbins/template/meta/cfw_version [deleted file]
patchbins/template/meta/deps [deleted file]
patchbins/template/meta/desc [deleted file]
patchbins/template/meta/name [deleted file]
patchbins/template/meta/patch_version [deleted file]
patchbins/template/meta/title [deleted file]
patchbins/template/meta/uuid [deleted file]
patchbins/template/src/exported.h [deleted file]
patchbins/template/src/link_table.s [deleted file]
patchbins/template/src/start.s [deleted file]
patchbins/template/tool/compile_header.c [deleted file]
source/firm/firm.c
source/linker.c
source/patch_format.h
source/patcher.c
source/start.s
source/std/draw.c
vco/Makefile [new file with mode: 0644]
vco/README.txt [new file with mode: 0644]
vco/signatures/Makefile [new symlink]
vco/signatures/linker.ld [new symlink]
vco/signatures/meta/cfw_version [moved from patchbins/firmprot/meta/cfw_version with 100% similarity]
vco/signatures/meta/deps [moved from patchbins/firmprot/meta/deps with 100% similarity]
vco/signatures/meta/desc [moved from patchbins/signatures/meta/desc with 100% similarity]
vco/signatures/meta/name [moved from patchbins/signatures/meta/name with 100% similarity]
vco/signatures/meta/patch_version [moved from patchbins/firmprot/meta/patch_version with 100% similarity]
vco/signatures/meta/title [moved from patchbins/firmprot/meta/title with 100% similarity]
vco/signatures/meta/uuid [moved from patchbins/firmprot/meta/uuid with 100% similarity]
vco/signatures/src/exported.h [new symlink]
vco/signatures/src/headers.h [new symlink]
vco/signatures/src/link_table.s [new symlink]
vco/signatures/src/main.c [new file with mode: 0644]
vco/signatures/src/start.s [new symlink]
vco/signatures/tool [new symlink]
vco/template/Makefile [moved from patchbins/firmprot/Makefile with 97% similarity]
vco/template/linker.ld [moved from patchbins/firmprot/linker.ld with 100% similarity]
vco/template/meta/cfw_version [moved from patchbins/signatures/meta/cfw_version with 100% similarity]
vco/template/meta/deps [moved from patchbins/signatures/meta/deps with 100% similarity]
vco/template/meta/desc [moved from patchbins/firmprot/meta/desc with 100% similarity]
vco/template/meta/name [moved from patchbins/firmprot/meta/name with 100% similarity]
vco/template/meta/patch_version [moved from patchbins/signatures/meta/patch_version with 100% similarity]
vco/template/meta/title [moved from patchbins/signatures/meta/title with 100% similarity]
vco/template/meta/uuid [moved from patchbins/signatures/meta/uuid with 100% similarity]
vco/template/src/exported.h [moved from patchbins/signatures/src/exported.h with 74% similarity]
vco/template/src/headers.h [new symlink]
vco/template/src/link_table.s [new file with mode: 0644]
vco/template/src/main.c [moved from patchbins/template/src/main.c with 100% similarity]
vco/template/src/start.s [new file with mode: 0644]
vco/template/tool/compile_header.c [moved from patchbins/signatures/tool/compile_header.c with 95% similarity]