Skip to content

Commit

Permalink
Add step readelf -a magic.so
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 15, 2024
1 parent f586d8e commit 6966156
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ jobs:
- name: objdump -D magic.so
run: objdump -D magic.so

- name: readelf -a magic.so
run: readelf -a magic.so

- name: Compile magic_main.c
# -rdynamic allows magic.dylib to call functions from magic_main.c
run: clang magic_main.c -o magic_main -g -fsanitize=address,undefined -rdynamic
Expand Down

0 comments on commit 6966156

Please sign in to comment.