- Apache Thrift: http://thrift.apache.org/ Keine freie Definition der Serialisierung, ähnlich Protobuf
- Apache Avro: http://avro.apache.org/ Ähnlich Thrift
Last active
November 15, 2015 02:31
-
-
Save red-hood/ab6be4d9fda05a20489e to your computer and use it in GitHub Desktop.
Binary java parser
- Binpac: https://www.bro.org/sphinx/components/binpac/README.html Used in Bro Network Analyzer
Library | URL | Lizenz | Endianess | letzter commit | Anmerkungen |
---|---|---|---|---|---|
Preon | https://github.com/preon/preon | GPL V2 | ja | Jan 26, 2012 | mit Annotations, aehnlich JPA,unsigned? |
Smee | https://github.com/smee/binary | EPL | ja | Oct 8, 2015 | in Clojure, Bindings an Java analysieren |
java-binary-block-parser | https://github.com/raydac/java-binary-block-parser | AL 2.0 | ja | Aug 14, 2015 | aehnlich python struct |
scodec | https://github.com/scodec/scodec | 3C-BSD | ja | Nov 9, 2015 | Scala, parser combinator, unsigned supported |
ragel | http://www.colm.net/open-source/ragel/ | GPL V2 | ja | Sep 26, 2015 | Generator f. C, C++, Obj-C, C#, D, Java, Go or Ruby |
Alternativ auch ASN.1 mit ECN, müsste allerdings Parser für finden.
Sollte GBE-DAL-XML-Beschreibung auch umgesetzt werden können?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment