File tree Expand file tree Collapse file tree 3 files changed +509
-280
lines changed
src/main/resources/META-INF/native-image Expand file tree Collapse file tree 3 files changed +509
-280
lines changed Original file line number Diff line number Diff line change @@ -96,21 +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- # Show shared libs (Linux)
105- $ ldd build/native/nativeCompile/native-image-playground
106- $ objdump -p build/native/nativeCompile/native-image-playground | grep NEEDED
107-
108- # SVM details
109- $ strings -a build/native/nativeCompile/native-image-playground | grep -i com.oracle.svm.core.VM
110-
111- # Show all bundled CA Certs
112- $ strings -a build/native/nativeCompile/native-image-playground | grep -i " cn="
113- ```
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+ ```
114115
115116- [Mach-O Format Viewer](https://github.com/horsicq/XMachOViewer)
116117
You can’t perform that action at this time.
0 commit comments