https://github.com/katahiromz/hello-native-app
An example of native NT application
https://github.com/katahiromz/hello-native-app
native-api native-app reactos windows windows-nt winnt
Last synced: about 2 months ago
JSON representation
An example of native NT application
- Host: GitHub
- URL: https://github.com/katahiromz/hello-native-app
- Owner: katahiromz
- Created: 2019-08-10T09:04:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T07:00:12.000Z (almost 6 years ago)
- Last Synced: 2025-05-05T16:45:24.453Z (5 months ago)
- Topics: native-api, native-app, reactos, windows, windows-nt, winnt
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-native-app
This is a Windows NT native application.
## How to use
1. Copy this folder to `$(REACTOS)/base/setup`.
2. Modify `$(REACTOS)/base/setup/CMakeLists.txt` as follows:```txt
add_subdirectory(lib)
add_subdirectory(reactos)
add_subdirectory(setup)
add_subdirectory(usetup)
add_subdirectory(welcome)
add_subdirectory(hello-native-app) # add this line
```3. Build the modified ReactOS.
4. You will get the program files in output folder.
5. Execute "`00-native-starter.exe 02-tick-count.exe`" on Command Prompt of Windows 2003 or ReactOS.
6. You'll get a bitmap file `02-tick-count.txt` in `C:\Windows` or `C:\ReactOS`.## Reference
- Wikipedia: https://en.wikipedia.org/wiki/Native_API
- The Undocumented Functions: https://undocumented.ntinternals.net/