internals
Here are 46 public repositories matching this topic...
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
-
Updated
Jan 27, 2019
SpecuCheck is a Windows utility for checking the state of the software mitigations and hardware against CVE-2017-5754 (Meltdown), CVE-2017-5715 (Spectre v2), CVE-2018-3260 (Foreshadow), and CVE-2018-3639 (Spectre v4)
-
Updated
Nov 19, 2019 - C
This is a collection of resources that shed light on the inner workings of Kubernetes
-
Updated
Feb 17, 2020
The Internals of Spark Structured Streaming
-
Updated
Nov 28, 2020
The Internals of Spark SQL
-
Updated
Nov 29, 2020
The history of Windows Internals via symbols.
-
Updated
May 28, 2020 - C
A command tree based on commands and extensions for Windows Kernel Debugging.
-
Updated
Jul 10, 2020
WNF Utilities 4 Newbies (WNFUN)
-
Updated
Dec 6, 2018 - Python
The Internals of Delta Lake
-
Updated
Nov 20, 2020 - Dockerfile
Utility to resolve SQL Server callstacks to their correct symbolic form using just PDBs and without a dump file
-
Updated
Oct 1, 2020 - C#
A curated list of awesome resources and learning materials in the field of X internals
-
Updated
Aug 10, 2020
JavaScript import/require module testing do's and don'ts with Jest
-
Updated
Nov 25, 2020
IDA plugin investigating the internal representation of IDC scripts
-
Updated
Nov 27, 2020 - C++
A collection of resources for iOS reverse engineering
-
Updated
Jun 26, 2020
Clean up error stack traces from node internals, built on `clean-stack`'s regex and `stack-utils-node-internals`. Working on node.js v0.10 and above.
-
Updated
Jul 13, 2020 - JavaScript
IOCTL-Flooder is a verbose tool designed to help with Windows driver fuzzing by brute forcing IOCTLs on loaded drivers. GetLastError is used to guess validity
-
Updated
Aug 21, 2018 - C
RabbitMQ UI plugin that visualises boot steps on the node
-
Updated
Nov 3, 2020 - Makefile
Improve this page
Add a description, image, and links to the internals topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the internals topic, visit your repo's landing page and select "manage topics."


Some RISC-V instructions perform writes to 2 destinations, either 2 register or register or program counter. In cases if the source of one sub-operation matches a destination of another one, the order of result output is important. The examples are
jalrand instruction operating with CSRs:riscv/riscv-tests#258
riscv/riscv-tests#263
Your obj