Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YaSuenag/ffmasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: YaSuenag/ffmasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 14 commits
  • 30 files changed
  • 1 contributor

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    fb4d133 View commit details
    Browse the repository at this point in the history
  2. Add NativeRegister (#15)

    YaSuenag authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    0c353f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Add shadow stack to around CALL operations in registerStub

    It is required on Windows x64
    YaSuenag committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    f561757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a70764f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    735504c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eaa6bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    728961b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Add SYSCALL

    YaSuenag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    90a4b51 View commit details
    Browse the repository at this point in the history
  2. Add BSWAP

    YaSuenag committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    969540f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b156cea View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Mar 20, 2024

  1. Adopt to JDK22 (#18)

    * Compliant to JDK22 EA b24
    
    * Remove pinning feature
    
    It has been officially supported since JDK-8254693.
    
    * Use Linker::canonicalLayouts to get a layout for size_t
    
    * Use Alerts extension in README.md
    
    * Remove String Template
    
    * Fix unchecked warning in JniEnv.java
    
    * Update JDK version in GHA
    
    * Clarify int cast
    
    * Clarify int cast in VirtualFree()
    YaSuenag authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    35d5c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f9c1c9 View commit details
    Browse the repository at this point in the history
  3. Up to 0.3.0

    YaSuenag committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d7d0136 View commit details
    Browse the repository at this point in the history
Loading