Git Product home page Git Product logo

none's Introduction

UNONE & KNONE

Introduction

UNONE and KNONE is a couple of open source base library that makes it easy to develop software on Windows. It aimmed at programming, reversing, diving into Windows internal, and evolving into reliable and maintainable project.

Architecture

image

  • Str - String wrapper
  • Os - System environment
  • Ps - Process and Thread utility
  • Fs - File and Directory utility
  • Mm - Memory and Section
  • Ob - Object utility
  • Se - Security and Privilege
  • Tm - Time utility
  • Pe - PE Parser
  • Net - Network utility
  • Reg - Registry
  • Int - Internal features
  • Native - Windows Native structures, types, undocument API and more
  • Plugins - 3rd-library and wrapper and unone-based componments

How to use ?

Use nuget package

  • Install by disk: Open console (eg: View - Other Windows - Package Manager Conosle), Install-Package C:\vs2015-unone.1.0.0.nupkg
  • Install by server: Set Nuget sources url (Tools - Options - Nuget Package Manager - Package Sources)
  • Uninstall: eg: Uninstall-Package vs2015-unone
  • BTW: Nuget addons must be installed manualy in Visual Studio 2010.

Use libs or dlls

  • Include headers and libs/dlls, then build it.

Who used ?

Distributions

  • Binaray (lib/dll/package)
    • static lib 32/64 bit (UNONE)
    • dynamic lib 32/64 bit (UNONE/KNONE)
    • dynamic dll 32/64 bit ((UNONE))
    • .nupkg (UNONE/KNONE)
  • Package Manager
  • Supported Compiler
    • Visual Studio 2010 (vc100)
    • Visual Studio 2012 (vc110)
    • Visual Studio 2013 (vc120)
    • Visual Studio 2015 (vc140)
    • Visual Studio 2017 (vc141)
    • Visual Studio 2019 (vc142)

Contributing

  • Issues and Push request is welcome.

none's People

Contributors

blackint3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.