This repo contains miscellaneous script which can make udbg more powerful
Requirements: git, udbg 0.2.1
- Merge the following configuration to your
udbg-config.lua
plugins = { {git = 'https://github.com/udbg/udbg-misc'}, }
- Start udbg, execute the
.plugin-update
command - Restart udbg
udbg/command/
vmpimpfix
A tool which can parse the import list obfuscated by VMP, inspired by https://github.com/mike1k/VMPImportFixer