Skip to content

refactor: improve decoder detection and rename designDecoderName to d… #54

refactor: improve decoder detection and rename designDecoderName to d…

refactor: improve decoder detection and rename designDecoderName to d… #54

Triggered via push February 3, 2026 07:04
Status Success
Total duration 1m 21s
Artifacts

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: website/components/Console.vue#L8
Prop "collapsed" should be optional
lint: website/components/Console.vue#L7
Prop "size" should be optional
lint: website/components/Console.vue#L6
Prop "logs" should be optional
lint: packages/deob/src/transforms/decode-strings.ts#L9
Expected @param names to be "sandbox, decoders". Got "decoder"
lint: packages/deob/src/index.ts#L57
'handleError' is defined but never used. Allowed unused vars must match /^_/u
lint: packages/deob/src/deobfuscate/vm.ts#L74
'error' is defined but never used
lint: packages/deob/src/deobfuscate/save-objects.ts#L136
'error' is defined but never used
lint: packages/deob/src/deobfuscate/save-objects.ts#L42
'state' is defined but never used. Allowed unused args must match /^_/u
lint: packages/deob/src/deobfuscate/my-inline-decoder-wrappers.ts#L59
'realFn_args' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: packages/deob/src/ast-utils/inline.ts#L16
Expected @param names to be "binding, value, unsafeAssignments". Got "unsafeAssignments"