Search found 2 matches

by sjsteve33171
Mon Dec 19, 2011 12:30 am
Forum: Technical questions
Topic: Polymorphism?
Replies: 0
Views: 11619

Polymorphism?

Is there any ideas to make a polymorphism compiler? Im looking for something similar. This would make it a really difficult task to reverse software if code changes at every runtime, and something i'd definately purchase if able to. I've been playing trying to reverse my app and i can do pattern che...
by sjsteve33171
Fri Dec 17, 2010 1:48 pm
Forum: Technical questions
Topic: Marker issues
Replies: 7
Views: 22243

Re: Marker issues

Thanks to both of you it fixed my error of unmatched pairs.

One other way is to edit the properties of the project, expand C++, select Optimization and disable it from the top option. After that select Code Generation and disable the Buffer Security Check.

Everything works after that.