add exception management to avoid errors when process is not launched#9
add exception management to avoid errors when process is not launched#9davidgfb wants to merge 3 commits intodanielkrupinski:masterfrom
Conversation
zlataovce
left a comment
There was a problem hiding this comment.
Don't use bare except, it catches all exceptions and makes debugging impossible. Also see my comment on the previous pull request.
zlataovce
left a comment
There was a problem hiding this comment.
Please stick to the PEP8 style guide.
E231 missing whitespace after ‘,’
|
Also as I said in the previous pull request, no need to download specifically Python 3.9. Important Run CS:GO before running this script. You will need to run this script with administrator privileges. |
zlataovce
left a comment
There was a problem hiding this comment.
address = clientLpBaseOfDll + search(rb'\x83\xF8.\x8B\x45\x08\x0F',
You have a mistake at line 13, it needs to be client.lpBaseofDll not clientLpBaseOfDll.
No description provided.