Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding process #182

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

adding process #182

wants to merge 4 commits into from

Conversation

Xoffio
Copy link
Contributor

@Xoffio Xoffio commented Nov 26, 2024

Worked on adding the next features for Process:

  • Process.id
  • Process.arch
  • Process.platform
  • Process.pageSize
  • Process.pointerSize
  • Process.codeSigningPolicy
  • Process.mainModule
  • Process.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.

@s1341
Copy link
Contributor

s1341 commented Nov 27, 2024

Thanks!

Do you want to do multiple PRs, or just multiple commits?

@Xoffio
Copy link
Contributor Author

Xoffio commented Nov 27, 2024

Thanks!

Do you want to do multiple PRs, or just multiple commits?

I would like to do multiple PRs. I can make an issue to track the main progress for Process

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