# Detect kernel information disclosure by Bochspwn-reloaded - GSoC 2020 - First week

DevFeed: [Detect kernel information disclosure by Bochspwn-reloaded - GSoC 2020 - First week](<https://devfeed.tech/articles/detect-kernel-information-disclosure-by-bochspwn-reloaded-gsoc-2020-first-week-32813.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/gsoc-memory-disclosure-week-1/>)

Published: 2020-06-04T00:00:00Z

Content type: tutorial

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [Visual Studio](<https://devfeed.tech/topics/visual-studio.md>), [Assembly](<https://devfeed.tech/topics/assembly.md>), [Bash](<https://devfeed.tech/topics/bash.md>), [Vcpkg](<https://devfeed.tech/topics/vcpkg.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [free](<https://devfeed.tech/tags/free.md>), [gsoc](<https://devfeed.tech/tags/gsoc.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [studio](<https://devfeed.tech/tags/studio.md>), [vcpkg](<https://devfeed.tech/tags/vcpkg.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

## AI overview

A ReactOS GSoC student reports the first week of a project using bochspwn-reloaded to detect kernel information disclosure and uninitialized memory use. The article describes changes to stack-trace formatting, source lookup for inline and non-inline functions, and compiling the tool with Visual Studio 2019.

## Source excerpt

Introduction Hello, I am Nguyen Trung Khanh (@khanhnt) from Vietnam and I am one of the GSoC students of ReactOS. My project is running ReactOS on bochspwn-reloaded to list and fix all the bugs which were found by the tool. Additionally, I have a week to implement detection of uninitialized memory use. The first week Before GSoC, I did compile bochspwn-reloaded and run ReactOS on it so my work in the first week is pretty easy.