This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
867fc1e3fc
factor
/
vm
/
safeseh.asm
6 lines
79 B
NASM
Raw
Normal View
History
Unescape
Escape
Safe SEH is better than abstinence
2010-04-05 15:49:32 -04:00
.386
.model
flat
vm/safeseh.asm: make exception_handler proto declaration explicitly "proto c" so linking works properly with VS 2010 (reported by Doug Coleman)
2010-06-24 16:19:02 -04:00
exception_handler
proto
c
Safe SEH is better than abstinence
2010-04-05 15:49:32 -04:00
.safeseh
exception_handler
end