Getvba
A web interface for olevba
Install / Use
/learn @takehiko/GetvbaREADME
getvba
A web interface for olevba, a script included in oletools. You can extract VBA macros from your *.xlsm files, without running Microsoft Excel.
how to build
git clone git@github.com:takehiko/getvba.git
cd getvba
docker build -t takehiko/getvba .
running
docker run --rm -d -p 8000:8000 --name getvba takehiko/getvba
browsing
<span>http</span>://(docker host):8000/cgi-bin/vba
