Giter Club home page Giter Club logo

ktl's Introduction

Github stats

About

Iโ€™m 5th year student of BMSTU, currently working suspended work on KTL - CRT & STL-like library for Windows Kernel Driver development with modern C++

Profile views

ktl's People

Contributors

dymok93 avatar georgyfirsov avatar shtan7 avatar unterumarmung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ktl's Issues

Bug in ktl::basic_winnt_string

As a result, operator = (const wchar_t *) and moving from the string may end up in an inconsistent state: capacity ()> SSO_CH_BUFFER_COUNT (i.e. !is_small()), but m_str.get_first (). Buffer == m_buffer

CRT is seriously bugged

The use of static objects with non-trivial initialization in drivers (Scott Meyers' singleton, for example) leads to BSOD.

BSOD in __GSHandlerCheck()

__GSHandlerCheck, contrary to the documentation, is added by the compiler to the table of exception handlers and is called even with "/ EHsc". It expects as a parameter a pointer to an object of the _DISPATCHER_CONTEXT structure, the contents of which are different from ktl::crt::exc_engine::dispatcher_constext, which leads to BSOD

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.