Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Chen committed Oct 7, 2023
1 parent c2347d1 commit 77933df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Pascal JIT Compiler

# Purpose
Most hacker do the hack with static code, like disassembly, debug and hook.
with static code, hacker almost can do anything with the application.
So I created this simple JIT compiler, this JIT compiler directly generate machine code without dependencies like LLVM or GCC even GNU LD, this compiler also contains a very basic runtime with glibc or POSIX basic APIs.
the target language of the compiler is Pascal.
this compiler can work with other anti-disassembly tools like SSL check, assembly Obfuscation and etc.

### Build
`cmake -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build`
### Run Demo
Expand Down

0 comments on commit 77933df

Please sign in to comment.