Skip to content

Added Object Callbacks and a few other minor things#2

Open
osok wants to merge 2 commits into
br-sn:masterfrom
osok:master
Open

Added Object Callbacks and a few other minor things#2
osok wants to merge 2 commits into
br-sn:masterfrom
osok:master

Conversation

@osok

@osok osok commented Mar 31, 2021

Copy link
Copy Markdown
  1. I added the ability to list and delete object callbacks,
    this was leveraging the work in TelemeterySourcerer.
  2. I changed the way hard coded patterns are referenced
  3. I added the hard coding of offsets form the patterns
  4. I added the ability to retrieve wchar strings form kernel space
  5. I added some bounds checking on the memory access to ensure the address was in kernel space and not user space, in order to reduce the BSOD.
  6. I added a Debug function, which is affected by a precompiler define
  7. changed a few bounds in for loops to limit amount of callbacks explored from 64 to 8 where it made sense.

michael added 2 commits March 31, 2021 17:39
1) I added the ability to list and delete object callbacks,
this was leveraging the work in TelemeterySourcerer.
2) I changed the way hard coded patterns are refernced
3) I added the hard coding of offsets form the patterns
4) I added the ability to retrieve wchar strings form kernel space
5) I added some bounds checking on the memory access to ensure the address was in kernel space and not user space, in order to reduce the BSOD.
6) I added a Debug function, which is affected by a precompiler define
7) changed a few bounds in for loops to limit amount of callbacks explored from 64 to 8 where it made sense.
@osok

osok commented Apr 2, 2021

Copy link
Copy Markdown
Author

I also added some new OS versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants