Dump the structure of an ASN.1 file.
Note
This project was rewritten in Java to use a memory-safe language. If you are looking for the original C code, have a look at tag v0.0.1. You can also download that release.
Mac/Linux
./mvnw exec:java -Dexec.mainClass=org.leplus.asn1dump.Main -Dexec.args='cert1.der cert2.der'Windows
In cmd:
mvnw.cmd exec:java -Dexec.mainClass=org.leplus.asn1dump.Main -Dexec.args='cert1.der cert2.der'In PowerShell:
.\mvnw.cmd exec:java -Dexec.mainClass=org.leplus.asn1dump.Main -Dexec.args='cert1.der cert2.der'Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
Please read SECURITY.md for details on our security policy and how to report security vulnerabilities.
Please read CODE_OF_CONDUCT.md for details on our code of conduct.
This project is licensed under the terms of the LICENSE file.