videolabs / libdsm

Defective SMb: A minimalist implementation of a client library for SMBv1 using Plain'Ol C

Home Page:http://videolabs.github.io/libdsm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support big-endian

elthariel opened this issue · comments

Right now libdsm isn't doing any clean parsing of smb messages, it justs cast data received to packed c structures.

This basically means there is no way we can work this way on system with the other endianness ...