Web-apps and Tips to Transform a .SVG to Shields; and some Examples of Shields with Custom Icons
- Download the SVG image logo
| #!/bin/bash | |
| bold=$(tput bold) | |
| normal=$(tput sgr0) | |
| set -e | |
| echo "-----------------------------------------------" | |
| echo " 🚀 Creating a new release 🚀" | |
| echo "-----------------------------------------------" |
Web-apps and Tips to Transform a .SVG to Shields; and some Examples of Shields with Custom Icons
Extracted from W3Challs Syscalls
| # | Name | eax | ebx | ecx | edx | esi | edi | ebp | Definition |
|---|---|---|---|---|---|---|---|---|---|
| 0 | restart_syscall | 0x00 | - | - | - | - | - | - | kernel/signal.c:2501 |
| 1 | exit | 0x01 | int error_code | - | - | - | - | - | kernel/exit.c:1095 |
| 2 | fork | 0x02 | - | - | - | - | - | - | arch/x86/kernel/process.c:271 |
| 3 | read | 0x03 | unsigned int fd | char *buf | size_t count | - | - | - | fs/read_write.c:460 |
Extracted from W3Challs Syscalls
| # | Name | eax | ebx | ecx | edx | esi | edi | ebp | Definition |
|---|---|---|---|---|---|---|---|---|---|
| 0 | restart_syscall | 0x00 | - | - | - | - | - | - | kernel/signal.c:2501 |
| 1 | exit | 0x01 | int error_code | - | - | - | - | - | kernel/exit.c:1095 |
| 2 | fork | 0x02 | - | - | - | - | - | - | arch/x86/kernel/process.c:271 |
| 3 | read | 0x03 | unsigned int fd | char *buf | size_t count | - | - | - | fs/read_write.c:460 |
Extracted from W3Challs Syscalls
| # | Name | eax | ebx | ecx | edx | esi | edi | ebp | Definition |
|---|---|---|---|---|---|---|---|---|---|
| 0 | restart_syscall | 0x00 | - | - | - | - | - | - | kernel/signal.c:2501 |
| 1 | exit | 0x01 | int error_code | - | - | - | - | - | kernel/exit.c:1095 |
| 2 | fork | 0x02 | - | - | - | - | - | - | arch/x86/kernel/process.c:271 |
| 3 | read | 0x03 | unsigned int fd | char *buf | size_t count | - | - | - | fs/read_write.c:460 |
Extracted from W3Challs Syscalls
| # | Name | eax | ebx | ecx | edx | esi | edi | ebp | Definition |
|---|---|---|---|---|---|---|---|---|---|
| 0 | restart_syscall | 0x00 | - | - | - | - | - | - | kernel/signal.c:2501 |
| 1 | exit | 0x01 | int error_code | - | - | - | - | - | kernel/exit.c:1095 |
| 2 | fork | 0x02 | - | - | - | - | - | - | arch/x86/kernel/process.c:271 |
| 3 | read | 0x03 | unsigned int fd | char *buf | size_t count | - | - | - | fs/read_write.c:460 |