nt-load-order-gui

Crates.iont-load-order-gui
lib.rsnt-load-order-gui
version0.1.0
created_at2025-01-26 08:08:17.597808+00
updated_at2025-01-26 08:08:17.597808+00
descriptionA Win32 GUI application for nt-load-order to determine the driver load order of a Windows system
homepagehttps://github.com/ColinFinck/nt-load-order
repositoryhttps://github.com/ColinFinck/nt-load-order
max_upload_size
id1531161
size129,739
Colin Finck (ColinFinck)

documentation

https://docs.rs/nt-load-order

README

nt-load-order Rust crate

crates.io docs.rs license: MIT OR Apache-2.0

by Colin Finck <colin@reactos.org>

A library along with a Win32 GUI application to determine the driver load order of a Windows system.

nt-load-order can be used to analyze either the current operating system or any target system root directory. The latter step even works on non-Windows platforms (leveraging my platform-independent nt-hive crate).

This project is closely related to my two-part blog series on WinDbg fundamentals, the Windows driver load order, and the nt-load-order crate:

nt-load-order-gui

nt-load-order-gui screenshot

nt-load-order-gui is the Win32 GUI example application to demonstrate all features of the nt-load-order library.

You can freely turn on and off any step in the creation of the boot driver load order and find out why a certain driver got its position in the list.

nt-load-order-gui can be obtained via:

cargo install nt-load-order-gui

License

This crate is licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 4

cargo fmt