OWASP / pysap

pysap is an open source Python library that provides modules for crafting and sending packets using SAP's NI, Diag, Enqueue, Router, MS, SNC, IGS, RFC and HDB protocols.
https://owasp.org/www-project-core-business-application-security/
GNU General Public License v2.0
219 stars 61 forks source link

Removing the old C-code from pysapcompress with a port in Python #73

Open codeHorse87 opened 8 months ago

codeHorse87 commented 8 months ago

We've been informed by Max (xje4@xje4.dev) that he created a fully compatible TypeScript port of the SAP LZH and LZC algorithms which is way more readable than the original C code: https://sr.ht/~xje4/sapcomp/

Regarding issues such as https://github.com/OWASP/pysap/issues/5 it should still be a goal to remove the old C-code from pysapcompress. Max is happy to answer questions regarding the algorithms and give insights.