Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/biter777/antideb

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/biter777/antideb

  • v0.0.0-20210302101423-04cfca7fa0b3
  • Source
  • Go
  • Socket score

Version published
Created
Source

antideb

Package antideb - basic anti-debugging and anti-reverse engineering protection for your application. Performs basic detection functions such as ptrace, int3, time slots, vdso and others (don't foget to obfuscate your code).

GoDoc GoDev Go Walker Documentation Status codeclimate GolangCI GoReport Codacy Badge codecov Coverage Status Coverage License FOSSA Status Build Status Build status Circle CI Semaphore Status Build Status Codeship Status Gluten Free DepShield Badge

installation

go get github.com/biter777/antideb

usage

func main() {
	debug := false // set to false for production
	// ... do litle work
	if !debug {
		go antideb.Detect(true)
	}
	// ... do main work
}

options

import "github.com/biter777/antideb"

For more complex options, consult the documentation.

contributing

  1. Welcome pull requests, bug fixes and issue reports.
    Before proposing a change, please discuss it first by raising an issue.

  2. Donate. A donation isn't necessary, but it's welcome.
    Donate using Liberapay ko-fi

  3. Star us. Give us a star, please, if it's not against your religion :)

FAQs

Package last updated on 02 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc