text stringlengths 0 834k |
|---|
include/asm-generic/iomap.h \ |
include/asm/pgtable-bits.h \ |
$(wildcard include/config/cpu/mips32/r1.h) \ |
$(wildcard include/config/cpu/tx39xx.h) \ |
$(wildcard include/config/mips/uncached.h) \ |
include/asm-mips/mach-generic/ioremap.h \ |
include/asm-mips/mach-generic/mangle-port.h \ |
$(wildcard include/config/swap/io/space.h) \ |
include/asm-generic/memory_model.h \ |
$(wildcard include/config/out/of/line/pfn/to/page.h) \ |
include/asm-generic/page.h \ |
include/linux/memory_hotplug.h \ |
$(wildcard include/config/have/arch/nodedata/extension.h) \ |
include/linux/notifier.h \ |
include/linux/mutex.h \ |
$(wildcard include/config/debug/mutexes.h) \ |
include/linux/rwsem.h \ |
$(wildcard include/config/rwsem/generic/spinlock.h) \ |
include/linux/rwsem-spinlock.h \ |
include/linux/srcu.h \ |
include/linux/topology.h \ |
$(wildcard include/config/sched/smt.h) \ |
$(wildcard include/config/sched/mc.h) \ |
include/linux/smp.h \ |
include/asm/topology.h \ |
include/asm-mips/mach-generic/topology.h \ |
include/asm-generic/topology.h \ |
include/linux/slab_def.h \ |
include/linux/kmalloc_sizes.h \ |
include/asm/percpu.h \ |
include/asm-generic/percpu.h \ |
include/asm/module.h \ |
$(wildcard include/config/cpu/mips32/r2.h) \ |
$(wildcard include/config/cpu/mips64/r1.h) \ |
$(wildcard include/config/cpu/r6000.h) \ |
include/asm/uaccess.h \ |
include/asm-generic/uaccess.h \ |
include/linux/ctype.h \ |
include/linux/textsearch.h \ |
include/linux/err.h \ |
lib/ts_bm.o: $(deps_lib/ts_bm.o) |
$(deps_lib/ts_bm.o): |
",42.3935018051,1041,0.7016094695 |
12,d0016245218f9c6209f85a8bb8e16d1775f958b6,1066,bat,Batchfile,GettingStartedWithMobSF/static-analysis/Mobile-Security-Framework-MobSF/scripts/clean.bat,Aviyel-oss/live-coding,483aa3076596f74100f1b7488b6eb46fc72a3bea,['MIT'],7.0,2021-10-13T18:39:44.000Z,2022-03-10T10:28:59.000Z,GettingStartedWithMobSF/static-analysis/Mobile-Security-Framework-MobSF/scripts/clean.bat,aviyelverse/live-coding-event-session,215c0699e3e3f05c7182e80126b7f137baf4ef8d,['MIT'],,,,GettingStartedWithMobSF/static-analysis/Mobile-Security-Framework-MobSF/scripts/clean.bat,aviyelverse/live-coding-event-session,215c0699e3e3f05c7182e80126b7f137baf4ef8d,['MIT'],5.0,2021-11-18T07:53:25.000Z,2022-03-10T10:29:05.000Z,"@echo off |
echo =======================MobSF Clean Script for Windows======================= |
echo Running this script will delete the Scan database, all files uploaded and generated. |
SET mypath=%~dp0 |
echo %mypath:~0,-1% |
IF ""%~1""==""y"" ( |
echo Deleting all Uploads |
rmdir ""mobsf\uploads"" /q /s >nul 2>&1 |
echo Deleting all Downloads |
rmdir ""mobsf\downloads"" /q /s >nul 2>&1 |
echo Deleting Static Analyzer Migrations |
rmdir ""mobsf\StaticAnalyzer\migrations"" /q /s >nul 2>&1 |
echo Deleting Dynamic Analyzer Migrations |
rmdir ""mobsf\DynamicAnalyzer\migrations"" /q /s >nul 2>&1 |
echo Deleting MobSF Migrations |
rmdir ""mobsf\MobSF\migrations"" /q /s >nul 2>&1 |
echo Deleting temp and log files |
del /f ""mobsf\debug.log"" >nul 2>&1 |
del /f ""classes*"" >nul 2>&1 |
echo Deleting DB |
del /f ""mobsf\db.sqlite3"" >nul 2>&1 |
echo Deleting Secret File |
del /f ""mobsf\secret"" >nul 2>&1 |
echo Deleting Previous Setup files |
rmdir ""%UserProfile%\MobSF"" /q /s >nul 2>&1 |
del /f ""mobsf\setup_done.txt"" >nul 2>&1 |
echo Done |
) ELSE ( |
echo Please run script from mobsf.MobSF directory |
echo 'scripts/clean.bat y |
) |
",33.3125,89,0.7063789869 |
13,d0017d4ccbb00798109202ddc7344225480c0cf2,967,bat,Batchfile,bin/bcb5-d32.bat,OS2World/DEV-UTIL-ScitechOS_PML,fd285be7203a6bac25aebd0a856fa17058c8a4c0,['Naumen' 'Condor-1.1' 'MS-PL'],,,,bin/bcb5-d32.bat,OS2World/DEV-UTIL-ScitechOS_PML,fd285be7203a6bac25aebd0a856fa17058c8a4c0,['Naumen' 'Condor-1.1' 'MS-PL'],,,,bin/bcb5-d32.bat,OS2World/DEV-UTIL-ScitechOS_PML,fd285be7203a6bac25aebd0a856fa17058c8a4c0,['Naumen' 'Condor-1.1' 'MS-PL'],,,,"@echo off |
REM Setup for compiling with Borland C++ Builder 5.0 in 32 bit mode. |
if .%CHECKED%==.1 goto checked_build |
SET LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\BCB5;%BCB5_PATH%\LIB;. |
echo Release build enabled. |
goto setvars |
:checked_build |
SET LIB=%SCITECH_LIB%\LIB\DEBUG\DOS32\BCB5;%BCB5_PATH%\LIB;. |
echo Checked debug build enabled. |
goto setvars |
:setvars |
SET INCLUDE=INCLUDE;%SCITECH%\INCLUDE;%PRIVATE%\INCLUDE;%BCB5_PATH%\INCLUDE; |
SET MAKESTARTUP=%SCITECH%\MAKEDEFS\BC32.MK |
SET USE_DPMI16= |
SET USE_WIN16= |
SET USE_WIN32= |
SET USE_VXD= |
SET USE_TNT= |
SET USE_SMX32= |
SET USE_SMX16= |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.