-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotector.html
572 lines (461 loc) · 15.6 KB
/
protector.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<!DOCTYPE html>
<head>
<title>VxLang-Project</title>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="icon" href="https://vxlang.github.io/image/web-icon.ico">
<style>
<!-- -->
.fade-in-header-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 25px; /* 폰트 크기 설정 */
color: #383838; /* 폰트 색상을 회색으로 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-sub-header-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 17px; /* 폰트 크기 설정 */
color: #383838; /* 폰트 색상을 회색으로 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-footer-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 13px; /* 폰트 크기 설정 */
color: #383838; /* 폰트 색상을 회색으로 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-body-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 15px; /* 폰트 크기 설정 */
color: #383838; /* 폰트 색상을 회색으로 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-image-gif-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 17px; /* 폰트 크기 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-image-gif-div img {
max-width: 50%; /* 이미지의 최대 너비를 부모 요소에 맞게 설정 */
max-height: 50%; /* 이미지의 최대 높이를 부모 요소에 맞게 설정 */
display: block; /* 이미지를 블록 요소로 설정하여 가로 중앙 정렬 */
margin: 0 auto; /* 가로 중앙 정렬을 위한 자동 마진 설정 */
}
.fade-in-image-title-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 17px; /* 폰트 크기 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-image-title-div img {
max-width: 30%; /* 이미지의 최대 너비를 부모 요소에 맞게 설정 */
max-height: 30%; /* 이미지의 최대 높이를 부모 요소에 맞게 설정 */
display: block; /* 이미지를 블록 요소로 설정하여 가로 중앙 정렬 */
margin: 0 auto; /* 가로 중앙 정렬을 위한 자동 마진 설정 */
}
.fade-in-image-50p-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 17px; /* 폰트 크기 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-image-50p-div img {
max-width: 50%; /* 이미지의 최대 너비를 부모 요소에 맞게 설정 */
max-height: 50%; /* 이미지의 최대 높이를 부모 요소에 맞게 설정 */
display: block; /* 이미지를 블록 요소로 설정하여 가로 중앙 정렬 */
margin: 0 auto; /* 가로 중앙 정렬을 위한 자동 마진 설정 */
}
.fade-in-image-img-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 17px; /* 폰트 크기 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-image-img-div img {
max-width: 13%; /* 이미지의 최대 너비를 부모 요소에 맞게 설정 */
max-height: 13%; /* 이미지의 최대 높이를 부모 요소에 맞게 설정 */
display: block; /* 이미지를 블록 요소로 설정하여 가로 중앙 정렬 */
margin: 0 auto; /* 가로 중앙 정렬을 위한 자동 마진 설정 */
}
.fade-in-title-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 17px; /* 폰트 크기 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-sub-title-div {
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 17px; /* 폰트 크기 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-contents-div {
margin-right: 50px;
margin-left: 50px;
text-align: center; /* 텍스트 가운데 정렬 */
opacity: 0; /* 초기에는 투명합니다. */
font-size: 17px; /* 폰트 크기 설정 */
animation: fade-in 2s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
.fade-in-contents-div p {
margin-right: 200px;
margin-left: 200px;
text-align: left;
/*font-family: Arial, sans-serif;*/ /* 글꼴 설정 */
font-size: 16px; /* 글자 크기 설정 */
}
<!-- -->
@keyframes fade-in {
0% {
opacity: 0; /* 시작 시 투명합니다. */
}
100% {
opacity: 1; /* 끝나면 완전히 표시됩니다. */
}
}
<!-- -->
.border-main-div {
border: 1px solid black;
transform-origin: center;
opacity: 0;
animation: border-expand 2s ease-in-out forwards;
animation-delay: 1s;
margin-right: 150px;
margin-left: 150px;
}
.border-menu-div {
border: 1px solid black;
transform-origin: center;
opacity: 0;
animation: border-expand 2s ease-in-out forwards;
animation-delay: 1s;
margin-right: 250px;
margin-left: 250px;
}
.border-sub-menu-div {
border: 1px solid black;
transform-origin: center;
opacity: 0;
animation: border-expand 1s ease-in-out forwards;
animation-delay: 0.2s;
margin-right: 350px;
margin-left: 350px;
}
.border-sub-div {
border: 1px solid black;
transform-origin: center;
opacity: 0;
animation: border-expand 2s ease-in-out forwards;
animation-delay: 1s;
margin-right: 450px;
margin-left: 450px;
}
@keyframes border-expand {
0% {
transform: scaleX(0);
opacity: 0;
}
100% {
transform: scaleX(1);
opacity: 0.2;
}
}
<!-- -->
.shining-text {
color: #000;
transition: text-shadow 0.3s ease-in-out;
text-decoration: none;
}
.shining-text:hover {
text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
<!-- -->
/* 서브 메뉴를 숨김 */
.submenu {
display: none;
opacity: 0; /* 초기에는 투명합니다. */
animation: fade-in-submenu 0.5s ease-in-out forwards; /* 페이드 인 애니메이션 적용 */
}
/* 메뉴에 호버 시 서브 메뉴를 나타나게 함 */
.menu-item:hover .submenu {
display: block;
}
@keyframes fade-in-submenu {
0% {
opacity: 0; /* 시작 시 투명합니다. */
}
100% {
opacity: 1; /* 끝나면 완전히 표시됩니다. */
}
}
<!-- -->
body {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
background-color: #f5f5f5;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3576297577641849"
crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B0LEN7ZMS3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B0LEN7ZMS3');
</script>
<!-- HEADER -->
<div class="fade-in-header-div">
<p><b>Virtual Machine x Intermediate Language Project</b></p>
</div>
<div class="border-main-div"></div>
<div class="border-main-div"></div>
<div class="menu-item fade-in-sub-header-div">
<p>
<a href="https://vxlang.github.io" class="shining-text">Overview</a>
/
<a href="#" class="shining-text">Document</a>
/
<a href="https://vxlang.github.io/download.html" class="shining-text">Download</a>
/
<a href="#" class="shining-text">About</a>
</p>
<!-- 서브 메뉴 -->
<ul class="submenu">
<div class="border-sub-menu-div"></div>
<p></p>
<a href="https://vxlang.github.io/protector.html" class="shining-text">Protector</a>
/
<a href="#" class="shining-text">Obfuscator</a>
/
<a href="#" class="shining-text">Virtualizer</a>
</ul>
</div>
<div class="border-menu-div"></div>
<p></p>
</head>
<!-- HEADER -->
<body>
<div class="fade-in-title-div">
<b>: Protector</b>
</div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="fade-in-image-img-div">
<img id="img" src="https://vxlang.github.io/image/overview_1.PNG" />
</div>
<!-- -------------------------------------------------------- -->
<p></p>
<!-- -------------------------------------------------------- -->
<div class="fade-in-sub-title-div">
<b>VxLang Packer</b>
</div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="border-sub-div"></div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="fade-in-contents-div">
<p>
<b>VxLang</b> supports packer functionality for user-mode modules <b>(*.EXE/*.DLL/.NET)</b>.
A packer is a structure that converts an executable to a VxLang file system at pack-time and restores it at run-time.
<br><br>
The packer engine provides Up to <b>seven extension modules</b> can be packaged simultaneously,
and they can act before the original restore, giving you full control over the packer through events
(e.g. adding detections, controlling detections, changing detection messages, etc.).
This allows you to easily and freely add more powerful features to develop specialized packers.
</p>
</div>
<!-- -------------------------------------------------------- -->
<p></p>
<!-- -------------------------------------------------------- -->
<div class="fade-in-sub-title-div">
<b>How to use VxLang Packer ?</b>
</div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="border-sub-div"></div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="fade-in-image-50p-div">
<img id="img" src="https://vxlang.github.io/image/options.PNG" />
</div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="fade-in-contents-div">
<p>
<b>VxLang's packer</b> is enabled by default.<br>
(To disable the packer, you must use the <b>`--disable-packer`</b> option.)
<br>
<br>
<b>Here's how to apply vxlang:</b><br>
vxlang.exe ${file-path}
<br>
<br>
<b>VxLang supports extension modules(add-on)</b> that can make packers special.
These are in the form of DLLs, converted to VxLang's own file format and enclosed.
</p>
</div>
<!-- -------------------------------------------------------- -->
<p></p>
<!-- -------------------------------------------------------- -->
<div class="fade-in-sub-title-div">
<b>VxLang Add-on Module</b>
</div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="border-sub-div"></div>
<!-- -------------------------------------------------------- -->
<p></p>
<!-- -------------------------------------------------------- -->
<div class="fade-in-contents-div">
<p>
The following describes how to write an add-on module.
VxLang's extension modules are developed as DLLs for ease of development.
(This is an extension of the packer shell code, not an actual DLL module.)
<br>
<br>
Extension modules are developed the same way as regular DLLs.
All events, callbacks, etc. will work the same.
(However, if you make a `static` reference, you will be referencing the original TLS object, so be careful with that).
The packer's state or <b>special events can be notified via DllMain</b>, so you can develop behaviors for the state.
<br>
<br>
The basic form of DllMain is shown below:
</p>
</div>
<div class="fade-in-image-50p-div">
<img id="img" src="https://vxlang.github.io/image/exts-1.PNG" />
</div>
<div class="fade-in-contents-div">
<p>
Each event represents the following meanings:
<br>
<b>VXLANG_LOAD_ADDON_EVENT</b> : <br>
- The event that is notified when the add-on module is loaded for the first time.
<br>
<b>VXLANG_START_EVENT</b> : <br>
- An event that is notified when the packer's source file is ready to run.
<br>
<b>VXLANG_TERMINATE_EVENT</b> : <br>
- The event that is notified when the packer is signaled to terminate.
<br>
(packing failure and add-on termination)
<br>
<br>
If the return value of DllMain is <b>`FALSE`</b>, the packer terminates the behavior and calls <b>`VXLANG_TERMINATE_EVENT`</b>.
<br>
<br>
These add-on modules can be applied via the <b>`vxlang.exe $src-path} --add-on ${dll-path}`</b> command.
<br>
<br>
These events will be added through updates.
</p>
</div>
<!-- -------------------------------------------------------- -->
<p></p>
<!-- -------------------------------------------------------- -->
<div class="fade-in-sub-title-div">
<b>Sample Add-on Module(Simple Anti-Debugging)</b>
</div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="border-sub-div"></div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="fade-in-contents-div">
<p>
This example add-on implements very simple anti-debugging and outputs a message box.
</p>
</div>
<div class="fade-in-image-50p-div">
<img id="img" src="https://vxlang.github.io/image/exts-2.PNG" />
</div>
<div class="fade-in-contents-div">
<p>
The behavior is as follows:
</p>
</div>
<div class="fade-in-image-gif-div">
<img src="https://vxlang.github.io/image/anti-debug-exts.gif" loop="infinite"/>
</div>
<!-- -------------------------------------------------------- -->
<p></p>
<!-- -------------------------------------------------------- -->
<div class="fade-in-sub-title-div">
<b>Anti-Temper Mode</b>
</div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="border-sub-div"></div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="fade-in-contents-div">
<p>
</p>
</div>
<!-- -------------------------------------------------------- -->
<p></p>
<!-- -------------------------------------------------------- -->
<div class="fade-in-sub-title-div">
<b>AXION-Mode</b>
</div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="border-sub-div"></div>
<!-- --- -->
<p></p>
<!-- --- -->
<div class="fade-in-contents-div">
<p>
</p>
</div>
<!-- -------------------------------------------------------- -->
<p></p>
<!-- -------------------------------------------------------- -->
</body>
<!-- FOOTER -->
<footer>
<p></p>
<div class="border-main-div"></div>
<div class="border-main-div"></div>
<div class="fade-in-footer-div">
<p>VxLang Project at 0x999h</p>
</div>
</footer>
</html>