Commit Graph

379 Commits

Author SHA1 Message Date
TheFloW
8d9bfbc708 Update v1.51 2017-01-13 17:41:04 +01:00
TheOfficialFloW
05e7a736e3 Merge pull request #190 from d3m3vilurr/fix-crash-at-install
Fix crash at the vpk install
2017-01-13 16:53:46 +01:00
Sunguk Lee
1b70620d37 Fix crash at the vpk install
1. wrong phdr pointer position
2. wrong segment pointer position
3. checkForUnsafeImports should use elf2 section
2017-01-14 00:48:31 +09:00
TheFloW
1fbe546e0e Fix small bug 2017-01-12 20:53:13 +01:00
TheOfficialFloW
1db81e2251 Update license 2017-01-12 18:35:26 +01:00
TheOfficialFloW
044741e33a Update README.md 2017-01-12 17:51:29 +01:00
TheFloW
c6328a552d Release VitaShell 1.5 2017-01-12 17:45:52 +01:00
TheFloW
6219b84915 Added coredump viewer 2017-01-04 20:08:04 +01:00
TheOfficialFloW
f72896cc49 Merge pull request #176 from Mayoshiroi/rar
Add RAR archive support
2017-01-04 17:34:49 +01:00
Unknown
93ae800f15 Update README 2017-01-04 23:34:29 +08:00
Unknown
d1d9c57526 Format fix #4 2017-01-04 23:30:05 +08:00
Unknown
6299e3395c Format fix #3 2017-01-04 23:28:09 +08:00
Unknown
72db0af918 Format fix #2 2017-01-04 23:25:50 +08:00
Mayoshiroi
b79cf00b0f Merge pull request #3 from TheOfficialFloW/master
merge
2017-01-04 23:13:30 +08:00
Unknown
9cfb980e7e Format fix 2017-01-04 23:11:49 +08:00
Unknown
a4a7f6a7a9 Add rar archive support! 2017-01-04 22:58:55 +08:00
TheFloW
bca3593a00 Removed UI2 files 2016-12-28 17:19:37 +01:00
TheOfficialFloW
8202adc1c2 Merge pull request #174 from d3m3vilurr/refix-fself-compress
Fix wrong section detection
2016-12-27 17:52:12 +01:00
Sunguk Lee
f0a9325e07 Fix wrong section detection
old vita-make-self used header_len value for second elf starting offset.
and this value [always set 0x1000][1].

but compressed case, section can allocate inside of header part.

this change introduced [vitasdk/vita-toolchain@49ea8ff24][2].

[1]: https://github.com/vitasdk/vita-toolchain/blob/2f11d0e/src/vita-make-fself.c#L107
[2]: https://github.com/vitasdk/vita-toolchain/commit/49ea8ff246e6
2016-12-28 01:16:59 +09:00
Mayoshiroi
f502367a1a Merge pull request #2 from TheOfficialFloW/master
merge
2016-12-24 23:59:51 +08:00
TheFloW
5f4656c839 Use SceShell authid. Removed head.bin check in pkg installer 2016-12-19 23:00:37 +01:00
TheFloW
ea3a193528 Improved stuff 2016-12-19 22:54:53 +01:00
TheFloW
9c8ef4fc83 Rm tmp dir 2016-12-12 20:04:21 +01:00
TheFloW
018c93e971 Removed tmp files 2016-12-12 20:03:13 +01:00
TheOfficialFloW
066ff8b95b Update .gitignore 2016-12-12 19:58:54 +01:00
TheFloW
762c28614a Add support for custom pgf 2016-12-12 19:56:02 +01:00
TheOfficialFloW
997b63de58 Delete Makefile 2016-12-11 22:45:13 +01:00
TheFloW
d4b3e9dd53 Add safe mode detection 2016-12-11 22:30:07 +01:00
TheOfficialFloW
fa1323248a Merge pull request #166 from d3m3vilurr/fix-onigmo
Fix onigmo libname and header filename
2016-12-09 18:43:16 +01:00
TheOfficialFloW
3c9224f24e Merge pull request #165 from d3m3vilurr/support-checking-compressed-binaries
Support safety checking compressed fself
2016-12-09 18:42:49 +01:00
Sunguk Lee
57242ce432 Detect fself sections
read section offset from SCE header.
2016-12-10 02:37:13 +09:00
Sunguk Lee
76f396d9b9 Support safety checking compressed fself
new vita-toolchain added fself binary compression.
but this feature also compress `ELF` header and NID information
so, we need to uncompress datas for safety checking

https://github.com/vitasdk/vita-toolchain/pull/90
2016-12-10 01:32:50 +09:00
Sunguk Lee
869888e762 Fix onigmo libname and header filename
9 days ago, onigmo master tree merged from devel-6.0

https://github.com/k-takata/Onigmo/commit/09ab902fdd
2016-12-10 01:25:29 +09:00
TheOfficialFloW
a12fb1196c Merge pull request #164 from yifanlu/master
Added cmake build file
2016-12-09 09:33:10 +01:00
Yifan Lu
301ece49dd Added cmake build file 2016-12-08 23:18:12 -08:00
TheOfficialFloW
5a268270e2 Merge pull request #160 from d3m3vilurr/refix-build
Refix linking problem
2016-12-01 21:27:26 +01:00
Sunguk Lee
af1891842d Refix linking problem
not enough #159
2016-12-02 05:21:41 +09:00
TheOfficialFloW
5f3fdeda29 Merge pull request #159 from d3m3vilurr/latest-toolchain
Support latest toolchain
2016-11-30 18:45:05 +01:00
Sunguk Lee
f2b235a0d0 Support latest toolchain 2016-12-01 02:21:56 +09:00
TheFloW
a3a6c05bd8 Update v1.43 2016-11-28 21:41:08 +01:00
TheFloW
051497c94e Added taihen config reload 2016-11-28 21:35:38 +01:00
TheFloW
7f687d1c61 HENkaku config reload, default version 3.63 2016-11-26 18:03:59 +01:00
TheFloW
ce696e8ae2 Removed moduleinfo.h 2016-11-07 20:02:20 +01:00
TheFloW
aaec7d1c31 Default 3.61 2016-11-07 18:15:15 +01:00
TheFloW
cc4216f2bc Correctly unlock ftp 2016-11-07 18:13:01 +01:00
TheOfficialFloW
d3a4c094d0 Merge pull request #146 from thhoang99/master
fix open zip UI2
2016-11-06 21:06:02 +01:00
thhoang99
1b458a5fc8 update header UI2 2016-11-06 18:10:49 +07:00
thhoang99
e83b50143b fix open zip 2016-11-06 18:06:09 +07:00
TheFloW
871ee24490 Fixed package installation is safe homebrews, updated HENkaku config 2016-11-06 10:32:47 +01:00
TheFloW
7e475ab1b7 Updated to latest vitasdk, added default HENkaku settings 2016-11-06 00:29:27 +01:00