Skip to content

Commit

Permalink
add RegistryType to protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
daddycocoaman committed Aug 29, 2022
1 parent b621107 commit 8aa8095
Show file tree
Hide file tree
Showing 7 changed files with 389 additions and 319 deletions.
2 changes: 1 addition & 1 deletion protobuf/clientpb/client.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protobuf/commonpb/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protobuf/dnspb/dns.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protobuf/rpcpb/services.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions protobuf/rpcpb/services_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

688 changes: 373 additions & 315 deletions protobuf/sliverpb/sliver.pb.go

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions protobuf/sliverpb/sliver.proto
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,14 @@ message Backdoor {
commonpb.Response Response = 9;
}

// Registry - Registry related messages
enum RegistryType {
Binary = 0;
String = 1;
DWORD = 2;
QWORD = 3;
}

message RegistryReadReq {
string Hive = 1;
string Path = 2;
Expand Down

0 comments on commit 8aa8095

Please sign in to comment.