This project makes use of the following libraries/codes:
- Xterm.js
- jQuery
- Lodash
- SVG.js
- mobile-chrome-vh-fix
- ES6-Promise
- Pointer Events Polyfill
- ReconnectingWebSocket
- iziToast
- FastClick
- window.fetch polyfill
- Terminado
- pyelftools
pybcompgen.py
- code for getting the bash completion suggestion- It is taken from mattvonrocketstein/smash - see https://github.com/mattvonrocketstein/smash/blob/master/smashlib/bin/pybcompgen.py, the one used in this project is modified a bit
- Some ptrace-related code is taken from the project memorpy
- Some code for parsing procfs files to obtain child processes is from psutil
- See
ppid_map
from https://github.com/giampaolo/psutil/blob/master/psutil/_pslinux.py
- See
- Loguru
- Tenacity