refactor: move dictionary to util

This commit is contained in:
Theta-Dev 2022-10-10 12:22:27 +02:00
parent 0b9e486147
commit 1bc47b7c2d
5 changed files with 8 additions and 4 deletions

View file

@ -10,7 +10,6 @@
mod macros;
mod deobfuscate;
mod dictionary;
mod serializer;
mod util;