Git Product home page Git Product logo

orchidos_x86's Introduction

Long-term Plans/Goals

  • ๐ŸŒฑ Learn and Apply: Rust, Haskell, Golang, & Elixir.
  • ๐ŸŽ“ Complete my Master's degree program (thesis project ongoing).
  • ๐Ÿ‘ฏ Give back to the open-source community by contributing to a few projects.
  • ๐Ÿ’“ Create freeware projects bundled with love and joy.
  • ๐Ÿ•ต๏ธ Do more independent security research for fun, temporary highs, and lulz.

Languages

I have reasonable fluency in:

  • ยฉ๏ธ C/C++
  • #๏ธโƒฃ C#
  • ๐Ÿ˜ PHP
  • ๐Ÿต Java
  • ๐Ÿ’ฒ Shell
  • ๐ŸŒ JavaScript/TypeScript
  • ๐Ÿคทโ€โ™‚๏ธ Other non-languages like HTML, CSS, SQL, etc.

Stats

Some of these might be a little skewed based on how they're collected and generated.

My Stats My Languages

Miscellaneous

My career track:

  --> Tech support
  `-> Escalations engineer
  `-> Sysadmin (Linux & Windows)
  `-> Systems analyst (cybersecurity)
  `-> Framework developer
  `-> Full-stack engineer
  `---> Lead
  `-> Senior software engineer - BSP/Cybersecurity

Consumed by:

  • A never-ending pursuit of education and curiosity
  • Over-application of ancient software design patterns
  • Obsessing over valgrind reports
  • Applying ADHD braindrain superpowers to cycle between tasks

Whether personal knowledge, Stack Overflow, or some other admixture of persistence and luck, I will find the solution to a problem until it stops haunting me.

orchidos_x86's People

Contributors

notsoanonimus avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

orchidos_x86's Issues

COMMAND_DUMP Does Not Generate Output

When calling the debugging command COMMAND_DUMP during the boot process, or during a BSOD (Blue-Screen-of-Death) event on boot failure, there is no output and the ASCII strings have no register information written to them by the system.

Any other BSODs or DUMPs after system initialization will output normally and provide correct information.

An image of the bug in action during the boot process.
An image of the bug in action during the boot process.

Parser Flow & Leaks

The parser can be exploited to provide the result of a specific command by just using the last four characters of the command's name. For example, executing the command "REBOOT" can be done by doing the following (where X represents any valid ASCII keyboard value): "XXBOOT". The same applies to any command over 4 characters in width: "X[n]BBBB", where B is the last four characters of the targeted command.

FIX: Rebuild the parser, its structure, and its methods of obtaining a proper command.

SCREEN.asm Glitch, Redesign Entirely

The INPUT_BUFFER is defined as a preprocessor constant that equals KERNEL_OFFSET+inputBuffer, where KERNEL_OFFSET is the base address of the system kernel and inputBuffer is the label of the 256-byte buffer's start address. The problem is that instead of writing to ~0x10024 as it should, it's adding the offset of 0x10000 and writing to 0x20024 with every keypress.

The obvious issue is that, though it works for user I/O, it is trashing the parts of the kernel that are loaded in memory at 0x20000+ during boot. This was not an issue when the shell display/UI wrappers were designed because the kernel was so small at the time.

One would think that it would only require the address of the variables to be changed, but that has been tried and it is completely tearing the shell apart for some reason. This whole section just needs to be redesigned.

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.