Merged
Conversation
Contributor
|
Thanks! Do you want to do multiple PRs, or just multiple commits? |
Contributor
Author
I would like to do multiple PRs. I can make an issue to track the main progress for |
Contributor
Author
|
Have anything related to CI changed? I added some docs and now it's failing because something else I haven't even touch |
Contributor
|
Could be an updated version of rust. If you don't mind, fix the errors. |
Github CI is now using rustc 1.82.0
Contributor
|
Do you want to merge this? |
Contributor
Author
|
Yes please |
Contributor
|
Ok. Merged. Please make a tracking issue for the remaining bits. |
22 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Worked on adding the next features for
Process:Process.idProcess.archProcess.platformProcess.pageSizeProcess.pointerSizeProcess.codeSigningPolicyProcess.mainModuleProcess.getCurrentDir()Process.getHomeDir()Process.getTmpDir()Process.isDebuggerAttached()Process.getCurrentThreadId()Process.enumerateThreads()Process.findModuleByAddress(address), Process.getModuleByAddress(address), Process.findModuleByName(name), Process.getModuleByName(name)Process.enumerateModules()Process.findRangeByAddress(address), getRangeByAddress(address)Process.enumerateRanges(protection|specifier)Process.enumerateMallocRanges()Process.setExceptionHandler(callback)I will slowly add more to make the code review easier.
Tracking issue #187