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

Rasp feat asmhook guoyj #591

Closed
wants to merge 36 commits into from
Closed

Commits on Jan 23, 2024

  1. fix new asm hook frame

    yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    04529e0 View commit details
    Browse the repository at this point in the history
  2. feat jvm version check

    yangyuhui.807 authored and yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    79f79cf View commit details
    Browse the repository at this point in the history
  3. feat scan data

    yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c2aaf56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13b9f67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04c64c7 View commit details
    Browse the repository at this point in the history
  6. feat classupload transformer

    yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    637b6bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c66ee57 View commit details
    Browse the repository at this point in the history
  8. Add Rule Receive Code

    cnguoyj authored and yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    cce68b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    749773b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eeca618 View commit details
    Browse the repository at this point in the history
  11. Rule matching debugging completed

    cnguoyj-leminis authored and yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    facc4be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e10be39 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa5d0d0 View commit details
    Browse the repository at this point in the history
  14. Resolve the situation where the className passed in to the transform …

    …is null (in this case, in addition to using memory shells such as Godzilla and Icescorpion, Ramda expressions in Java can also cause this situation)
    cnguoyj-leminis authored and yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b0e0bb7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e14faf7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    630db97 View commit details
    Browse the repository at this point in the history
  17. fix scan all class

    yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f99050e View commit details
    Browse the repository at this point in the history
  18. feat scanall class log

    yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a1a5cce View commit details
    Browse the repository at this point in the history
  19. feat scanclass debug log

    yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    cc2abef View commit details
    Browse the repository at this point in the history
  20. fix classname

    yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b0ce412 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a07c2b1 View commit details
    Browse the repository at this point in the history
  22. feat memshell hook handler

    yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    512b935 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4a09057 View commit details
    Browse the repository at this point in the history
  24. fix shiro filter memshell

    yoloyyh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f845552 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    69f267d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. fix filter and servlet hook

    yoloyyh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1acbb03 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    07ecc10 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    08927bc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Resolve the issue of blocking failure through throwing exceptions due…

    … to the unified setting of COMPUTEFRAMES by classWriter. At present, the COMPUTEFRAMES flag is only set for those with exception hook callbacks, and the default is COMPUTEFRAMES.
    cnguoyj-leminis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    be9df13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #587 from bytedance/rasp-feat-asmhook-guoyj

    add exception hook callback support
    yoloyyh authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    597a0a0 View commit details
    Browse the repository at this point in the history
  3. feat memshell init hook

    yoloyyh committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1364185 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge pull request #588 from bytedance/feat-memshellinit

    feat memshell init hook
    yoloyyh authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6ff047b View commit details
    Browse the repository at this point in the history
  2. Fix the problem of class unable to load due to incorrect exception ty…

    …pe setting in the try block
    cnguoyj-leminis committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c52250c View commit details
    Browse the repository at this point in the history
  3. add wildfly support

    cnguoyj-leminis committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    aa5a8d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    8c37be1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    0f372e9 View commit details
    Browse the repository at this point in the history