Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/S3N4T0R-0X0/PixelCode-Attack
/ functions
Functions
43 in github.com/S3N4T0R-0X0/PixelCode-Attack
⨍
Functions
43
◇
Types & classes
3
↓ 16 callers
Function
Multiply
payload.cpp:426
↓ 14 callers
Function
xtime
payload.cpp:400
↓ 10 callers
Method
encrypt
payload.cpp:809
↓ 10 callers
Function
send_data
payload.cpp:835
↓ 7 callers
Function
string_to_vector
payload.cpp:864
↓ 5 callers
Function
AddRoundKey
This function adds the round key to state. The round key is added to the state by an XOR function.
payload.cpp:343
↓ 3 callers
Function
Cipher
Cipher is the main function that encrypts the PlainText.
payload.cpp:519
↓ 2 callers
Function
AES_ctx_set_iv
payload.cpp:335
↓ 2 callers
Function
InvCipher
payload.cpp:545
↓ 2 callers
Function
KeyExpansion
This function produces Nb(Nr+1) round keys. The round keys are used in each round to decrypt the states.
payload.cpp:252
↓ 2 callers
Function
XorWithIv
payload.cpp:598
↓ 2 callers
Function
recv_all
payload.cpp:846
↓ 2 callers
Function
wstr_to_utf8
Loader.cpp:16
↓ 1 callers
Function
AES_CBC_decrypt_buffer
payload.cpp:622
↓ 1 callers
Function
AES_CBC_encrypt_buffer
payload.cpp:607
↓ 1 callers
Function
AES_init_ctx
payload.cpp:325
↓ 1 callers
Function
InvMixColumns
MixColumns function mixes the columns of the state matrix. The method used to multiply may be difficult to understand for the inexperienced. Please us
payload.cpp:456
↓ 1 callers
Function
InvShiftRows
payload.cpp:489
↓ 1 callers
Function
InvSubBytes
The SubBytes Function Substitutes the values in the state matrix with values in an S-box.
payload.cpp:477
↓ 1 callers
Function
MixColumns
MixColumns function mixes the columns of the state matrix
payload.cpp:406
↓ 1 callers
Function
ShiftRows
The ShiftRows() function shifts the rows in the state to the left. Each row is shifted with different offset. Offset = Row number. So the first row is
payload.cpp:372
↓ 1 callers
Function
SubBytes
The SubBytes Function Substitutes the values in the state matrix with values in an S-box.
payload.cpp:357
↓ 1 callers
Function
bits_to_file
(bits, output_file)
Stager_PixelCode_To_Payload.py:27
↓ 1 callers
Method
decrypt
payload.cpp:822
↓ 1 callers
Function
download_file
Loader.cpp:24
↓ 1 callers
Function
execute_command
payload.cpp:871
↓ 1 callers
Function
file_to_video
(input_file, width=1920, height=1080, pixel_size=4, fps=24)
Payload_To_PixelCode_video.py:7
↓ 1 callers
Function
frames_to_bits_auto
(frames)
Stager_PixelCode_To_Payload.py:8
↓ 1 callers
Function
recv_data
payload.cpp:857
↓ 1 callers
Function
run_embedded_exe
Loader.cpp:72
↓ 1 callers
Function
video_to_exe
(video_path, output_name="Final_Result.exe")
Stager_PixelCode_To_Payload.py:41
Method
AESCipherTCP
payload.cpp:801
Function
AES_CTR_xcrypt_buffer
Symmetrical operation: same function for encrypting as for decrypting. Note any IV/nonce should never be reused with the same key */
payload.cpp:644
Function
AES_ECB_decrypt
payload.cpp:582
Function
AES_ECB_encrypt
payload.cpp:576
Function
AES_init_ctx_iv
payload.cpp:330
Method
decode
payload.cpp:734
Method
encode
payload.cpp:692
Method
is_base64
payload.cpp:687
Function
main
payload.cpp:1000
Method
pad
payload.cpp:786
Method
unpad
payload.cpp:793
Function
wmain
Loader.cpp:120