Skip to content

Commit d876b5e

Browse files
committed
chore: README update
1 parent 0663a98 commit d876b5e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,22 @@ $ native-image \
9696
$ build/native/nativeCompile/native-image-playground -XX:HeapDumpPath=$HOME/heapdump.hprof
9797
```
9898

99-
- Object/Shared Lib Details
100-
101-
```bash
102-
# Show shared libs (MacOS)
103-
$ otool -L build/native/nativeCompile/native-image-playground
104-
105-
# Show shared libs (Linux)
106-
$ ldd build/native/nativeCompile/native-image-playground
107-
$ objdump -p build/native/nativeCompile/native-image-playground | grep NEEDED
108-
$ libtree -v build/native/nativeCompile/native-image-playground
109-
110-
# SVM details
111-
$ strings -a build/native/nativeCompile/native-image-playground | grep -i com.oracle.svm.core.VM
112-
# Show all bundled CA Certs
113-
$ strings -a build/native/nativeCompile/native-image-playground | grep -i "cn="
114-
```
99+
- Object/Shared Lib Details
100+
101+
```bash
102+
# Show shared libs (MacOS)
103+
$ otool -L build/native/nativeCompile/native-image-playground
104+
105+
# Show shared libs (Linux)
106+
$ ldd build/native/nativeCompile/native-image-playground
107+
$ objdump -p build/native/nativeCompile/native-image-playground | grep NEEDED
108+
$ libtree -v build/native/nativeCompile/native-image-playground
109+
110+
# SVM details
111+
$ strings -a build/native/nativeCompile/native-image-playground | grep -i com.oracle.svm.core.VM
112+
# Show all bundled CA Certs
113+
$ strings -a build/native/nativeCompile/native-image-playground | grep -i "cn="
114+
```
115115

116116
- [Mach-O Format Viewer](https://github.com/horsicq/XMachOViewer)
117117

0 commit comments

Comments
 (0)