Skip to content

watson0x90/FermionScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fermion Scripts

Description

These are a collection of Fermion Scripts that I have found helpful while performing reverse engineering.

Script Names

  • called_exported_functions.js - When you know a DLL is being loaded, you want to see what exported functions are being called.
  • scan_memory.js - Scan the current attached process for interesting strings.
  • CreateProcessW_Intercept.js - Intercept CreateProcessW and change the command line for process creation. I added a counter to ensure we are not launching the command multiple times, but this can be changed.

Helpful Links

About

Fermion Scripts

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors