Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 01f3a7f

Browse files
add run.sh
1 parent 5e26d40 commit 01f3a7f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
pwn/*
2+
exp/exp
3+
.gdb_history

‎docker-compose.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ version: '2.2'
33
services:
44
kernel_debug:
55
build: ./
6+
container_name: kernel_debug
67
volumes:
78
- ./exp:/root/exp
8-
- ./corescripts:/root/corescripts:ro
9+
- ./corescripts:/root/corescripts
910
- ./pwn:/root/pwn
1011
network_mode: host
1112
privileged: true

‎run.sh‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/env bash
2+
3+
docker exec -it kernel_debug /root/corescripts/exp.sh

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /