批量化操作
This commit is contained in:
parent
f82f488bb3
commit
1a8c103c43
@ -4,7 +4,7 @@
|
|||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$/Genius3/python" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/Genius3/python" isTestSource="false" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="jdk" jdkName="Python 2.7 (Gencoding)" jdkType="Python SDK" />
|
<orderEntry type="jdk" jdkName="Python 2.7" jdkType="Python SDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PyDocumentationSettings">
|
<component name="PyDocumentationSettings">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7 (Gencoding)" project-jdk-type="Python SDK" />
|
<component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7" project-jdk-type="Python SDK" />
|
||||||
</project>
|
</project>
|
16
ida_file_cerate.bat
Normal file
16
ida_file_cerate.bat
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
@echo off
|
||||||
|
setlocal EnableDelayedExpansion
|
||||||
|
|
||||||
|
|
||||||
|
set "FOLDER_PATH=D:\bishe\dataset\train_benign"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
for %%f in ("%FOLDER_PATH%\*") do (
|
||||||
|
echo !time! %%f
|
||||||
|
D:\IDA_Pro_v6.8\idaq64.exe -c -A -S"D:\bishe\Gencoding_KE\Genius3\raw-feature-extractor\preprocessing_ida.py -1" -oD:\bishe\dataset\out %%f
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
endlocal
|
||||||
|
|
16
ida_file_cerate_malware.bat
Normal file
16
ida_file_cerate_malware.bat
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
@echo off
|
||||||
|
setlocal EnableDelayedExpansion
|
||||||
|
|
||||||
|
|
||||||
|
set "FOLDER_PATH=D:\bishe\dataset\train_malware"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
for %%f in ("%FOLDER_PATH%\*") do (
|
||||||
|
echo !time! %%f
|
||||||
|
D:\IDA_Pro_v6.8\idaq64.exe -c -A -S"D:\bishe\Gencoding_KE\Genius3\raw-feature-extractor\preprocessing_ida.py 0" -oD:\bishe\dataset\out %%f
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
endlocal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user