File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,17 @@ Well you've come to the right place to run a scripting language at `DPC_LEVEL`!
25
25
26
26
## Supports:
27
27
- Structured exception handling
28
- - Automatic exporting of entire kernel binaries
29
28
- Garbage collected temporaries
29
+ - UNICODE_STRING/ANSI_STRING via ` unicode_string(str) and ansi_string(str) `
30
+ - Automatic importing of entire kernel images
30
31
31
32
## Under development:
32
33
- File importing via UM console
33
34
- Symbol parsing for internal functions and structure declarations
34
35
- Lua to C callback wrapping
35
36
- Multi-thread support
36
37
- 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!
You can’t perform that action at this time.
0 commit comments