StSchnell Posted December 22, 2008 Posted December 22, 2008 Hello community, dear Jon and AutoIt Team, I use the Win API function OutputDebugString and the program DebugView to follow the sequences of programming lines of a source code. This works for a lot of scenarios, but not for all. It is possible to control sequences of a program with a debugger which works with WinAPI function OutputDebugString. The debugger call a process with the flags DEBUG_PROCESS and DEBUG_ONLY_THIS_PROCESS. It controls with WaitForDebugEvent and analyze the event OUTPUT_DEBUG_STRING_EVENT. You see, no witchcraft. But after the start of the program AutoIt generate an error message: "It is a violation of the AutoIt EULA to attempt to reverse engineer this program." At first: AutoIt is a great tool and I do not want to reverse engineer AutoIt. But, is it possible, for the future, to disable this protection function? It can be a base for a single step debugger for AutoIt, which can be realized with AutoIt too. Thanks for an answer. Cheers Stefan Meet me at XING Visit my private homepage Visit my commercial homepage Look at my book inter alia about AutoIt and SAP
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now