well, to everyone who sent me pm, here is the modification to change the crc folder name in rexignator 1.4 (latest version that was working), remembering that it does not solve the problem and xigncode still detects the rexignator 1.4.
.text:10002850 sub esp, 68h
.text:10002853 mov eax, dword_1000F870
.text:10002858 push ebx
.text:10002859 mov [esp+68h], eax
.text:1000285D push ebp
.text:1000285E mov al, 43h ; 2nd "C"
.text:10002860 mov [esp+8], al
.text:10002864 mov [esp+0Ah], al ; 1st "C"
.text:10002868 push esi
.text:10002869 mov esi, [esp+78h]
.text:1000286D mov ebp, [esi]
.text:1000286F push edi
.text:10002870 mov byte ptr [esp+11h], 52h ; R (substitute for 42h "B")
.text:10002875 mov byte ptr [esp+13h], 5Ch ; "/"
.text:1000287A mov byte ptr [esp+14h], 0
.text:1000287F xor eax, eax
.text:10002881 mov ecx, 17h
.text:10002886 lea edi, [esp+15h]
.rdata:1000C798 aCrc db 'CRC',0 ; DATA XREF: .text:10002C89o ; edit to "CBC"
.rdata:1000C79C aCreatingCrcDir db 'Creating CRC directory...',0
I used winhex to make changes.