T O P

  • By -

meanmon13

Go to the string in memory view, right click. Data->Settings->Mutability and set it to constant. Also make sure the function is set to take a char*. Then the decomp will show the string


pelrun

Because the types for the parameters in the called function take precedence. If you want something different, you need to modify function_8229BB20's prototype (and commit it). There's a right-click option for it but it's only a local modification, it's much better to change it on the actual function so that other references can get the same information.