PPPwn_cpp icon indicating copy to clipboard operation
PPPwn_cpp copied to clipboard

Return different exit code depending on success

Open marco-calautti opened this issue 1 year ago • 1 comments

Currently, regardless if the exploit fails or succedees, the executable returns 0 as exit code. It would be useful to return a non-zero exit code in case of failure.

marco-calautti avatar May 12 '24 12:05 marco-calautti

Thanks for the suggestion, done by: https://github.com/xfangfang/PPPwn_cpp/commit/89158dc9eaf9c158d27ebda1c141882b3386d7f0

xfangfang avatar May 12 '24 12:05 xfangfang