adobe/adobe-license-decoder.rs

Look at Windows registry for Acrobat licensing info

Open

#1 aperta il 18 dic 2020

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Rust (7 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (32 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Why do you need this feature? Please describe.

On Windows, there are a pair of registry keys that enforce either NGL (next-gen licensing) or serialized licensing. We should add hooks to these keys in the decoder. I'm not sure if it makes sense to add the ability to manipulate these keys, but we should at least check for the presence of these keys in the registry and report their status.

Describe the solution you'd like

TBD - I assume for reporting we would include it with the rest of the license reports, but it could make more sense to implement a subcommand or something similar.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context about the feature request here.

Guida contributor