Skip to content

f2065/xFasImport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

xFasImport

Plugin for importing debug information from fasm (flat assembler) into x64dbg debugger (from .fas file)

Functionality of xFasImport

  • Support for fasm debug data for executable files in PE/PE+ format (win32/win64);
  • Support for loading debug data for a DLL (selecting a module whose addresses require loading debug data);
  • Loading label and function names;
  • Loading the lines of the source asm-file into the comments (for a more understandable analysis of the machine code generated by macros, the names of local variables in proc-functions, author's comments);
  • Unicode support (national characters other than ASCII) in file paths;
  • Full support for any national 8-bit encodings in the sources (everything is correctly converted - the source encoding is specified in the plugin settings - and imported into x64dbg as UTF-8).

xFasImport - screenshot

Build instructions

Edit path (set fasm=E:\ASM\FASM) in _build*.cmd files and use _build*.cmd files for build.

Download

Details, instructions, release download - https://f2065.ru/en/soft/xfasimport_en/

About

Plugin for importing debug information from flat assembler into x64dbg (from .fas file)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages