|
Re: Tecchical question about OOVPA finding and SDK versions
I personally haven't looked at the Cxbx source at all. But linked libraries don't actually end up at fixed values, so you can't identify these functions by their addresses. The number of arguments passed is available, but this isn't enough information to deduce very much.
The best technique (well, only technique) I know of for matching functions is to analyze some or all of the actual binary content of the compiled function itself in the code to see if it matches with an existing function (this could get a little slow, but none of it is real time so...). I've been kinda waiting for an official response regarding this myself, because I'm too intimidated to look at the source (I have an aversion to other people's source code >_<)
- Exo
|