├── .gitmodules ├── LICENSE ├── README.md ├── run_simba.py ├── run_simba_cifar.py ├── simba.py └── utils.py /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/simple-blackbox-attack/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/simple-blackbox-attack/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/simple-blackbox-attack/HEAD/README.md -------------------------------------------------------------------------------- /run_simba.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/simple-blackbox-attack/HEAD/run_simba.py -------------------------------------------------------------------------------- /run_simba_cifar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/simple-blackbox-attack/HEAD/run_simba_cifar.py -------------------------------------------------------------------------------- /simba.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/simple-blackbox-attack/HEAD/simba.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cg563/simple-blackbox-attack/HEAD/utils.py --------------------------------------------------------------------------------