Skip to content

Instantly share code, notes, and snippets.

@nukc
nukc / ChannelHelper.java
Last active February 8, 2017 09:48
获取 META-INF 目录下的空渠道文件名
View ChannelHelper.java
package io.virtualapp.utils;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import java.io.IOException;
import java.util.Enumeration;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
@nukc
nukc / ZipCommentHelper
Created January 18, 2017 09:10
获取 apk 文件注释里的渠道号
View ZipCommentHelper
package com.github.nukc.plugin;
import java.io.DataInput;
import java.io.File;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.nio.ByteBuffer;
View 📊 Weekly development breakdown
Go 5 hrs 5 mins █████████████▎░░░░░░░ 63.2%
JavaScript 1 hr 42 mins ████▍░░░░░░░░░░░░░░░░ 21.2%
Other 1 hr 15 mins ███▎░░░░░░░░░░░░░░░░░ 15.6%