Example of a weaponized MS Access database with VBA macros.

Generation of **.MDB** file is possible with Access GUI, but **.ACCDE** requires copying MDB to Trusted Locations and then invoking undocumented API.

Essential part is that MS Access requires `AutoExec()` entrypoint function name.


These two files spawn hidden instance of `notepad.exe` using `RDS.DataSpace` launcher.
