Giovanni

Results 538 comments of Giovanni

because you can (don't ask me why) give env vars with special meanings outside of rz-run. for example `XXX=@foo@ rizin -d /bin/ls` and `@foo@` gets substituted with whatever is set...

that is a good point, now the issue is that even if we wanted to implement that, we would need to have a NUMA system (which we don't).

just run the build from the cmd prompt or powershell.

https://github.com/rizinorg/cutter/issues/3286#issuecomment-1973444166 As per cutter thread, this works but numa support requires some better implementation of the multhreading code, which we cannot right now implement.

the issue mentioned above is that in order to use all the numa capabilities, we need a more numa-friendly code, which requires specific malloc etc.. on windows. we don't have...

yes, but the issue is related on how rizin works. we do not have a centralized `malloc` function.

the error that you see is generated by `pkg-config` here https://github.com/wargio/naxsi/blob/e1d060737378f2acd9ab09e6d6789b3f41afe1d6/naxsi_src/config#L27 I see many users getting confused by this and i will probably try to hide it in the next...

can you provide the error you get? Be sure to follow the instructions: https://github.com/wargio/naxsi?tab=readme-ov-file#build-naxsi Example of configuration: https://github.com/wargio/naxsi/blob/main/docs/naxsi-setup.md#example-configuration

See also https://github.com/wargio/naxsi/issues/134#issuecomment-2041120247