()
| 27 | } |
| 28 | |
| 29 | fn start_program() { |
| 30 | obfuscation_noise_macro!(); |
| 31 | #[cfg(feature = "debug")] |
| 32 | print_message("RSL started in debug mode."); |
| 33 | |
| 34 | #[cfg(feature = "veh_syscall")] |
| 35 | rust_veh_syscalls::initialize_hooks(); |
| 36 | } |
| 37 | |
| 38 | fn main() { |
| 39 | start_program(); |
no test coverage detected