nullschritt Posted December 12, 2012 Posted December 12, 2012 Hello, I have a program that works as a wrapper for other programs, see my post embedding dlls for more info on that, anyways. Currently I have no way of getting EOF/Overlay data (all data in an exe that is not the actual binary code), without this ability, many programs, including every autoit script, could not e wrapped with my program. I was wondering if there was a way to separate this info, or maybe get the length of the actual real binary and split the string at the place? I have tried binarylen() but it can be problematic with encrypted/encoded EOF data, it sometimes counts EOF data as binary.
Chance Posted December 12, 2012 Posted December 12, 2012 works I think.Not entirely sure if that's what you were looking for.
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