Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Flexlnet 11.5 target (https://forum.exetools.com/showthread.php?t=16766)

rcer 04-21-2015 07:58

Ketan,

Thanks for this usefull info, but this target is .NET, and only the flexlm routines are machine code, and I don't have a clue how to debug NET.

Git 04-21-2015 17:37

.NET program will often call FlexLM functions in an ordinary DLL.

Git

N0P 04-21-2015 17:53

Quote:

Originally Posted by rcer (Post 99173)
Ketan,

Thanks for this usefull info, but this target is .NET, and only the flexlm routines are machine code, and I don't have a clue how to debug NET.

use visual studio + reflector plugin ;)

uranus64 04-21-2015 19:30

Also this tool is interesting for .NET "spy".

rcer 04-21-2015 21:27

Git,

This is also the case with this target, but I don't have a clue how to debug a NET executable with VS & reflector:)

ketan 04-22-2015 07:11

I'm pretty much sure flexnet api is either in the same binary PE section or in external dll.

Very simple way to get it debugged is patch any api call found (lc_new_job e.g) to int 3 and let system debugger catch it.

@nikkapedd - made my 1st flex target almost 20yrs ago, thanks you for insights though :-)

Git 04-22-2015 16:43

I am suggesting you debug the DLL if it is as I think. You could even debug both .NET program and normal DLL at the same time using reflector for the .NET and IDA for the DLL.

Git

rcer 04-23-2015 08:42

O.K. Looks like I will have to learn NET, and how to use reflector for debugging:)

Does anybody have a good tutorial about debugging an executable with refector?

rgds

wilson bibe 04-23-2015 16:47

Reflector is not the right tool to debug an net assembly, you can try the Dile or IlSpy to do this.

nathan 06-26-2015 21:23

May be a stupid question: do you have a sample valid license file ? My guess is that you a re missing one of those strings that may be forced to be mandatory (NOTICE=, VENDOR_STRING=, ert ...)

Mpower04 11-24-2015 15:49

Tracing .NET
 
Rcer-
Take a look at this post for debugging with .NET. I saw your post and reminded me of myself a few years back...

http://forum.exetools.com/showthread.php?t=8459

obfuscator 12-17-2015 17:14

is there any unpacker for flexnet packed exe ? or have to manually unpack the target


All times are GMT +8. The time now is 17:36.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX