package-analysis icon indicating copy to clipboard operation
package-analysis copied to clipboard

Obfuscation detection prototype

Open maxfisher-g opened this issue 3 years ago • 2 comments

Currently this code can parse JS files or strings and print out statistics regarding string literal lengths and entropies, and identifier (function/variable/class names) lengths and entropies

maxfisher-g avatar Oct 07 '22 05:10 maxfisher-g

I had it this way initially, but then the CI pipeline fails because the unit tests require calling the JS code. I'm not sure how to solve this - thoughts?

maxfisher-g avatar Oct 28 '22 06:10 maxfisher-g

I had it this way initially, but then the CI pipeline fails because the unit tests require calling the JS code. I'm not sure how to solve this - thoughts?

Can we fix the CI pipeline to have it run npm install before running tests?

oliverchang avatar Oct 28 '22 06:10 oliverchang