Skip to content

Instantly share code, notes, and snippets.

View roelofr's full-sized avatar
It's not a bug, it's an experience!

Roelof roelofr

It's not a bug, it's an experience!
  • Full Stack Developer at the Dutch Tax Authority
  • Zwolle, Netherlands
  • 13:13 (UTC +01:00)
View GitHub Profile
@archon810
archon810 / BuildConfig.java
Last active September 28, 2022 15:17
Fake Virus Shield AV
package com.deviant.security.shield;
public final class BuildConfig {
public static final String BUILD_TYPE = "debug";
public static final boolean DEBUG;
public static final String FLAVOR = "";
public static final String PACKAGE_NAME = "com.deviant.security.shield";
public static final int VERSION_CODE = 4;
public static final String VERSION_NAME = "2.2";