Spaces:
Running
Running
Commit
·
f4329cf
1
Parent(s):
d585b30
asm
Browse files- Dockerfile +1 -1
- main.py +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ RUN unzip ghidrathon/Ghidrathon-v4.0.0.zip -d /ghidra/Ghidra/Extensions
|
|
27 |
|
28 |
WORKDIR /
|
29 |
|
30 |
-
RUN git clone -b main https://github.com/edmcman/DIRTY # 09-21-24
|
31 |
#ADD ./DIRTY /DIRTY
|
32 |
|
33 |
RUN --mount=type=cache,target=/root/.cache pip install --upgrade -r /DIRTY/requirements.txt
|
|
|
27 |
|
28 |
WORKDIR /
|
29 |
|
30 |
+
RUN git clone -b main https://github.com/edmcman/DIRTY # 09-21-24 2
|
31 |
#ADD ./DIRTY /DIRTY
|
32 |
|
33 |
RUN --mount=type=cache,target=/root/.cache pip install --upgrade -r /DIRTY/requirements.txt
|
main.py
CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as demo:
|
|
30 |
# DIRTY-Ghidra Inference Demo
|
31 |
Welcome! This is a demo of DIRTY-Ghidra, a tool that predict names and types for variables for Ghidra's decompiler.
|
32 |
|
33 |
-
To get started, upload a binary.
|
34 |
|
35 |
## TODOs
|
36 |
* Filter out trivial functions
|
|
|
30 |
# DIRTY-Ghidra Inference Demo
|
31 |
Welcome! This is a demo of DIRTY-Ghidra, a tool that predict names and types for variables for Ghidra's decompiler.
|
32 |
|
33 |
+
To get started, upload a binary or select one of the example binaries below.
|
34 |
|
35 |
## TODOs
|
36 |
* Filter out trivial functions
|