SkillAgentSearch skills...

Asn1dump

Dump the structure of an ASN.1 file.

Install / Use

/learn @thomasleplus/Asn1dump

README

asn1dump

Dump the structure of an ASN.1 file.

Maven

[!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.

Running

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'

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

Security

Please read SECURITY.md for details on our security policy and how to report security vulnerabilities.

Code of Conduct

Please read CODE_OF_CONDUCT.md for details on our code of conduct.

License

This project is licensed under the terms of the LICENSE file.

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated10h ago
Forks7

Languages

Java

Security Score

95/100

Audited on Apr 6, 2026

No findings