feat: indirect syscall detection from assembly#31
Merged
Conversation
boilerplate with syscall analyser code
* added opcode and diassembler module * added disassembler behind the interface * refactor opcode * refactor * added the opcode analyzer to main * fixed comments * fix options * updated the flag names * added disambler manager * fixed bugs * Added error check --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
* feat: added syscall tracing from go code * feat: updated gitignore * bugfixes * minor const refactor * feat: refactored --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
* added op-program opcodes for 32 and 64 bit * added more opcodes for 64 bit * added 0x01 as hex opcode * removed the profile_arch * merged the json files * revert back the defaults * added opcode + fun checks * updated to yaml * removed logs * removed comm --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
* feat: renderer added * coment added * feat: imeplemented assembly parser * feat: refactor and bug fixes * feat: rendering on cmd updated * feat: bug fixed * remove file later --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com> Co-authored-by: ohm <ohm.patel1997@gmail.com>
* added report output path flag * added optional comment * removed the temp file path
* added github workflow for lint and ci * added golangci * lint fixes * lint fixes * lint fixes * build fixes * lint fixes * lint fixes * lint fixes * added comment * removed deprecarted linterrs * fixed test * changed back to int64 * nolint * removed yaml * updated filname * updated filname * fix: added depguard --------- Co-authored-by: sadiq1971 <sadiqurr8@gmail.com>
* fix: debugging for more issue * fix: debugging for more issue * fix: refactored disassembler and logic * fix: removed invalid code
ohmpatel1997
approved these changes
Feb 20, 2025
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.
Closes #34
Closes #33