FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frida-python/make.bat at main · frida/frida-python · GitHub
frida
/
frida-python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
173
Star
873
Code
Issues
54
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
frida-python
/
make.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (19 loc) · 604 Bytes
Breadcrumbs
frida-python
/
make.bat
Copy path
File metadata and controls
23 lines (19 loc) · 604 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@
setlocal
@
echo
off
rem
:: Based on: https://github.com/microsoft/terminal/issues/217#issuecomment-737594785
goto
:
_start_
:
set_real_dp0
set
dp0
=
%~dp0
set
"
dp0
=
%dp0:~
0
,
-1
%
"
goto
:
eof
:
_start_
call
:
set_real_dp0
if
not
exist
"
%dp0%
\releng\meson\meson.py
"
(
pushd
"
%dp0%
"
&
git submodule update --init --recursive --depth
1
&
popd
if
%errorlevel%
neq
0
exit
/b
%errorlevel%
)
endlocal
&
goto
#_undefined_#
2
>
nul
||
title
%COMSPEC%
&
python ^
-c
"
import sys; sys.path.insert(0, sys.argv[1]); from releng.meson_make import main; main()
"
^
"
%dp0%
"
^
.\build ^
%*
Back
|
FazBrowse Home
|
New Git URL