[R] open DLL in R
Duncan Murdoch
murdoch at stats.uwo.ca
Tue Aug 1 19:39:41 CEST 2006
On 8/1/2006 1:01 PM, qian li wrote:
> I have downloaded a DLL file. I want to look at the contents in the DLL file. How can I do it in R?
As far as I know R has no tools to do that other than readBin, which
will just show you a bunch of meaningless bytes.
If you're on Windows, the MinGW compiler used to build R and packages
includes objdump and dlltool which can display DLL contents in a human
readable format.
Duncan Murdoch
More information about the R-help
mailing list