Commit Graph

8 Commits

Author SHA1 Message Date
Jack 714282b520
Set a better `AccessModifierOffset` in `clang-format` (#619)
Default appears to be -2, which causes clang-format to mix tabs and spaces
2023-12-20 15:01:01 +01:00
uniboi 2a30a0d58e
Add clang-format config to pack constructor initializers (#608)
The setting will set each initializer in a new line if all of them don't fit in one line
2023-12-07 21:17:50 +01:00
Barichello 04b0b417d1
Update clang-format
Configs suggested by: https://github.com/R2Northstar/NorthstarLauncher/issues/119#issuecomment-1079788384
Closes #119
2022-04-13 19:30:22 -03:00
GeckoEidechse 2c74033440 Re-add clang-format 2022-03-26 01:01:08 +01:00
KittenPopo de7deafc7e
Implement KittenPopo exploit fixes (and sanity changes) (#112)
* Added main exploit fixes

* Fixed typo in sigscanning.cpp

* Fully implemented

* Added proper includes for new files

* Update README.md

* typo

* spare me my sanity (fixed ridiculous code)

* Added rest of KittenMemUtils

* Rename KittenMemUtils

* Removed all messy memory edits, implemented NSMem instead

* Update NorthstarDedicatedTest.vcxproj

* [1] Move everything from securitypatches to ExploitFixes

* [2] Move everything from securitypatches to ExploitFixes

* Fixed module offsets in stack trace

* Fixed UTF8 Parsing (Multiplayer Crash)

* Implemented UT8 fix

* Update NorthstarDedicatedTest.vcxproj

* Update hookutils.cpp

* Small fixes

* all my homies hate clang-format

* Temporarily restore README.md
2022-03-23 20:03:56 +00:00
Barichello 8ee04102e7
Remove SpacesInLineCommentPrefix 2022-02-12 14:00:51 -03:00
Barichello e9f93ba2e8
Add format-check ci stage 2022-02-03 22:05:37 -03:00
Barichello 02bcf4d9b1
Add clang-format 2022-02-03 21:55:47 -03:00