Search found 6 matches

by JeeBently
Sat Dec 27, 2014 7:42 pm
Forum: Problems
Topic: .NET XmlSerializer issue
Replies: 4
Views: 17923

Re: .NET XmlSerializer issue

the mentioned solution
>“$(FrameworkSDKDir)\Bin\sgen”
will work in 80 to 90% of cases
the rest of the cases are not supported by that tool
PM me in a case you'll have that 10 to 20% of issues
That's doable by handcrafting the sgen itself :)
cheers to everybody and yeah, Happy NEW YEAR 2k15!!!
by JeeBently
Sat Dec 20, 2014 10:10 am
Forum: Problems
Topic: .NET XmlSerializer issue
Replies: 4
Views: 17923

Re: .NET XmlSerializer issue

Hi again
after hardwork & investigation I"ve found a working solution
generally speaking, theoretically you'll have this kind of issue (user complains) from time to time
We could make a deal regarding this subject, I could write a very nice and user friendly how-to
by JeeBently
Wed Dec 17, 2014 6:40 pm
Forum: Problems
Topic: Not all functions present in VM Function Selecting dialog
Replies: 4
Views: 18007

Re: Not all functions present in VM Function Selecting dialo

Thanks a lot
your info was helpful
good luck
by JeeBently
Wed Dec 17, 2014 6:39 pm
Forum: Problems
Topic: .NET XmlSerializer issue
Replies: 4
Views: 17923

.NET XmlSerializer issue

Hi
After I've protected the .net assembly, it runs fine on win7 x64, but it crashes with the error on Win XP SP3 x32:

As far as I understand, the .net demands to deserialize some types in runtime, so according to .net rules it creates temp files in temp dir and generates on the fly the so-called ...
by JeeBently
Wed Dec 10, 2014 5:39 pm
Forum: Problems
Topic: Not all functions present in VM Function Selecting dialog
Replies: 4
Views: 18007

Re: Not all functions present in VM Function Selecting dialo

Hi
thanks for power hint on .map file
tell me, what is the algorithm to look for it?
I've used procmon monitoring tool to figure out if enigma scans for any *.map
not it is not
but, when I've dropped my .map file (which has teh same name as my .exe) suddenly enigma found it......
wondering how ...
by JeeBently
Mon Dec 08, 2014 9:44 pm
Forum: Problems
Topic: Not all functions present in VM Function Selecting dialog
Replies: 4
Views: 18007

Not all functions present in VM Function Selecting dialog

Hi
I've got a tricky case (4.10 x32):
Not all functions present in VM Function Selecting dialog
the missed function is exported
are there any workaround to add my function by hands?
Thanks