Update README.md

This commit is contained in:
tecel007 2021-03-15 16:54:26 +11:00 committed by GitHub
parent 3bc2c42add
commit d2a90ce5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ All script, net and sync events and natives are logged in csv format.
## Protections
- model crashes... -> can be blocked in the databitbuffer or by scanning the netsyncobject
- model crashes
- invalid owner
- invalid object id
- invaid object type - sending boat sync events to a car and also invalid object types on create
@ -26,10 +26,10 @@ All script, net and sync events and natives are logged in csv format.
- sync_buffer_read overflow and underflow
- invalid sync time
- garbage in the datbitbuffer
- exception catch all handling on all hooks
- bad datbitbuffer crash signatures
- bad script events
- flooding / bad net events
- structured exception handling on all hooks
- crash signatures in datbitbuffer
- bad script events / flooding
- bad net events / flooding
- can forcibly stop all session transitions by blocking "MainTransition"
## Menus