File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments