Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nx Journaling - Decompile DLL to VB code

Status
Not open for further replies.

Kumaresh_07

Automotive
Joined
Jul 21, 2019
Messages
14
Location
IN
Hi all,

Unfortunately, I had missed my vb file. But I have corresponding dll file of that code.
Is there anyway to extract source code from dll file?
 
There are decompilers you can find on the web. Nothing in NX

Ronald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2

Building new PLM environment from Scratch using NX12 / TC11
 
Thanks for your Info NutAce.
I couldn't find any decompilers (dll to vb) on web. please let me know , If you know any decompiler softwares.

Thanks in advance,
Kumaresh.
 
You can actually start recording a Journal before executing the dll, and it will contain all Journal-compatible NXOpen calls in that particular execution path, i.e. no internal logic or branching. You won't get the original code back this way, but it could be a step in recreating it, especially if it is a relatively simple program.
 
Yes it works.
Thanks for your Info Bleaker.❤❤
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top