Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catching Exception for 64 Bit Process #43

Open
debasishm89 opened this issue Jul 30, 2018 · 1 comment
Open

Catching Exception for 64 Bit Process #43

debasishm89 opened this issue Jul 30, 2018 · 1 comment
Labels

Comments

@debasishm89
Copy link

Hi,
Wanted to know if we catch Access Violation Exception for 64 bit process as the same way we do for 32 bit processes ?

def AVHandler(event): #self
	code = event.get_event_code()	
	if event.get_event_code() == win32.EXCEPTION_DEBUG_EVENT and event.is_last_chance():
		print event.get_event_code()
		print 'Crashed'

Above code seems missing some crashes for me.

Any help suggestion will be appreciated!

TIA,

@MarioVilas
Copy link
Owner

MarioVilas commented Aug 16, 2018 via email

@MarioVilas MarioVilas added the bug label Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants