index
:
fobfuscate
main
Highly optimized file obfuscator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-06
Use inline assembly
Ian Moffett
2024-04-05
Remove tabs
Ian Moffett
2024-02-16
Fix typo
Ian Moffett
2024-02-16
Fix read_file() bug
Ian Moffett
2024-02-16
Add AVX support
Ian Moffett
2024-02-16
Add .gitignore
Ian Moffett
2024-02-16
sse_accel.h -> accel.h
Ian Moffett
2024-02-16
Remove redundant shift
Ian Moffett
2024-02-16
Update copyright
Ian Moffett
2023-10-20
Ensure cpuid macro is only defined on AMD64
sigsegv7
2023-09-30
Add missing include
sigsegv7
2023-09-18
cleanup comments
sigsegv7
2023-09-18
Add additional information to comment
sigsegv7
2023-09-18
cleanup formatting
sigsegv7
2023-09-18
Fix register mismatch
sigsegv7
2023-09-18
Fix overflow issue + odd behaviour
sigsegv7
2023-09-18
Shift step left by 1 if SSE is supported
sigsegv7
2023-09-18
Add naked attribute to accel_invert128() decl
sigsegv7
2023-09-18
Optimize with SSE2/SSE3 and 128 bit inversions
sigsegv7
2023-09-17
Remove useless function
sigsegv7
2023-09-17
Ensure little endian
sigsegv7
2023-09-17
Remove problematic line within flip_block() macro
sigsegv7
2023-09-17
Add license
sigsegv7
2023-09-17
Optimize step decrementation logic
sigsegv7
2023-09-17
Initial commit
sigsegv7