File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 5151 run : |
5252 pip install git+https://github.com/Fare9/Shuriken-Analyzer.git@main#subdirectory=shuriken/bindings/Python/
5353 if : matrix.os == 'macos-13'
54+
55+ - name : Install Shuriken-Analyzer for Windows
56+ run : |
57+ git clone https://github.com/Fare9/Shuriken-Analyzer.git
58+ cd Shuriken-Analyzer
59+ cmake -S . -B build/ -DCMAKE_BUILD_TYPE=Release -DGITHUB_ACTION=ON -DDEX_TESTS=ON
60+ cmake --build build/ --config Release
61+ cmake --install build/ --config Release
62+ cd -
63+
64+ if : matrix.os == 'windows-latest'
5465
5566 - name : Install MacPorts
5667 uses : melusina-org/setup-macports@v1
Original file line number Diff line number Diff line change 138138 case_sensitive = False
139139 ),
140140 required = False ,
141- default = "androguard " ,
141+ default = "shuriken " ,
142142)
143143@click .option (
144144 "--multi-process" ,
You can’t perform that action at this time.
0 commit comments