Skip to content

Commit

Permalink
test-agent: Re-enable monitor features
Browse files Browse the repository at this point in the history
They were previously disabled to avoid a bug on R^X systems, back when
Interceptor didn't correctly suspend threads.
  • Loading branch information
oleavr committed Mar 14, 2024
1 parent 8328d8b commit fbb962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-agent.vala
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ Interceptor.attach(Module.getExportByName('libsystem_kernel.dylib', 'open'), ()
injector_state = &s;
#endif

string agent_parameters = transport_address + "|exit-monitor:off|thread-suspend-monitor:off";
string agent_parameters = transport_address;

main_impl (agent_parameters, ref unload_policy, injector_state);

Expand Down

0 comments on commit fbb962b

Please sign in to comment.