mirror of https://github.com/daffainfo/nuclei.git
ec5687e2ef
* make ssh module store the connection * make ssh module able to execute commands using the client * add bingen + update docs --------- Co-authored-by: Tarun Koyalwar <tarun@projectdiscovery.io> |
||
---|---|---|
.. | ||
cmd/bindgen | ||
templates | ||
INSTALL.md | ||
README.md | ||
generator.go | ||
output.go |
README.md
bindgen (aka bindings generator)
bindgen is a tool that automatically generated bindings for native go packages with 'goja'
Native Go packages are available here
Generated Output is available here
bindgen generates 3 different types of outputs
go
=> this directory contains corresponding goja bindings (actual bindings code) ex: kerberos.gojs
=> this is more of a javascript representation of all exposed functions and types etc in javascript ex: kerberos.js and does not server any functional purpose other than referencemarkdown
=> autogenerated markdown documentation for each library / package ex: kerberos.md