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

Add more API and some bugs fix #231

Merged
merged 2 commits into from
Mar 24, 2023
Merged

Conversation

HongThatCong
Copy link
Contributor

  1. Trim trailing spaces some source files
  2. speakeasy\windows\common.py: add a space
  3. speakeasy\windows\win32.py: check handler in self.veh_handlers, align some parameters
  4. speakeasy\winenv\api\api.py: fix bug in below functions:
    • read_mem_string
    • read_ansi_string
    • read_unicode_string
  5. speakeasy\winenv\api\usermode\advapi32.py: add RegisterServiceCtrlHandlerEx API function
  6. speakeasy\winenv\api\usermode\kernel32.py: add below API functions
    • RtlMoveMemory
    • RemoveVectoredExceptionHandler
    • WaitForSingleObjectEx
    • GetProfileInt
  7. speakeasy\winenv\api\usermode\ntdll.py: add below API functions and fix bug
    • RtlNtStatusToDosError
    • RtlMoveMemory
    • LdrGetProcedureAddress: fix bug
  8. speakeasy\winenv\api\usermode\sfc.py: add this file and SfcIsFileProtected API function
  9. D:\Git\speakeasy\speakeasy\winenv\api\usermode\shlwapi.py: add below API functions:
    • PathRemoveFileSpec
    • PathAddBackslash
    • PathRenameExtension

Tks and best regards, @williballenthin

Copy link
Contributor

@williballenthin williballenthin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

outstanding fixes, thank you @HongThatCong !

@williballenthin williballenthin merged commit 078db94 into mandiant:master Mar 24, 2023
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