Skip to content

how to support libcef #409

Answered by ptitSeb
ifquant asked this question in Q&A
Sep 20, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The issue with libcef (and everything chrome based) is libtcmalloc that is staticaly linked in it. Those libs redirect malloc/free libc operators. This needs to be done before loading any libs, but cannot really be done in box64 case because of the wrapping of the libs.

I have started working on that, with two branches: malloc_override and embrace_malloc_override, trying 2 different strategies. For now, the malloc_override is the most promissing, so I suggest you start here.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ifquant
Comment options

Answer selected by ifquant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants