Giter Site home page Giter Site logo

mikasaol / none Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blackint3/none

0.0 0.0 0.0 16.07 MB

UNONE and KNONE is a couple of open source base library that makes it easy to develop software on Windows.

License: GNU Lesser General Public License v2.1

Batchfile 0.28% C++ 95.92% C 3.80%

none's Introduction

UNONE & KNONE

Introduction

UNONE and KNONE is a couple of open source c++ 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 Visual Studio console (eg: View - Other Windows - Package Manager Conosle, type in Install-Package C:\vs2015-unone.1.0.0.nupkg)
  • Install by server: Set Nuget sources url (Tools - Options - Nuget Package Manager - Package Sources), and right click on project - Manage Nuget Packages - Browse package, just install it.
  • Uninstall: use command Uninstall-Package, eg: Uninstall-Package vs2015-unone, also be opposite to upon.
  • 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 Nuget Package (UNONE/KNONE)
  • Package Manager
    • Nuget - Nuget Core
    • CoApp - Nuget package build toolkit
    • Klondike - Nuget package web server
  • 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.

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.