diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 15:27:53 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 15:27:53 +0200 |
| commit | aec7d6480be79bb32c9937ff06ec38baff89e344 (patch) | |
| tree | f7959db398e1a6f78259a6e73c01097ec29da6d6 /core/debug/pe | |
| parent | 153b0de4206773956d0402c880de2ff5254947e4 (diff) | |
Package lines for base32, move its tests to tests"
Diffstat (limited to 'core/debug/pe')
| -rw-r--r-- | core/debug/pe/doc.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/debug/pe/doc.odin b/core/debug/pe/doc.odin new file mode 100644 index 000000000..7fc32b030 --- /dev/null +++ b/core/debug/pe/doc.odin @@ -0,0 +1,2 @@ +// package pe implements a reader for the PE executable format for debug purposes +package debug_pe
\ No newline at end of file |