mrcino
mrcino
I ran into the same problem as you. I think the version of libfrida-core.a you downloaded was compiled with a higher version of glibc, and the glibc on your machine...
To be precise, libffi uses ‘memfd_create’
As additional information: I have a UBO which has the following members in hlsl: ``` { float4x4 _1; // offset 0 float4 _2; // offset 64 float _3; // offset...
Sorry…I think I messed something up… I looked at a few failed test results and it seems like the test cases themselves need to be updated? Please confirm, thank you
> I think you need to see whether the changes caused to the tests are reasonable and if so, update them. Are you sure your code is correct though? It...