Skip to content

Commit fdaa538

Browse files
authored
Update README.md
1 parent fb6839f commit fdaa538

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ Well you've come to the right place to run a scripting language at `DPC_LEVEL`!
2525

2626
## Supports:
2727
- Structured exception handling
28-
- Automatic exporting of entire kernel binaries
2928
- Garbage collected temporaries
29+
- UNICODE_STRING/ANSI_STRING via `unicode_string(str) and ansi_string(str)`
30+
- Automatic importing of entire kernel images
3031

3132
## Under development:
3233
- File importing via UM console
3334
- Symbol parsing for internal functions and structure declarations
3435
- Lua to C callback wrapping
3536
- Multi-thread support
3637
- HIGH_LEVEL IRQL support
37-
- Other fun stuff you are considering to contribute.
38+
- Other fun stuff you are considering to contribute.
39+
40+
----------
41+
## If you have any useful scripts, feel free to send a PR to include it in the Repo under /scripts!

0 commit comments

Comments
 (0)