Skip to content

[PROJECT] Check methods of "LowLevelMemory" regarding possible older compilers #91

@TheRedDaemon

Description

@TheRedDaemon

After trying another method again, the patterns still barely match.
My last try was 0x0046AE50 (copyStringUntilFirstDot).
It could still be possible they used very unusual loop forms or techniques, or simply structures I do not think of. But the only way I found so far for re-creating the match was using inline assembly for the whole function body, which properly formed the prolog and epilog to what is was.


We have to consider that older compilers or libraries may be involved. The may have used an older static support library in the exe.
So part of this issue would be testing one or two of the smaller "LowLevelMemory" functions with older compilers and checking if one gets better results.


An attempt with MSVC7.00 failed completely, since only 7.10 somewhat fixed the template support.

Therefore, tests need to be performed on a very small scale, maybe the resolvers can be excluded for these test from the header, to still keep the ENV.
Also, note that MSVC1400 is also mentioned in the CMakeLists.txt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions