Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Dec 28, 2023
1 parent 36785a3 commit bcf2b71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/deob/src/transforms/test/decoder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { parse } from '@babel/parser'
import { findDecoderByCallCount } from '../find-decoder-by-call-count'
import { findDecoderByArray } from '../find-decoder-by-array'
import { evalCode, generate } from '../..'
import { VMDecoder, VMSetupCode, createNodeSandbox } from '../../deobfuscate/vm'
import { designDecoder } from '../design-decoder'
import { decodeStrings } from '../decode-strings'

describe('decoder', async () => {
Expand Down

0 comments on commit bcf2b71

Please sign in to comment.