Browse thread
Module dependencies of bytecode executables
- Samuel Mimram
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Samuel Mimram <samuel.mimram@e...> |
| Subject: | Module dependencies of bytecode executables |
Hi list, Is it somehow possible to extract the list of modules used by a bytecode executable? "ocamldumpobj a.out | grep SETGLOBAL" seems to be a good starting point but I don't know if it's reliable. Are the md5sums of the imported interfaces still available? Also, how can I determine which *.so will be dlopened by the executable? Thanks! Cheers, Samuel.