Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
db9297cf
Commit
db9297cf
authored
14 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
Changes to support symbol transport from MEDS to grace's controller automatically.
parent
d5420378
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/Makefile
+3
-2
3 additions, 2 deletions
examples/Makefile
tools/do_concolic.sh
+1
-1
1 addition, 1 deletion
tools/do_concolic.sh
with
4 additions
and
3 deletions
examples/Makefile
+
3
−
2
View file @
db9297cf
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
CC
=
gcc
-fno-stack-protector
CC
=
gcc
-fno-stack-protector
CXX
=
g++
-fno-stack-protector
CXX
=
g++
-fno-stack-protector
all
:
env_check hanoi hanoi_overrun hanoi_heap_overrun hanoi_stack_overrun print_ptr malloc block_copy hello hanoi_overrun_tainted hanoi_overrun_taintedenv memcpy cmd_args_005
all
:
env_check hanoi hanoi_overrun hanoi_heap_overrun hanoi_stack_overrun print_ptr malloc block_copy hello hanoi_overrun_tainted hanoi_overrun_taintedenv memcpy cmd_args_005
dumbledore dumbledore_cmd
...
@@ -173,7 +173,8 @@ dumbledore_cmd: dumbledore_cmd.o ${STRATA}/lib/x86_linux/libstrata_normal.a .PHO
...
@@ -173,7 +173,8 @@ dumbledore_cmd: dumbledore_cmd.o ${STRATA}/lib/x86_linux/libstrata_normal.a .PHO
.PHONY
:
env_check
.PHONY
:
env_check
.c.o
:
.c.o
:
$(
CC
)
-O3
-fomit-frame-pointer
$<
-c
#
$(
CC
)
-O3
-fomit-frame-pointer
$<
-c
$(
CC
)
$<
-c
.cpp.o
:
.cpp.o
:
$(
CXX
)
-O3
$<
-c
$(
CXX
)
-O3
$<
-c
...
...
This diff is collapsed.
Click to expand it.
tools/do_concolic.sh
+
1
−
1
View file @
db9297cf
...
@@ -39,7 +39,7 @@ for i in `ipcs -q|grep $whoami |cut -d" " -f 2`;
...
@@ -39,7 +39,7 @@ for i in `ipcs -q|grep $whoami |cut -d" " -f 2`;
do
do
ipcrm
-q
$i
ipcrm
-q
$i
done
done
STRATA_GRACE
=
1 controller
$extra_args
--start
$start_ea
--stop
$stop_ea
$strata_exe
--symbols
$sym
STRATA_GRACE
=
1 controller
$extra_args
--start
$start_ea
--stop
$stop_ea
--symbols
$sym
$strata_exe
echo
cleaning up
echo
cleaning up
killall
-q
controller
killall
-q
controller
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment