moloch-- / sliver-py

A Python gRPC Client Library for Sliver
GNU General Public License v3.0
65 stars 13 forks source link

call_extension wrapper #21

Open j91321 opened 2 years ago

j91321 commented 2 years ago

Is your feature request related to a problem? Please describe. Not sure if this should be a feature request or bug. The CallExtension and CallExtensionReq have generated grpc code but don't have any wrappers that would expose them by the library.

Describe the solution you'd like Adding sensible call_extension() wrapper.

Additional context Pretty much required for extensions to work. I'm mostly interested in getting COFF Loader to work.

daddycocoaman commented 2 years ago

You're right that it should be exposed. I got ahead of myself generating all the documentation for gRPC for stuff that isn't exposed in sliver-py but should be.