Skip to content

Rename NSEcho from repo transfer. #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 NSEcho
Copyright (c) 2023 ReverseApple

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ gxpc recursively parses types of `xpc_object_t` as well as unmarshalling the dat

# Installation

Download one of the prebuilt binaries for macOS(x86_64 or arm64) from [here](https://github.com/nsecho/gxpc/releases)
Download one of the prebuilt binaries for macOS(x86_64 or arm64) from [here](https://github.com/ReverseApple/gxpc/releases)
or do it manually as described below.

* Follow the instructions for devkit documented [here](https://github.com/frida/frida-go)
* Run `go install github.com/nsecho/gxpc@latest`
* Run `go install github.com/ReverseApple/gxpc@latest`

# Usage

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nsecho/gxpc
module github.com/ReverseApple/gxpc

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion internal/lexer/lexer.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package lexer

import (
"github.com/nsecho/gxpc/internal/token"
"github.com/ReverseApple/gxpc/internal/token"
"unicode"
)

Expand Down