Skip to content

Fake replacement VBA code not appearing in Editor #46

@evandrix

Description

@evandrix

I'm trying to hide the actual code in P-Code, and show a fake VBA code in the Editor, on Excel 365.

For some reason, this byte

version[0] = 0xB2;
is 0xB5, not 0xB2, on my copy.

  • using 0xB2 in my target environment crashes Excel with VBA errors
  • using 0xB5 shows the actual code in the Editor

Wondering if anyone has come across such a situation before?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions