CYB3RMX / Qu1cksc0pe

All-in-One malware analysis tool.
GNU General Public License v3.0
1.24k stars 176 forks source link

Reduce code duplication in argparse config #50

Closed luis261 closed 4 months ago

luis261 commented 4 months ago

There might still be more to improve here, but this seems like an improvement over the existing code, certainly less verbose and a bit more readable.

CYB3RMX commented 4 months ago

Could you please don't create requests before pulling your new changes? Because it causes conflict errors.

luis261 commented 4 months ago

Yeah, that's my bad. I was aware of that when creating the initial set of PRs, but there was no way to avoid conflicts and still "demo" the different areas of improvement for the main module. I'll be sure to prevent conflicts in the future (I'll simply tackle the remaining topics sequentially).

Instead of pulling master to the branches on my forks for conflict resolution I'll just throw them away and create new branches. This way we'll get a more concise history without the additional conflict resolution merges. I'll submit the new PRs (with the existing changes) this evening.