You are here |
port139.hatenablog.com | ||
| | | |
gcher.com
|
|
| | | | As of 2019, C and C++ are the only programming languages that are supported by virtually any platforms on the market. For example both iOS and android support compiling C and C++ directly as part of their official IDEs. This is one of the reason why I decided to write my voxel editor Goxel in C99: I wanted to be able to run it on Linux, Mac, Windows, iOS, and now I am working on a Android port as well. | |
| | | |
visualstudioextensions.vlasovstudio.com
|
|
| | | | 1. Install Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.11.0 Preview 2.0. 2. Create an empty (0 bytes) file 1.sln. 3. Open 1.sln location in Windows 10 File Explorer. 4. File Explorer crashes and restarts. Faulting module name: SHELL32.dll, version: 10.0.19041.3271, time stamp: 0x309f89ae Exception code: 0xc0000005 Fault offset: 0x00000000000bac16 Faulting application path:... | |
| | | |
wise-forensics.com
|
|
| | | | Scenario:In this Sherlock, you will become acquainted with MFT (Master File Table) forensics. You will be introduced to well-known tools and methodologies for analyzing MFT artifacts to identify malicious activity. During our analysis, you will utilize the MFTECmd tool to parse the provided MFT file, TimeLine Explorer to open and analyze the results from the... | |
| | | |
nikgrozev.com
|
|
| | Oracle has officially released JDK 8, featuring long-awaited language features like lambdas and a new Date-Time API. This post gives a brief overview of the ... |