konsumer / newrawprotoparser

Working on wasm-based parser for raw proto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caution

This has been depracated, in favor of rawproto, where I did similar, but improved the query-engine a bit. You should use that.

This is a raw protobuf to JSON parser written in C, compiled to wasm. It can be used to parse binary protobuf, when you do not have access to the source SDL.

If you want to read about how I compiled protoc & libs (included in this repo) check out this. You shouldn't need to actually build this, since it's included, and it's in cross-platform wasm.

# build the wasm-portion of the lib
npm run build

About

Working on wasm-based parser for raw proto

License:MIT License


Languages

Language:C++ 95.2%Language:NASL 3.2%Language:C 1.6%Language:JavaScript 0.0%