Skip to content

"luamake -mode release", build issue, but easy solution. #351

Description

@paulamlinder

In "3rd/frida_gum/gumpp/gumpp.hpp", there's are errors caused by not importing the "uint32_t" integer type from a C++11 header , causing issues when "uint32_t" is used.

I understand that perhaps that this issue may be a configuration issue, system specific or compiler/builder specific, and that the code lies on a different repository.

Perhaps fesily/gumpp should be forked or a different gumpp wrapper can be used.

In the mean time, I just put #include <cstdint> in "3rd/frida_gum/gumpp/gumpp.hpp", and everything compiles properly without issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions