r42fr Posted February 9, 2013 Posted February 9, 2013 What is basethreadinitthunk?I dont find it on msdn.
deepzero Posted February 9, 2013 Posted February 9, 2013 An initialization function run during initialization/creation of a new thread.This is the function that will call the start address of your thread, which means 1) you are likely to find its address somewhere on the stack of a newly created thread.2) it's a nice function to breakpoint if you want to break in newly created threads.
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