https://github.com/blajanclaudiu/account
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: blajanclaudiu
- License: gpl-3.0
- Language: TypeScript
- Default Branch: main
- Size: 345 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
synchrony

javascript cleaner & deobfuscator (primarily javascript-obfuscator/obfuscator.io)
API reference is available at https://relative.github.io/synchrony
Usage note
Artifacts produced by old versions of javascript-obfuscator will likely not deobfuscate correctly, please DO NOT open an issue. Try previous versions of synchrony or another deobfuscator.
There is no user configuration as of yet, the string decoder works automatically
Usage
Use the latest version at https://deobfuscate.relative.im or install from NPM
```shell
1. Install deobfuscator globally using yarn/npm
npm install --global deobfuscator # alternatively, yarn global add deobfuscator, pnpm install --global deobfuscator
1.1. Or Install from Git
npm install --global relative/synchrony#master # alternatively, yarn global add relative/synchrony#master, pnpm install --global relative/synchrony#master
2. Get an obfuscated file
curl https://gist.github.com/relative/79e392bced4b9bed8fd076f834e06dee/raw/obfuscated.js -o ./obfuscated.js
3. Run deobfuscator
synchrony deobfuscate ./obfuscated.js
4. Check the reuslts of your debofuscation at script.cleaned.js
cat ./obfuscated.cleaned.js ```
Transformer errors
Transformer errors will show errors in your terminal output like
Caught an error while attempting to run AST visitor!
node = Node {...}
err = ...
Copy the entire terminal output (or redirect it to a file). Then open a new issue with the terminal output and the obfuscated file and any config you may have used.
Please do not include screenshots or partial output from the deobfuscator.
If you can reproduce the error with a smaller input file and a javascript-obfuscator config, please provide them in your issue.
Owner
- Login: blajanclaudiu
- Kind: user
- Repositories: 1
- Profile: https://github.com/blajanclaudiu
GitHub Events
Total
- Issues event: 3
- Create event: 2
Last Year
- Issues event: 3
- Create event: 2
Dependencies
- actions/checkout v2 composite
- actions/setup-node v2 composite
- pnpm/action-setup 2270f39ef63c3edf50be34da68c039eca5e15c15 composite
- @types/escodegen 0.0.7 development
- @types/eslint-scope 3.7.4 development
- @types/estree 0.0.51 development
- @types/mersenne-twister 1.1.2 development
- @types/node 17.0.17 development
- @types/yargs 17.0.8 development
- esbuild 0.14.21 development
- escodegen 2.0.0 development
- javascript-obfuscator 4.0.0 development
- rimraf 3.0.2 development
- typedoc 0.22.11 development
- typescript 4.5.5 development
- @javascript-obfuscator/escodegen 2.3.0
- acorn 8.7.0
- acorn-loose 8.3.0
- acorn-walk 8.2.0
- eslint-scope 7.1.1
- mersenne-twister 1.1.0
- yargs 17.3.1
- 161 dependencies