Skip to content

Instantly share code, notes, and snippets.

View yaroslavkulinich's full-sized avatar

Yaroslav Kulinich yaroslavkulinich

View GitHub Profile
@treymarc
treymarc / msp.java
Last active December 21, 2024 09:21
MSP java
package eu.kprod.multiconf.msp;
import android.util.Log;
public class MSP {
public MWIData data = new MWIData();
final byte[] MSP_HEADER = getMspHeap();