nuno

Results 7 comments of nuno

It's working for me in laravel 8. I just had to : In config/database.php, set mysql's 'strict' to false. ``` 'mysql' => [ ... 'strict' => false, ... ], ```...

nodejs implementation ``` const axiosConfig = { proxy: { host: 'localhost', port: 8888, // Replace with your proxy port protocol: 'http', // Change to 'http' for HTTP proxy // Optionally,...

Hello everyone, This issue appears to not have any progress since January, so I decided to contribute with my own rule. - https://github.com/komen205/capa-rules/commit/6654612523cb3c0ae4b95ddcc9d2ab9197af3f29 The field that I targeted is :...

Hello, Thanks for assigning the task to me. The following rules mentioned are already done and I don't think there's any need to modify them. sandboxie detection: https://github.com/mandiant/capa-rules/blob/1fee68e72e5da3cf05cbf349d8b4df13dcf47a85/anti-analysis/anti-av/check-for-sandbox-and-av-modules.yml#L23 md5: [new...

Hello, I'm not sure if this will be helpful in any way, but maybe identifying that the file is actually a Xamarin application could be quite useful. Since now it...

Used this in combination with `setenforce 0` and worked https://github.com/frida/frida/issues/2958#issuecomment-2329917110 It happened with frida version 17.5 using Pixel 6a API 33 emulator in android studio.