Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

View Fortran DLL content

Ashanti__Bobo
Beginner
445 Views

Hi

I have a Fortran DLL file that I use for multibody dynamics simulations. 

I need to open this DLL file and tune some parameters. However, I do not have the original source code. 

Can someone show me how to open a compiled  DLL file?

Thank you

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
445 Views

You can't - sorry. The DLL is a complex series of machine instructions that carry out what the original source code told it to. You have to find the original source, make the changes you want, and rebuild the DLL.

View solution in original post

0 Kudos
3 Replies
Steve_Lionel
Honored Contributor III
446 Views

You can't - sorry. The DLL is a complex series of machine instructions that carry out what the original source code told it to. You have to find the original source, make the changes you want, and rebuild the DLL.

0 Kudos
JohnNichols
Valued Contributor III
444 Views

A lot of the original multi body problems coded in Fortran are present on the web, it depends on the method used. 

If you know the method you can probably find the code

So is it Runge Kutta Nystrom etc... 

0 Kudos
Ashanti__Bobo
Beginner
445 Views

Thank you all for your response.

0 Kudos
Reply