File: test.rs

package info (click to toggle)
rust-yaxpeax-x86 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,684 kB
  • sloc: makefile: 13
file content (6 lines) | stat: -rw-r--r-- 104 bytes parent folder | download
1
2
3
4
5
6
extern crate yaxpeax_arch;
extern crate yaxpeax_x86;

mod long_mode;
mod protected_mode;
mod real_mode;