File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 55
66## Features
77
8- * Easy to Create a non-exe Loader to Avoid Anti-Virus Detection
8+ * Easy to Create a non-exe Loader to avoid Anti-Virus Detection
99* Easy to Define Patching Patterns under the JSON File Format
1010* Easy to Modify Patching Information (Target, Pattern, etc)
1111* Support both PE 32-bit & 64-bit
12- * Do Not Need ` Save Project ` like dUP for later (Modify Direct the Created Loader for Updating )
12+ * Modify direct the created Loader for updating (do not need to ` Save Project ` for maintenance )
1313* Create Loader as
1414 - [X] Windows Shortcut .LNK
1515 - [X] Internet Shortcut .URL
@@ -83,17 +83,19 @@ Released under the [MIT](LICENSE.md) license
8383
8484## Examples
8585
86- > * Take a look at the [ test] ( QLoader/test ) * folder
86+ <details >
87+ <summary >Screenshots</summary >
8788
88- > Sublime Text 4 (4107 - 64-bit)
89- >
90- > ![ ] ( QLoader/screenshots/sublime_text_4.png? )
89+ > [ Sublime Text 4 (4107 - 64-bit) ] ( https://github.com/vic4key/QLoader/blob/master/QLoader/test/sublime%20text%204.json )
90+ >
91+ > ![ ] ( QLoader/screenshots/sublime_text_4.png? )
9192
92- > Cute Video Converter (32-bit application)
93- >
94- > ![ ] ( QLoader/screenshots/cute_video_converter.png? )
93+ > [ Cute Video Converter (32-bit application)] ( https://github.com/vic4key/QLoader/blob/master/QLoader/test/cute%20video%20converter.json )
94+ >
95+ > ![ ] ( QLoader/screenshots/cute_video_converter.png? )
96+ </details>
9597
96- > Etc
98+ > * Take a look at the [ test ] ( QLoader/test ) * folder to see more examples
9799
98100## Development
99101
You can’t perform that action at this time.
0 commit comments