Skip to content

0xGotcha/Ludus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Alt Text

What is Ludus?

Ludus is a versatile binary that incorporates a wide array of functions designed to help budding reverse engineers enhance their skills in countering malware defenses aimed at debuggers, virtual machines (VMs), and analysis tools. When executed within x64dbg or your preferred debugger, this application presents a menu of options, each corresponding to a distinct functionality. Upon selection, the application reveals the assembly instructions pertaining to the chosen function, thereby facilitating the learning process of reverse engineering and circumventing malware detection mechanisms. Ludus is currently still under development and actively being worked on.

image

How to use Ludus?

  • Drag Ludus into your favorite debugger
  • Choose the function you would like to run
  • Observe Instructions inside of the function to assist reversing
  • If caught use the INFO to help assist defeating the check

Choose the functionality

  • IsDebuggerPresent
  • CheckRemoteDebuggerPresent
  • ProcessFileName
  • CheckWindowClassName
  • NtSetInformationThread
  • QueryPerformanceCounter
  • GetTickCount
  • HardwareDebugRegisters
  • MovSS
  • CloseHandleException
  • SingleStepException
  • Int3
  • PrefixHop
  • Int2D

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published