elf-in-memory-exec icon indicating copy to clipboard operation
elf-in-memory-exec copied to clipboard

Little code improvements

Open Lampe2020 opened this issue 1 year ago • 0 comments

→ Changed loop in createFd() to generator expression
→ Replace str.format() calls with f-strings
→ Replace double quotes with single quotes
→ Change printed messages so all of them contain an indicator if they are good ([+] ) or bad ([-] ) or neutral ( )
→ Change shebang to be more universal (#!/usr/bin/python3 → #!/usr/bin/env python3)

Lampe2020 avatar Apr 14 '23 09:04 Lampe2020