[R] open DLL in R

Prof Brian Ripley ripley at stats.ox.ac.uk
Tue Aug 1 19:48:50 CEST 2006


On Tue, 1 Aug 2006, 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?

You need a disassembler such as VC++'s DUMPBIN, but looking at compiled 
code you did not write is not an easy task.  (Or objdump from the MinGW 
toolset.)

If only you want to know what entry points it exports, use pedump -e for 
the pedump.exe in tools.zip (see the R-admin manual).

What has this to do with R?

>    
>   Thanks,
>    
>   QL
> 
>  		
> ---------------------------------
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list