Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiSa improvements #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

markelbsk
Copy link

@markelbsk markelbsk commented Mar 1, 2022

CHANGES

  • Change the IP range of the services from 172.42.0.1x to 172.42.0.2x. If you started more than 9 workers at the same time the IPs overlapped. Now it's possible to start more than 9 workers at the same time (up to 19 workers).

  • New flag (--packet-buffered) added to tcpdump. With this flag each captured packet will be written to the output file, rather than being written only when the output buffer fills.

  • Function send_command (qemu_guest.py) changed. Some architectures (m68k, sh4...) do not support commands with more than 16 digits. The command will be splitted in smaller chunks in order to be processed properly by QEMU.

  • Fix #21 KeyError: 'minopsz' #24

  • Git ignore data/storage and data/db files

leonbThesis added a commit to leonbThesis/LiSa that referenced this pull request Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant