diff options
Diffstat (limited to 'dev/LibDebugger/src/NeKernelContractCLI.cc')
| -rw-r--r-- | dev/LibDebugger/src/NeKernelContractCLI.cc | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/dev/LibDebugger/src/NeKernelContractCLI.cc b/dev/LibDebugger/src/NeKernelContractCLI.cc index 1f05ff2..dddefda 100644 --- a/dev/LibDebugger/src/NeKernelContractCLI.cc +++ b/dev/LibDebugger/src/NeKernelContractCLI.cc @@ -20,16 +20,15 @@ using namespace LibDebugger::NeKernel; LIBCOMPILER_MODULE(DebuggerNeKernel) { - pfd::notify("Debugger Event", - "Kernel Debugger\n(C) 2025 Amlal El Mahrouss, all rights reserved."); - - if (argc >= 3 && std::string(argv[1]) == "-p" && argv[2] != nullptr) { - kPath = argv[2]; - kStdOut << "[+] Kernel image set to: " << kPath << "\n"; - } - - - return EXIT_SUCCESS; + pfd::notify("Debugger Event", + "Kernel Debugger\n(C) 2025 Amlal El Mahrouss, all rights reserved."); + + if (argc >= 3 && std::string(argv[1]) == "-p" && argv[2] != nullptr) { + kPath = argv[2]; + kStdOut << "[+] Kernel image set to: " << kPath << "\n"; + } + + return EXIT_SUCCESS; } -#endif // LD_NEKERNEL_DEBUGGER
\ No newline at end of file +#endif // LD_NEKERNEL_DEBUGGER
\ No newline at end of file |
