Commit Graph

4 Commits

Author SHA1 Message Date
Xpl0itR d43deef033
Even more improvements
including but not limited to:
- detect protobuf well-known types
- detect NonUserCodeAttribute
- detect ObsoleteAttribute to mark protobufs/fields as deprecated
- parse generated client/server types for gRPC services
- fix "optional" parsing
- fix obfuscated name translation
- fix foreign nested protobufs
- support protobuf editions and corresponding options
- rewrite protobuf models to better reflect the specification, including decoupling toplevels and files
- rewrite a bunch of things to make more sense
2024-06-07 16:02:59 +01:00
Xpl0itR e41df439ea
Add an option to skip parsing properties that aren't decorated with the protoc attribute
also update to dotnet 8 and update the project folder structure
2023-12-25 01:58:12 +00:00
Xpl0itR b1eed86d6c
Various improvements
including but not limited to:
- Move parsing logic to library project
- Expanding coverage of the proto3 spec
- Option to parse types from only a specified assembly
- More accurate field name translation
- Accept custom lookup functions for types and names
- Some resilience to obfuscation
- Fix infinite recursion bug causing stack overflow
2023-10-31 07:21:41 +00:00
Xpl0itR ba1e07668c
Initial commit 2023-04-20 23:01:53 +01:00