1
1
mirror of https://github.com/ssut/payload-dumper-go.git synced 2025-02-16 02:05:46 +00:00

39 Commits

Author SHA1 Message Date
a51234eaea fix(ci): make it work again () 1.3.0 2024-11-20 23:27:51 +09:00
63b8ab6c75 fix(ci): set SDK_VERSION 2024-11-17 00:44:09 +09:00
24f4276272 fix(ci): xcode 16.0 2024-11-17 00:28:16 +09:00
d8ba4911eb feat: add vivo payload support ()
- Update to the latest update_metadata.proto
- Add vivo payload extract(with using zstd)
2024-10-18 17:00:04 +09:00
efc0ae4696 feat: 2024 update ()
- update dependencies
- update Go version to 1.18 (to support new deps)
- regenerate proto-generated file with the latest `protoc_gen_go`
- fix linter issues with the latest `golangci-lint`
2024-07-19 23:21:15 +09:00
684e29264a chore: update README 2024-07-19 23:16:48 +09:00
d0b0efee72 fix(docs): correct a typo in README.md () 2023-06-26 10:24:34 +09:00
c5bcd50975 README.md: Add installation and usage instructions () 2023-03-20 14:54:59 +09:00
eb13ef8f18 chore(ci):Fix fatal: unsafe repository ('...' is owned by someone else) ()
See: https://github.com/actions/checkout/issues/760

Co-authored-by: Suhun Han <ssut@users.noreply.github.com>
1.2.2
2022-05-31 00:50:53 +09:00
b36ebf31e5 feat: Add support for InstallOperation_ZERO ()
Closes: 
2022-05-31 00:49:55 +09:00
d100a4b3a0 fix: Print error messages when Extract() fails () 2022-05-31 00:49:24 +09:00
9c06f90c24 chore(ci): Use newest goreleaser-action () 2022-05-31 00:49:08 +09:00
8f7423e220 chore(ci): specify type of checksum ()
Closes .
1.2.1
2022-05-27 08:33:27 +09:00
4d05a47602 fix(cli): add options placement to usage, reorder flags to match output () 2021-12-07 13:36:04 +09:00
412e5a9dd1 feat(cli): support both long and shorthand flags, set output directory manually
Closes: 
1.2.0
2021-06-23 12:37:01 +09:00
d8d68fa05a feat(payload): add support for setting concurrency 2021-06-23 12:36:14 +09:00
6a1bd00c99 chore: state that we have Linux prebuilts in README () 2021-05-03 10:51:32 +09:00
9ff1ed54bd chore(ci): fixes/improvements + build Darwin/ARM64 ()
* chore(ci): download macOS sdk in a separate job

* chore(ci): upgrade to fedora 34

Now that we have newer macOS SDK this is now possible.

* chore(ci): add build-darwin-arm64 target

* chore(ci): download xz source code from dnf

* chore(ci): handle osxcross cache properly
1.1.1
2021-04-30 14:24:57 +09:00
93788507d5 chore(ci): use fedora:33 instead of fedora:latest ()
Apparently F34 became `latest` couple hours ago and
thus Darwin builds fail now.
1.1.0
2021-04-28 10:44:01 +09:00
8c13253c85 chore(ci): don't use absolute paths for Darwin AMD64 CC/CXX ()
This is slightly nicer.
2021-04-28 10:43:46 +09:00
b34630c075 chore(ci): add GitHub Actions ()
* Add basic Windows/Linux 386/x86_64 GitHub Actions

* Add build-linux-arm64 target

* Add build-linux-armv7 target

* Add build-darwin-amd64 target

* Add basic on push/pr build github action
2021-04-28 09:16:21 +09:00
9aa70a0e89 feat: delete temporary payload.bin after using it () 2021-04-12 21:43:37 +09:00
9ee83296a3 feat: CLI options for list and selecting only selected partitions ()
Closes: 
2021-04-12 19:07:11 +09:00
12866f027a fix: indent_style in .editorconfig file () 2021-04-12 19:06:13 +09:00
4f99f15c1a fix: memory leak () 2021-04-12 13:42:52 +09:00
c2ed06684d fix(cli): display usage ()
- fixes index out of range with no filename supplied
- looks like this was intended but never implemented
2021-04-01 16:57:49 +09:00
b59e2f17c2 feat: add Dockerfile () 2020-12-28 13:28:03 +09:00
dcdf855f4d chore: update readme 1.0.0 2020-10-06 21:49:57 +09:00
2ffe5e2d64 chore: update readme 2020-10-04 19:56:14 +09:00
228a048cbb feat: goroutine 2020-10-04 16:46:08 +09:00
16b7bebd02 fix(payload): use io.Copy instead of io.CopyN because it already use SectionReader itself 2020-10-04 15:56:15 +09:00
ef746865a8 refactor(payload): streaming IO 2020-10-04 15:55:05 +09:00
1ef8870b91 feat(reader): add a reader that reads at specific offsets 2020-10-04 15:54:46 +09:00
4d6a791494 feat(payload): read and extract from the payload 2020-10-04 03:59:34 +09:00
0cfe5648be feat(cli): create extracted directory 2020-10-04 03:59:13 +09:00
e8a4e99a38 chore(deps): add go-xz 2020-10-04 03:56:11 +09:00
705d38e370 chore(git): ignore DS_Store and extracted directories 2020-10-04 02:39:55 +09:00
36852c0080 chore: add license 2020-10-04 02:28:15 +09:00
6b4c8bfec2 chore: working proto 2020-10-04 02:23:33 +09:00