Relative Content

Tag Archive for multithreadingexceptionaccess-violationfrida

issues with threads when using frida-tools to attach code

I have the following frida javascript code, which find code caves for data and code then make sure that the code segment is rwx and at address 4012A5 patches a messagebox with a jump to a codecave code place and then jump back to the original code. The application has four threads, the script run fine up to the point that give access violation, I will include all the relevant code and output.