diff --git a/x64dbg.ts b/x64dbg.ts
index a8dda81..760a3ba 100644
--- a/x64dbg.ts
+++ b/x64dbg.ts
@@ -12622,7 +12622,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12652,1431 +12652,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15624,12 +15635,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18451,51 +18462,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_af_ZA.ts b/x64dbg_af_ZA.ts
index e99998c..cce605d 100644
--- a/x64dbg_af_ZA.ts
+++ b/x64dbg_af_ZA.ts
@@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_ar_SA.ts b/x64dbg_ar_SA.ts
index 724c08d..565d0f3 100644
--- a/x64dbg_ar_SA.ts
+++ b/x64dbg_ar_SA.ts
@@ -12679,7 +12679,7 @@ Do you want to continue rendering this graph?
-
+ &File&ملف
@@ -12709,1431 +12709,1442 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Filesالملفّات الحديثة
-
+ Database
-
+ &View&عرض
-
+ &Debugالتنقيح
-
+ Advanced
-
+ &Help&مساعدة
-
-
-
-
+
+
+
+ &Pluginsإضافات
-
+ &Options&خيارات
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbarشريط الأدوات
-
+ CommandBar
-
+ &Open&فتح
-
+ Run the file and start debugging.
-
+ E&xit&خروج
-
+ Exit x64dbg.
-
+ &Run&تشغيل
-
+ Run the debuggee or restart debugging.
-
+ &Pause&توقف مؤقت
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startإعادة
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Closeإغلاق
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoدخول
-
+ Execute a single instruction
-
+ Step &overمرور
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmandأمر
-
+ Focus on the command bar
-
+ E&xecute till return&تنفيذ حتى عودة
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window&نافذة السجل
-
+ Show the Log tab.
-
+ &About&حول
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints&نقاط التوقف
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Scriptالسكريبت
-
+ Show the Script tab.
-
+ Run &until selectionت&شغيل حتى موقع التحديد
-
+ Run until selectionتشغيل حتى موقع التحديد
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&وحدة المعالجة المركزية
-
-
+
+ CPUوحدة المعالجة المركزية
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Infoمعلومات ال&رمز
-
+ Symbol Infoمعلومات الرمز
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ Referencesالمراجع
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threadsخيوط المعالجة
-
+ Show the Threads tab.
-
+ &Preferencesالإعدادات
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Stringsالبحث عن سلاسل نصية
-
+ Find Stringsالبحث عن سلاسل نصية
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearanceالمظهر
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Callsالبحث عن نداءات بينية
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patchesالتعديلات
-
+ Open the patch dialog.
-
+ Commentsالتعليقات
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labelsمؤشرات معنونة
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarksالإشارات المرجعية
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functionsالدوال
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updatesالتحقق من وجود & التحديثات
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stackمكدس النداءات
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate& التبرع
-
-
+
+ Donateالتبرع
-
+ Open https://donate.x64dbg.com
-
+ Calculatorالحاسبة
-
+ Open the Calculator dialog.
-
-
+
+ Attachتعلق
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detachفصل
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Lineتغيير سطر الأوامر
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmostفي المقدمة
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug&تبليغ عن مشكلة
-
-
+
+ Report Bug&تبليغ عن مشكلة
-
+ Open https://report.x64dbg.com
-
+ &Sourceال&مصدر
-
-
+
+ Sourceالمصدر
-
+ Show the Source tab.
-
+ &Manualال&دليل الإستخدام
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQالأسئلة الشائعة
-
+ FAQالأسئلة المتكررة
-
+ Open https://faq.x64dbg.com
-
+ SEH Chainسلسلة SEH
-
-
+
+ Hide debugger (PEB)إخفاء المنقح (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssإعادة تحميل style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notesالملاحظات
-
+ Show the Notes tab.
-
-
+
+ Handlesمقابض
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...تتبع للفوق...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...تتبع للداخل...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bitبت
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byteالبايت
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disableتعطيل
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)خطوة للفوق (المصدر)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)خطوة للداخل (المصدر)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blogالمدونة
-
+ Open https://blog.x64dbg.com
-
+ Animate intoتحريك للداخل
-
+ Execute the step into command at a fixed pace
-
+ Animate overتحريك للفوق
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...استيراد الإعدادات...
-
+ Import settings from an external file
-
+ Customize menusتخصيص القوائم
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import databaseإ&ستيراد قاعدة بيانات
-
+ Open an external database file to import data.
-
+ &Export databaseت&صدير قاعدة البيانات
-
+ Previous Tabعلامة التبويب السابقة
-
+ Show the tab on the left.
-
+ Next Tabعلامة التبويب التالية
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tabإخفاء علامة التبويب
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variablesا&لمتغيرات
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Errorخطأ
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Logالسجل
-
+ Symbolsالرموز
-
+ Breakpointsنقاط التوقف
-
+ Memory Mapخريطة الذاكرة
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: الأمر:
-
+ Readyجاهز
-
-
-
-
-
-
+
+
+
+
+
+ Languagesاللغات
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileفتح الملف
-
+ Executables (*.exe *.dll);;All files (*.*)الملفات القابلة للتنفيذ (ملفات *.exe)؛؛ كافة الملفات (*. *)
-
+ Disassemblyتحليل
-
+ Dumpتفريغ
-
+ Stackمكدس
-
+ Enter expression to run to...
-
-
+
+ Error!خطأ!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.ستقوم بزيارة المدونة الرسمية لx64dbg.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.سيتم نقلك إلى موقع ويب حيث يمكنك إرسال تقرير عن خطأ. تأكد من تعبئة قدر ممكن من المعلومات.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!تم الكشف عن منقح!
-
+ Mnemonic help
-
+ Change Command Lineتغيير سطر الأوامر
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line: سطر الأوامر جديد:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate commandأمر تحريك
-
+ Example: StepInto
-
+ Customize Menusتخصيص القوائم
-
+ Settings (*.ini);;All files (*.*)إعدادات (*. ini)؛؛ كافة الملفات (*. *)
-
+ Import databaseإستيراد قاعدة بيانات
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export databaseتصدير قاعدة البيانات
-
+ Databases (%1);;All files (*.*)قواعد البيانات (%1)؛؛ كافة الملفات (*. *)
-
-
+
+ More Commandsأوامر إضافية
@@ -15681,12 +15692,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Closeإغلاق
@@ -18508,51 +18519,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!خطأ في الشبكة!
-
+ Failed to check for updates
-
+ Error!خطأ!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Informationمعلومات
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_bg_BG.ts b/x64dbg_bg_BG.ts
index ad3fcd2..05ce6e5 100644
--- a/x64dbg_bg_BG.ts
+++ b/x64dbg_bg_BG.ts
@@ -12622,7 +12622,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12652,1431 +12652,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help&Помощ
-
-
-
-
+
+
+
+ &Plugins&Приставки
-
+ &Options&Опции
-
-
+
+ &Theme&Тема
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ ToolbarЛента с инструменти
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Затваряне
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &PreferencesПредпочитания
-
+ PreferencesПредпочитания
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesКорекции
-
+ Open the patch dialog.
-
+ CommentsКоментари
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsФункции
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ CalculatorКалкулатор
-
+ Open the Calculator dialog.
-
-
+
+ AttachПрикачване
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesБележки
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteБайт
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordДума
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables&Променливи
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ PluginsПриставки
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesМодули
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ DumpДъмп
-
+ StackСтек
-
+ Enter expression to run to...
-
-
+
+ Error!Грешка!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15624,12 +15635,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseЗатваряне
@@ -18451,51 +18462,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!Грешка!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_bs_BA.ts b/x64dbg_bs_BA.ts
index 47a96c2..8935ac0 100644
--- a/x64dbg_bs_BA.ts
+++ b/x64dbg_bs_BA.ts
@@ -12632,7 +12632,7 @@ Kopiraj token &tekst
-
+ &File
@@ -12662,1431 +12662,1442 @@ Kopiraj token &tekst
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Zatvori
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesPatches
-
+ Open the patch dialog.
-
+ CommentsKomentari
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ AttachDodaj
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteBajt
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordRiječ
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableIsključi
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesModuli
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorGreška
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ DisassemblyDisassembliranje
-
+ DumpDeponije:
-
+ StackŠtek
-
+ Enter expression to run to...
-
-
+
+ Error!Greška!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15634,12 +15645,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18463,51 +18474,51 @@ Hex dugo dugo (64-bit)
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!Greška!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_ca_ES.ts b/x64dbg_ca_ES.ts
index 87e0f1f..364866d 100644
--- a/x64dbg_ca_ES.ts
+++ b/x64dbg_ca_ES.ts
@@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_ceb_PH.ts b/x64dbg_ceb_PH.ts
index dd8485f..a2a2e06 100644
--- a/x64dbg_ceb_PH.ts
+++ b/x64dbg_ceb_PH.ts
@@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_cs_CZ.ts b/x64dbg_cs_CZ.ts
index 32d7329..4fe8889 100644
--- a/x64dbg_cs_CZ.ts
+++ b/x64dbg_cs_CZ.ts
@@ -12641,7 +12641,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12671,1431 +12671,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Zavřít
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ PreferencesPreference
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesOpravy
-
+ Open the patch dialog.
-
+ CommentsKomentáře
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ HotkeysKlávesové zkratky
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.comOtevřít https://donate.x64dbg.com
-
+ CalculatorKalkulačka
-
+ Open the Calculator dialog.
-
-
+
+ AttachPřipojit
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.comOtevřít https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.comOtevřít https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordSlovo
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered codeVstupte, dokud nedosáhnete nekrytého kódu
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered codeKrokujte, dokud nedosáhnete nekrytého kódu
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered codeVstupte, dokud nedosáhnete zakrytého kódu
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered codeKrokujte, dokud nedosáhnete zakrytého kódu
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableZakázat
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.comOtevřít https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous ViewPředchozí zobrazení
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewDalší zobrazení
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.comOtevřít https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesModuly
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorChyba
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ DisassemblyDemontáž
-
+ DumpVýpis
-
+ StackZásobník
-
+ Enter expression to run to...
-
-
+
+ Error!Chyba!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15643,12 +15654,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseZavřít
@@ -18471,51 +18482,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!Chyba!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_da_DK.ts b/x64dbg_da_DK.ts
index ac11395..b6f3195 100644
--- a/x64dbg_da_DK.ts
+++ b/x64dbg_da_DK.ts
@@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_de_DE.ts b/x64dbg_de_DE.ts
index eec26b8..64a447e 100644
--- a/x64dbg_de_DE.ts
+++ b/x64dbg_de_DE.ts
@@ -12941,7 +12941,7 @@ Möchten Sie das Rendern dieses Diagramms fortsetzen?
-
+ &File&Datei
@@ -12971,1433 +12971,1444 @@ Möchten Sie das Rendern dieses Diagramms fortsetzen?
x64dbg
-
+ &Recent FilesKü&rzlich geöffnet
-
+ DatabaseDatenbank
-
+ &View&Ansicht
-
+ &Debug&Debug
-
+ AdvancedErweitert
-
+ &Help&Hilfe
-
-
-
-
+
+
+
+ &Plugins&Plugins
-
+ &Options&Optionen
-
-
+
+ &Theme&Design
-
+ Favour&itesFavor&iten
-
+ Traci&ngTraci&ng
-
+ Trace &coverage&Trace-Abdeckung
-
+ ToolbarWerkzeugleiste
-
+ CommandBarBefehlsleiste
-
+ &Open&Öffnen
-
+ Run the file and start debugging.Führen Sie die Datei aus und starten Sie das Debuggen.
-
+ E&xitBe&enden
-
+ Exit x64dbg.Beende x64dbg.
-
+ &RunAusfüh&ren
-
+ Run the debuggee or restart debugging.Starten Sie den Debuggee oder starten Sie das Debuggen neu.
-
+ &Pause&Pausieren
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.Pausiert die Ausführung vom Debuggee, um zu debuggen, oder stoppe das Animieren In/Animatieren Über.
-
+ Re&startNeu&starten
-
+ Stop the debuggee and restart it, or restart the last debugged file.Stoppen Sie den Debuggee und starten Sie ihn neu, oder starten Sie die letzte gedebuggte Datei neu.
-
+ &Close&Schließen
-
+ Terminate the debuggee and stop debugging.Stoppen Sie den Debuggee und beende das Debuggen.
-
+ Step &intoE&inzelschritt
-
+ Execute a single instructionEine einzige Anweisung ausführen
-
+ Step &overPr&ozedurschritt
-
+ Execute a single instruction without entering the CALL instructionFühre eine einzelne Anweisung aus, ohne in die CALL Instruktion einzusteigen
-
+ Co&mmand&Befehl
-
+ Focus on the command barFokus auf die Befehlsleiste
-
+ E&xecute till returnAusführen bis Rückgabe (&X)
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.Trace, bis die RET-Instruktion ausgeführt wird und der Stack-Zeiger kleiner oder gleich dem aktuellen Wert ist.
-
+ &Memory MapSpeicher &Map
-
+ Show the Memory Map tab.Zeige den Tab Speicherkarte.
-
+ &Log Window&Log-Fenster
-
+ Show the Log tab.Log-Tab anzeigen.
-
+ &About&Über
-
+ Display information about x64dbgInformationen über x64dbg anzeigen
-
+ ScyllaScylla
-
+ &Breakpoints&Haltepunkte
-
+ Show the Breakpoints tab.Zeige den Haltepunkte-Tab.
-
+ Step into (pass all exceptions)Einzelschritt (alle Ausnahmen überspringen)
-
+ Execute a single instruction, pass exceptions to the debuggee.Führen Sie eine einzige Anweisung aus, übergeben Sie Ausnahmen an den Debuggee.
-
+ Step over (pass all exceptions)Step over (alle Ausnahmen überspringen)
-
+ Run (pass all exceptions)Ausführen (alle Ausnahmen überspringen)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.Führen Sie den Debuggee aus und übergeben Sie alle Ausnahmen ohne Pause an den Debuggee.
-
+ Execute till return (pass all exceptions)Ausführen bis zur Rückgabe (alle Ausnahmen überspringen)
-
+ &Script&Skript
-
-
+
+ ScriptSkript
-
+ Show the Script tab.Zeige den Skript-Tab.
-
+ Run &until selectionA&usführen bis Auswahl
-
+ Run until selectionAusführen bis Auswahl
-
+ Put a breakpoint on selection and run the debuggee.Setzen Sie einen Haltepunkt auf die Auswahl und führen Sie den Debuggee aus.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.CPU-Tab anzeigen, um die Disassembly anzuzeigen.
-
+ Symbol &InfoSymbolinfo
-
+ Symbol InfoSymbolinfo
-
+ Show the Symbols tab.Symbole-Tab anzeigen.
-
+ &ReferencesVe&rweise
-
-
+
+ ReferencesReferenzen
-
+ Show the References tab.Referenzen-Tab anzeigen.
-
+ &Threads&Threads
-
-
+
+ ThreadsThreads
-
+ Show the Threads tab.Zeige den Threads-Tab an.
-
+ &Preferences&Einstellungen
-
+ PreferencesEinstellungen
-
+ Opem the Preferences dialog.Öffnet den Einstellungen Dialog .
-
+ &Find StringsSuche Strings
-
+ Find StringsSuche Strings
-
+ Find possible strings in the current module. Equivalent command "strref"Finde mögliche Zeichenketten im aktuellen Modul. Äquivalenter Befehl "strref"
-
+ &Appearance&Aussehen
-
+ Open the Appearance dialog to adjust color and font settings.Öffnen Sie den Anzeigedialog, um die Einstellungen für Farbe und Schriftart anzupassen.
-
-
+
+ Find Intermodular CallsIntermodulare Anrufe suchen
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"Suche intermodulare Aufrufe im aktuellen Modul. Äquivalenter Befehl "modcallfind"
-
+ Patch file...Patch-Datei...
-
+ PatchesPatches
-
+ Open the patch dialog.Öffne den Patch-Dialog.
-
+ CommentsKommentare
-
+ Show a list of comments. Equivalent command "commentlist"Liste der Kommentare anzeigen. Äquivalenter Befehl "commentlist"
-
+ LabelsMarken
-
+ Show a list of labels. Equivalent command "labellist"Liste der Labels anzeigen. Äquivalenter Befehl "labellist"
-
+ BookmarksLesezeichen
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"Eine Liste der Lesezeichen anzeigen. Äquivalenter Befehl "bookmarklist"
-
+ FunctionsFunktionen
-
+ Show a list of functions. Equivalent command "functionlist"Liste der Funktionen anzeigen. Äquivalenter Befehl "functionlist"
-
+ Check for &UpdatesNach &Updates suchen
-
+ Connect to Github to check for updatesMit Github verbinden, um nach Updates zu suchen
-
-
-
+
+
+ Call StackAufrufstapel
-
+ Show the Call Stack tab.Zeige den Call-Stack-Tab.
-
+ HotkeysTastaturkürzel
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.Öffnen Sie den Hotkeys Dialog um diese anzupassen.
-
+ &DonateSpenden (&D)
-
-
+
+ DonateSpenden
-
+ Open https://donate.x64dbg.comÖffne https://donate.x64dbg.com
-
+ CalculatorRechner
-
+ Open the Calculator dialog.Öffne den Taschenrechner Dialog.
-
-
+
+ AttachAnhängen
-
+ Attach the debugger to a process to debug it.Den Debugger an einen Prozess anhängen, um ihn zu debuggen.
-
-
+
+ DetachAbtrennen
-
+ Detach from the debuggee so that it continues running without being debugged.Trennen Sie den Debuggee, damit er weiterhin läuft, ohne dass er debuggt wird.
-
+ Change Command &LineKommandozei&le ändern
-
+ Set the command line of the debuggee.Legen Sie die Kommandozeile des Debuggees fest.
-
-
+
+ Skip next instructionNächste Anweisung überspringen
-
+ TopmostFenster im Vordergrund
-
+ Topmost WindowFenster im Vordergrund
-
+ Make x64dbg topmostx64dbg nach oben
-
+ &Report BugFehle&r melden
-
-
+
+ Report BugFehler melden
-
+ Open https://report.x64dbg.comÖffne https://report.x64dbg.com
-
+ &Source&Quelle
-
-
+
+ SourceQuelle
-
+ Show the Source tab.Quell-Tab anzeigen.
-
+ &Manual&Handbuch
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&FAQ
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.comÖffne https://faq.x64dbg.com
-
+ SEH ChainSEH-Kette
-
-
+
+ Hide debugger (PEB)Debugger verstecken (PEB)
-
+ Modifies the PEB to hide debugger.Ändert das PEB, um Debugger zu verstecken.
-
-
+
+ Reload style.cssStyle.css neu laden
-
+ Read style.css from disk to apply theme changes.Lese style.css von der Festplatte, um die Änderungen des Themes zu übernehmen.
-
-
+
+ NotesNotizen
-
+ Show the Notes tab.Zeige den Notizen-Tab.
-
-
+
+ HandlesHandles
-
+ Show the Handles tab.Zeige den Handler-Reiter an.
-
-
-
+
+
+ Trace over...Ablaufverfolgung Prozedurschritt...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"Überspringen bis eine Bedingung wahr wird. Optional werden Befehle beim Ausführen geloggt. Äquivalenter Befehl "tocnd"
-
-
-
+
+
+ Trace into...Ablaufverfolgung Einzelschritt...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"Einspringen, bis eine Bedingung wahr wird, und optional Befehle beim Tracking protokollieren und ausführen. Äquivalenter Befehl "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)Aktiviere Track-Coverage mit 1 Bit (ob eine Anweisung ausgeführt wurde oder nicht)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.Aktivieren Sie die Abdeckung vom Trace mit 1 Byte, um festzustellen, wie oft eine Anweisung ausgeführt wurde.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.Aktivieren Sie die Abdeckung vom Trace mit 1 Wort, um festzustellen, wie oft eine Anweisung ausgeführt wurde.
-
+ Step into until reaching uncovered codeEinstieg bis zum Erreichen des nicht-gecoverten Codes
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"Step-Into, bis du eine Anweisung erreicht hast, die vorher nicht abgedeckt wurde. Äquivalenter Befehl "tibt"
-
+ Step over until reaching uncovered codeÜberspringen bis zum Erreichen des nicht-gecoverten Codes
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"Überspringen Sie bis zu einer Anweisung, die vorher nicht abgedeckt war. Äquivalenter Befehl "tobt"
-
+ Step into until reaching covered codeEinstieg bis zum Erreichen des gecoverten Codes
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"Step-Into, bis du eine vorher abgedeckte Anweisung erreicht hast. Äquivalenter Befehl "tiit"
-
+ Step over until reaching covered codeÜberspringen bis zum Erreichen des gecoverten Codes
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"Überspringe bis zu einer vorher abgedeckten Anweisung. Äquivalenter Befehl "toit"
-
+ DisableDeaktivieren
-
+ Disable trace coverageTrace-Abdeckung deaktivieren
-
+ Run to &user codeAusführen bis Ben&utzercode
-
+ Trace over until user code would be executed.Trace over bis Benutzercode ausgeführt wird.
-
+ Run until e&xpressionBis zur Anw&eisung ausführen
-
+ Undo last instructionLetzte Anweisung rückgängig machen
-
-
+
+ Generate crash dumpCrash-Dump erzeugen
-
-
+
+ &Manage Favourite Tools...&Lieblingstools verwalten...
-
+ Step over (source)Prozedurschritt (Quellcode)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"Führe eine einzelne Zeile des Quellcodes aus, ohne in die Unterroutine einzusteigen. Äquivalent zu "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)Einzelschritt (Quellcode)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"Führe eine einzelne Quellcode-Zeile aus. Äquivalent zu "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &GraphDia&gramm
-
+ Show the CPU tab and switch to Graph mode.Zeige den CPU-Tab und wechsele in den Graph-Modus.
-
+ Step into (swallow exception)Einzelschritt (Ausnahmen überspringen)
-
+ Step over (swallow exception)Prozedurschritt (Ausnahmen überspringen)
-
+ Run (swallow exception)Debuggen -> Ausführen (Ausnahmen überspringen)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.Führen Sie den Debuggee aus und ignorieren Sie alle Ausnahmen, damit der Debuggee die Ausnahme nicht verarbeitet.
-
-
+
+ BlogBlog
-
+ Open https://blog.x64dbg.comÖffne https://blog.x64dbg.com
-
+ Animate intoAnimieren Einzelschritt
-
+ Execute the step into command at a fixed paceFühre den Step-Into-Befehl mit einem festen Tempo aus
-
+ Animate overAnimieren Prozedurschritt
-
+ Execute the step over command at a fixed paceFühre den Step-Over-Befehl mit einem festen Tempo aus
-
+ Animate command...Animieren Befehl...
-
+ Execute a command at a fixed paceFühre einen Befehl mit einem festen Tempo aus
-
+ System breakpoint scriptsSystem-Haltepunkt-Skripte
-
+ Set the script file to run automatically when the system breakpoint is reached.Legen Sie die Skriptdatei so fest, dass sie automatisch ausgeführt wird, wenn der System-Haltepunkt erreicht ist.
-
+ Import settings...Einstellungen importieren...
-
+ Import settings from an external fileEinstellungen aus einer externen Datei importieren
-
+ Customize menusMenüs anpassen
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.Öffnen Sie den Dialog Menüs anpassen, um selten verwendete Menüeinträge im Untermenü "Weitere Befehle" auszublenden.
-
+ &Import databaseDatenbank &importieren
-
+ Open an external database file to import data.Öffnen Sie eine externe Datenbankdatei, um Daten zu importieren.
-
+ &Export databaseDatenbank &exportieren
-
+ Previous TabVorheriger Tab
-
+ Show the tab on the left.Zeige den Tab auf der linken Seite.
-
+ Next TabNächster Tab
-
+ Show the tab on the right.Zeige den Tab auf der rechten Seite.
-
+ Previous ViewVorherige Ansicht
-
+ Show the tab history popup window and select more recently used tab.Zeige das Popup-Fenster für den Tab-Verlauf und wähle neueren Tab aus.
-
+ Next ViewNächste Ansicht
-
+ Show the tab history popup window and select previously viewed tab.Zeige das Popup-Fenster für den Tab-Verlauf und wähle den zuvor angesehenen Tab aus.
-
+ Hide TabTab ausblenden
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.Den aktuellen Tab ausblenden. Der versteckte Tab kann aus dem Menü Ansicht wieder geöffnet werden.
-
+ &Variables&Variablen
-
+ Show a list of x64dbg variables. Equivalent command "varlist"Zeige eine Liste von x64dbg-Variablen. Äquivalenter Befehl "varlist"
-
+ Restart as AdminAls Administrator neu starten
-
+ Restart x64dbg under Administrator privilege.Starten Sie x64dbg unter Administratorrechte neu.
-
+ PluginsPlugins
-
+ Open https://plugins.x64dbg.comÖffne https://plugins.x64dbg.com
-
-
+
+ TraceTrace
-
+ Show the Trace tab.Trace-Tab anzeigen.
-
+ ModulesModule
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.Registerkarte Symbole anzeigen. Beachten Sie, dass die Modulliste in der Registerkarte Symbole steht.
-
+ &Default&Standard
-
+ &Save databaseDatenbank &speichern
-
+ Save all data. The database will be automatically saved when debugging is stopped.Speichern Sie alle Daten. Die Datenbank wird automatisch gespeichert, wenn das Debuggen gestoppt wird.
-
+ Re&load databaseDatenbank neu &laden
-
+ Discard all modifications and read all data from disk.Verwerfen Sie alle Änderungen und lesen Sie alle Daten von der Festplatte.
-
+ &Restore backup databaseBackup-Datenbank wiederhe&rstellen
-
+ Read data from the backup database to recover from database corruption.Liest Daten aus der Backup-Datenbank zur Wiederherstellung von Datenbankbeschädigung.
-
+ &Clear databaseDatenbank &leeren
-
+ Clear all data.Alle Daten löschen.
-
+ About QtÜber Qt
-
+ Display information about QtInformationen über Qt anzeigen
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorFehler
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]%1[Elevated]
-
+ LogLog
-
+ SymbolsSymbole
-
+ Breakpoints&Haltepunkte
-
+ Memory MapSpeicher Map
-
+ SEHSEH
-
+ Favourite ToolboxLieblings-Werkzeugkasten
-
+ Command: Befehl:
-
+ ReadyBereit
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesSprachen
-
+ Dark
-
+ Always stop the debuggee and exitDebuggee immer stoppen und beenden
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?Der Debuggee läuft noch und wird terminiert, wenn Sie beenden. Was möchten Sie tun?
-
+ Debuggee is still runningDas debuggte Programm läuft noch
-
+ &Exit&Beenden
-
+ Stop the debuggee and exit x64dbg.Stoppen Sie den Debuggee und beenden Sie x64dbg.
-
+ &Detach and exit&Trennen und beenden
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.Vom Debuggee trennen und x64dbg beenden.
-
+ &Restart debuggingDebugging &neu starten
-
+ Restart the debuggee and keep x64dbg open.Starten Sie den Debuggee neu und halten Sie x64dbg offen.
-
+ &Continue debuggingDebugging &fortsetzen
-
+ Close this dialog and continue where you left off.Schließen Sie diesen Dialog und fahren Sie fort, wo Sie aufgehört haben.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileDatei öffnen
-
+ Executables (*.exe *.dll);;All files (*.*)Ausführbare Dateien (*.exe *.dll);;Alle Dateien (*.*)
-
+ DisassemblyDisassembler
-
+ DumpDump
-
+ StackStapel
-
+ Enter expression to run to...Ausdruck für 'Ausführen bis' ...
-
-
+
+ Error!Fehler!
-
+ Patches can only be shown while debugging...Patches können nur beim Debuggen angezeigt werden...
-
+ All the money will go to x64dbg development.Alle Spenden gehen an die Enwicklung von x64dbg.
-
+ You will visit x64dbg's official blog.Besuchen Sie den offiziellen x64dbg Blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Sie werden auf eine Webseite weitergeleitet, auf der Sie den Fehler melden können.
Achten Sie darauf, so viele Informationen wie möglich anzugeben.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?Diese Aktion wird den Debugger abstürzen lassen und ein Speicherabbild erzeugen. ALLE NICHT GESPEICHERTEN DATEN GEHEN VERLOREN! (Zum Speichern einfach Debugger normal Beenden und wieder Starten.) Möchten Sie wirklich fortfahren?
-
+ Have fun debugging the debugger!Viel Spaß beim Debuggen des Debuggers!
-
+ Debugger detected!Debugger erkannt!
-
+ Mnemonic help
-
+ Change Command LineKommandozeile ändern
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Kann entfernte Kommandozeile zu holen, Verwenden Sie den Befehl "getcmdline" für weitere Informationen.
-
+ Could not set command line!Kommandozeile konnte nicht gesetzt werden!
-
+ New command line: Neue Befehlszeile:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.Handbuch kann nicht geöffnet werden. Überprüfen Sie, ob x64dbg.chm vorhanden ist und stellen Sie sicher, dass es keine weiteren Probleme mit Ihrem System gib.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menuÖffne den Favoritendialog um das Favoritenmenü zu verwalten
-
+ Starting tool %1
Starte Werkzeug %1
-
+ The translation is nearly empty. Do you still want to use this language?Die Übersetzung ist fast leer. Wollen Sie trotzdem diese Sprache verwenden?
-
+ New language setting will take effect upon restart.Die neue Spracheinstellung wird erst mit dem nächsten Start wirksam.
-
+ Animate commandBefehl animieren
-
+ Example: StepIntoBeispiel: StepInto
-
+ Customize MenusMenüs anpassen
-
+ Settings (*.ini);;All files (*.*)Einstellungen (.ini); Alle Dateien (*.*)
-
+ Import databaseDatenbank importieren
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)Datenbanken (%1);;Datenbanksicherung (%1.bak);;Alle Dateien (*.*)
-
+ Export databaseDatenbank exportieren
-
+ Databases (%1);;All files (*.*)Datenbanken (%1);;Alle Dateien (*.*)
-
-
+
+ More CommandsWeitere Befehle
@@ -15992,12 +16003,12 @@ Die TEB kann verwendet werden, um eine Vielzahl von Informationen
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseSchließen
@@ -18819,52 +18830,52 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
Suche nach Updates...
-
+ Network Error!Netzwerkfehler!
-
+ Failed to check for updates
-
+ Error!Fehler!
-
+ File on server could not be parsed...Datei auf Server konnte nicht analysiert werden...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- Neuer Build %1 verfügbar! <br>Download <a href="%2"> hier</a> <br><br>Ihr jetziger Build ist: %3
-
-
-
+ You have a development build (%1) of x64dbg!Sie haben die Entwicklungsversion (%1) von x64dbg!
-
+ You have the latest build (%1) of x64dbg!Sie haben die neueste Version (%1) von x64dbg!
-
+ InformationInformationen
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_el_GR.ts b/x64dbg_el_GR.ts
index edf232c..731463d 100644
--- a/x64dbg_el_GR.ts
+++ b/x64dbg_el_GR.ts
@@ -12632,7 +12632,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12662,1431 +12662,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesPatches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ CalculatorΥπολογιστική
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableΑπενεργοποίηση
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorΣφάλμα
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ DisassemblyDisassembly
-
+ Dump
-
+ StackΣτοίβα
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15634,12 +15645,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18461,51 +18472,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_es_ES.ts b/x64dbg_es_ES.ts
index 4ae6cf1..c4a5d9d 100644
--- a/x64dbg_es_ES.ts
+++ b/x64dbg_es_ES.ts
@@ -12844,7 +12844,7 @@ Do you want to continue rendering this graph?
-
+ &File&Archivo
@@ -12874,1432 +12874,1443 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent FilesArchivos recientes
-
+ Database
-
+ &View&Ver
-
+ &Debug&Depurar
-
+ Advanced
-
+ &Help&Ayuda
-
-
-
-
+
+
+
+ &Plugins&Plugins
-
+ &Options&Opciones
-
-
+
+ &Theme
-
+ Favour&itesFavor&itos
-
+ Traci&ng
-
+ Trace &coverage
-
+ ToolbarBarra de herramientas
-
+ CommandBarBarra de comandos
-
+ &Open&Abrir
-
+ Run the file and start debugging.
-
+ E&xit&Salir
-
+ Exit x64dbg.
-
+ &Run&Ejecutar
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Pausar
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start&Reiniciar
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Cerrar
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoStep &into
-
+ Execute a single instruction
-
+ Step &overStep &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmandEjecutar un co&mando
-
+ Focus on the command bar
-
+ E&xecute till returnE&jecutar hasta retorno
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map&Mapa de memoria
-
+ Show the Memory Map tab.
-
+ &Log Window&Ventana de Log
-
+ Show the Log tab.
-
+ &About&Acerca de
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints&Puntos de interrupción
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Script
-
-
+
+ ScriptScript
-
+ Show the Script tab.
-
+ Run &until selectionEjecutar &hasta la selección
-
+ Run until selectionEjecutar hasta la selección
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info&Información del símbolo
-
+ Symbol InfoInformación del símbolo
-
+ Show the Symbols tab.
-
+ &References&Referencias
-
-
+
+ ReferencesReferencias
-
+ Show the References tab.
-
+ &Threads&Hilos
-
-
+
+ ThreadsHilos
-
+ Show the Threads tab.
-
+ &Preferences&Preferencias
-
+ PreferencesPreferencias
-
+ Opem the Preferences dialog.
-
+ &Find Strings&Buscar cadenas
-
+ Find StringsBuscar cadenas
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Apariencia
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular CallsEncontrar llamadas entre módulos
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...Parchear archivo...
-
+ PatchesParches
-
+ Open the patch dialog.
-
+ CommentsComentarios
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsEtiquetas
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksMarcadores
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsFunciones
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesBuscar &actualizaciones
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call StackPila de llamadas
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate&Donar
-
-
+
+ DonateDonar
-
+ Open https://donate.x64dbg.com
-
+ CalculatorCalculadora
-
+ Open the Calculator dialog.
-
-
+
+ AttachVincular
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachDesvincular
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &LineCambiar e&l comando empleado
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instructionOmitir la siguiente instrucción
-
+ TopmostSiempre visible
-
+ Topmost WindowVentana siempre visible
-
+ Make x64dbg topmost
-
+ &Report Bug&Reportar un error
-
-
+
+ Report BugReportar un error
-
+ Open https://report.x64dbg.com
-
+ &Source&Fuente
-
-
+
+ SourceFuente
-
+ Show the Source tab.
-
+ &Manual&Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&Preguntas frecuentes
-
+ FAQPreguntas frecuentes
-
+ Open https://faq.x64dbg.com
-
+ SEH ChainCadena SEH
-
-
+
+ Hide debugger (PEB)Ocultar el depurador (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssVolver a cargar style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesNotas
-
+ Show the Notes tab.
-
-
+
+ HandlesRecursos
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableDeshabilitar
-
+ Disable trace coverage
-
+ Run to &user codeEjecutar hasta el código del usuario
-
+ Trace over until user code would be executed.
-
+ Run until e&xpressionEjecutar hasta la e&xpresión...
-
+ Undo last instructionDeshacer la última instrucción
-
-
+
+ Generate crash dumpGenerar un volcado de error
-
-
+
+ &Manage Favourite Tools...&Gestionar herramientas favoritas...
-
+ Step over (source)Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&Gráfico
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)Step into (swallow exception)
-
+ Step over (swallow exception)Step over (swallow exception)
-
+ Run (swallow exception)Ejecutar (ignorando la primera excepción)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ BlogBlog
-
+ Open https://blog.x64dbg.com
-
+ Animate intoAnimar en (into)
-
+ Execute the step into command at a fixed pace
-
+ Animate overAnimar (over)
-
+ Execute the step over command at a fixed pace
-
+ Animate command...Animar el comando...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...Importar ajustes...
-
+ Import settings from an external file
-
+ Customize menusPersonalizar menús
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database&Importar base de datos
-
+ Open an external database file to import data.
-
+ &Export database&Exportar base de datos
-
+ Previous TabPestaña anterior
-
+ Show the tab on the left.
-
+ Next TabSiguiente pestaña
-
+ Show the tab on the right.
-
+ Previous ViewVista anterior
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewVista siguiente
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide TabOcultar Ficha
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as AdminReiniciar como administrador
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesMódulos
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorError
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ LogLog
-
+ SymbolsSímbolos
-
+ BreakpointsBreakpoints
-
+ Memory MapMapa de memoria
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Comando:
-
+ ReadyPreparado
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesIdiomas
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileAbrir archivo
-
+ Executables (*.exe *.dll);;All files (*.*)Ejecutables (*.exe *.dll);;Todos los archivos (*. *)
-
+ DisassemblyDesensamblar
-
+ DumpVolcado
-
+ StackPila
-
+ Enter expression to run to...Introduce la expresión hasta la que ejecutar...
-
-
+
+ Error!¡Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Todo el dinero será destinado al desarrollo de x64dbg.
-
+ You will visit x64dbg's official blog.Vas a ser dirigido al blog oficial de x64dbg.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Será dirigido a una web donde podrá reportar el error.
Rellena tanta información como te sea posible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?Esta acción hará que el depurador se rompa y genere un volcado de error.De ser así perderás toda la informacion no guardada. ¿Realmente quieres continuar?
-
+ Have fun debugging the debugger!¡Diviértete depurando el depurador!
-
+ Debugger detected!Depurador detectado
-
+ Mnemonic help
-
+ Change Command LineCambiar el comando empleado
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.No se puede obtener una línea de comando remota, utilice el comando 'getcmdline' para más información.
-
+ Could not set command line!No se pudo establecer la línea de comandos!
-
+ New command line: Nueva línea de comandos:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.No se puede abrir el manual. Por favor, compruebe que x64dbg.chm existe y asegúrese que no hay otro problema en su sistema.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?La traducción está casi vacía. ¿Seguro que quieres usar este idioma?
-
+ New language setting will take effect upon restart.La nueva configuración de idioma tendrá efecto al reiniciar.
-
+ Animate commandAnimar el comando
-
+ Example: StepIntoEjemplo: StepInto
-
+ Customize MenusPersonalizar menús
-
+ Settings (*.ini);;All files (*.*)Ajustes (*.ini);;Todos los archivos (*.*)
-
+ Import databaseImportar base de datos
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export databaseExportar base de datos
-
+ Databases (%1);;All files (*.*)Bases de datos (%1);;Todos los archivos (*.*)
-
-
+
+ More CommandsMas comandos
@@ -15848,12 +15859,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseCerrar
@@ -18675,51 +18686,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!¡Error de red!
-
+ Failed to check for updates
-
+ Error!¡Error!
-
+ File on server could not be parsed...El archivo del servidor no pudo ser leído...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- ¡Nueva actualización disponible (%1)!<br>Descárgala desde <a href="%2">aquí</a><br><br>tu versión actual es %3
-
-
-
+ You have a development build (%1) of x64dbg!Tienes una versión de desarrollo (%1) de x64dbg.
-
+ You have the latest build (%1) of x64dbg!Tienes la última versión (%1) de x64dbg.
-
+ InformationInformación
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_fa_IR.ts b/x64dbg_fa_IR.ts
index c2dad7e..406d526 100644
--- a/x64dbg_fa_IR.ts
+++ b/x64dbg_fa_IR.ts
@@ -12917,7 +12917,7 @@ Do you want to continue rendering this graph?
-
+ &File&File
@@ -12947,1433 +12947,1444 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files&Recent Files
-
+ DatabaseDatabase
-
+ &View&View
-
+ &Debug&Debug
-
+ AdvancedAdvanced
-
+ &Helpراهنما
-
-
-
-
+
+
+
+ &Pluginsپلاگین ها
-
+ &Options&Options
-
-
+
+ &Theme&Theme
-
+ Favour&itesFavour&ites
-
+ Traci&ngTraci&ng
-
+ Trace &coverage
-
+ ToolbarToolbar
-
+ CommandBarCommandBar
-
+ &Open&Open
-
+ Run the file and start debugging.Run the file and start debugging.
-
+ E&xitE&xit
-
+ Exit x64dbg.Exit x64dbg.
-
+ &Run&Run
-
+ Run the debuggee or restart debugging.Run the debuggee or restart debugging.
-
+ &Pause&Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startRe&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&بستن
-
+ Terminate the debuggee and stop debugging.Terminate the debuggee and stop debugging.
-
+ Step &intoStep &into
-
+ Execute a single instructionExecute a single instruction
-
+ Step &overStep &over
-
+ Execute a single instruction without entering the CALL instructionExecute a single instruction without entering the CALL instruction
-
+ Co&mmandCo&mmand
-
+ Focus on the command barFocus on the command bar
-
+ E&xecute till returnE&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map&Memory Map
-
+ Show the Memory Map tab.Show the Memory Map tab.
-
+ &Log Window&Log Window
-
+ Show the Log tab.Show the Log tab.
-
+ &About&About
-
+ Display information about x64dbgDisplay information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints&Breakpoints
-
+ Show the Breakpoints tab.Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Script
-
-
+
+ ScriptScript
-
+ Show the Script tab.Show the Script tab.
-
+ Run &until selectionRun &until selection
-
+ Run until selectionRun until selection
-
+ Put a breakpoint on selection and run the debuggee.Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUپردازنده
-
+ Show the CPU tab to display the disassembly.Show the CPU tab to display the disassembly.
-
+ Symbol &InfoSymbol &Info
-
+ Symbol InfoSymbol Info
-
+ Show the Symbols tab.Show the Symbols tab.
-
+ &References&References
-
-
+
+ ReferencesReferences
-
+ Show the References tab.Show the References tab.
-
+ &Threads&Threads
-
-
+
+ ThreadsThreads
-
+ Show the Threads tab.Show the Threads tab.
-
+ &Preferences&Preferences
-
+ Preferencesاولویتها
-
+ Opem the Preferences dialog.Opem the Preferences dialog.
-
+ &Find Strings&Find Strings
-
+ Find StringsFind Strings
-
+ Find possible strings in the current module. Equivalent command "strref"Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Appearance
-
+ Open the Appearance dialog to adjust color and font settings.Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular CallsFind Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...Patch file...
-
+ Patchesقطعهکدهای پیوستی
-
+ Open the patch dialog.Open the patch dialog.
-
+ Commentsیادداشتها
-
+ Show a list of comments. Equivalent command "commentlist"Show a list of comments. Equivalent command "commentlist"
-
+ Labelsبرچسب ها
-
+ Show a list of labels. Equivalent command "labellist"Show a list of labels. Equivalent command "labellist"
-
+ BookmarksBookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functionsتوابع
-
+ Show a list of functions. Equivalent command "functionlist"Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesCheck for &Updates
-
+ Connect to Github to check for updatesConnect to Github to check for updates
-
-
-
+
+
+ Call StackCall Stack
-
+ Show the Call Stack tab.Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate&Donate
-
-
+
+ Donateکمک مالی
-
+ Open https://donate.x64dbg.com
-
+ Calculatorماشینحساب
-
+ Open the Calculator dialog.Open the Calculator dialog.
-
-
+
+ Attachاتصال
-
+ Attach the debugger to a process to debug it.Attach the debugger to a process to debug it.
-
-
+
+ DetachDetach
-
+ Detach from the debuggee so that it continues running without being debugged.Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &LineChange Command &Line
-
+ Set the command line of the debuggee.Set the command line of the debuggee.
-
-
+
+ Skip next instructionSkip next instruction
-
+ TopmostTopmost
-
+ Topmost WindowTopmost Window
-
+ Make x64dbg topmostMake x64dbg topmost
-
+ &Report Bug&Report Bug
-
-
+
+ Report BugReport Bug
-
+ Open https://report.x64dbg.com
-
+ &Source&Source
-
-
+
+ SourceSource
-
+ Show the Source tab.Show the Source tab.
-
+ &Manual&Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&FAQ
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH ChainSEH Chain
-
-
+
+ Hide debugger (PEB)Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssReload style.css
-
+ Read style.css from disk to apply theme changes.Read style.css from disk to apply theme changes.
-
-
+
+ NotesNotes
-
+ Show the Notes tab.Show the Notes tab.
-
-
+
+ HandlesHandles
-
+ Show the Handles tab.Show the Handles tab.
-
-
-
+
+
+ Trace over...Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bitبیت
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byteبایت
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Wordکلمه
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disableغیر فعالسازی
-
+ Disable trace coverage
-
+ Run to &user codeRun to &user code
-
+ Trace over until user code would be executed.Trace over until user code would be executed.
-
+ Run until e&xpressionRun until e&xpression
-
+ Undo last instructionUndo last instruction
-
-
+
+ Generate crash dumpGenerate crash dump
-
-
+
+ &Manage Favourite Tools...&Manage Favourite Tools...
-
+ Step over (source)Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&Graph
-
+ Show the CPU tab and switch to Graph mode.Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)Step into (swallow exception)
-
+ Step over (swallow exception)Step over (swallow exception)
-
+ Run (swallow exception)Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ BlogBlog
-
+ Open https://blog.x64dbg.com
-
+ Animate intoAnimate into
-
+ Execute the step into command at a fixed paceExecute the step into command at a fixed pace
-
+ Animate overAnimate over
-
+ Execute the step over command at a fixed paceExecute the step over command at a fixed pace
-
+ Animate command...Animate command...
-
+ Execute a command at a fixed paceExecute a command at a fixed pace
-
+ System breakpoint scriptsSystem breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...Import settings...
-
+ Import settings from an external fileImport settings from an external file
-
+ Customize menusCustomize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database&Import database
-
+ Open an external database file to import data.Open an external database file to import data.
-
+ &Export database&Export database
-
+ Previous TabPrevious Tab
-
+ Show the tab on the left.Show the tab on the left.
-
+ Next TabNext Tab
-
+ Show the tab on the right.Show the tab on the right.
-
+ Previous Viewنمای قبلی
-
+ Show the tab history popup window and select more recently used tab.Show the tab history popup window and select more recently used tab.
-
+ Next Viewنمای بعدی
-
+ Show the tab history popup window and select previously viewed tab.Show the tab history popup window and select previously viewed tab.
-
+ Hide TabHide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables&Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as AdminRestart as Admin
-
+ Restart x64dbg under Administrator privilege.Restart x64dbg under Administrator privilege.
-
+ Pluginsپلاگین ها
-
+ Open https://plugins.x64dbg.com
-
-
+
+ TraceTrace
-
+ Show the Trace tab.Show the Trace tab.
-
+ Modulesقطعهکدها
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default&Default
-
+ &Save database&Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load databaseRe&load database
-
+ Discard all modifications and read all data from disk.Discard all modifications and read all data from disk.
-
+ &Restore backup database&Restore backup database
-
+ Read data from the backup database to recover from database corruption.Read data from the backup database to recover from database corruption.
-
+ &Clear database&Clear database
-
+ Clear all data.Clear all data.
-
+ About QtAbout Qt
-
+ Display information about QtDisplay information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Errorخطا
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]%1 [Elevated]
-
+ Logگزارش
-
+ SymbolsSymbols
-
+ BreakpointsBreakpoints
-
+ Memory MapMemory Map
-
+ SEHSEH
-
+ Favourite ToolboxFavourite Toolbox
-
+ Command: Command:
-
+ Readyآماده
-
-
-
-
-
-
+
+
+
+
+
+ Languagesزبان ها
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still runningDebuggee is still running
-
+ &Exit&Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit&Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging&Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileباز کردن فایل
-
+ Executables (*.exe *.dll);;All files (*.*)Executables (*.exe *.dll);;All files (*.*)
-
+ Disassemblyکد ماشین تبدیلشده به زبان نمادین
-
+ Dumpدادهها
-
+ Stackپشته
-
+ Enter expression to run to...Enter expression to run to...
-
-
+
+ Error!خطا!
-
+ Patches can only be shown while debugging...Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!Have fun debugging the debugger!
-
+ Debugger detected!Debugger detected!
-
+ Mnemonic help
-
+ Change Command LineChange Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!Could not set command line!
-
+ New command line: New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menuOpen the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.New language setting will take effect upon restart.
-
+ Animate commandAnimate command
-
+ Example: StepIntoExample: StepInto
-
+ Customize MenusCustomize Menus
-
+ Settings (*.ini);;All files (*.*)Settings (*.ini);;All files (*.*)
-
+ Import databaseImport database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export databaseExport database
-
+ Databases (%1);;All files (*.*)Databases (%1);;All files (*.*)
-
-
+
+ More CommandsMore Commands
@@ -15939,12 +15950,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Closeبستن
@@ -18768,52 +18779,52 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
Checking for updates...
-
+ Network Error!Network Error!
-
+ Failed to check for updates
-
+ Error!خطا!
-
+ File on server could not be parsed...File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
+ You have a development build (%1) of x64dbg!You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!You have the latest build (%1) of x64dbg!
-
+ InformationInformation
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_fi_FI.ts b/x64dbg_fi_FI.ts
index 445ff45..15410aa 100644
--- a/x64dbg_fi_FI.ts
+++ b/x64dbg_fi_FI.ts
@@ -12887,7 +12887,7 @@ Haluatko jatkaan tämän kaavion piirtämistä?
-
+ &File&Tiedosto
@@ -12917,1432 +12917,1443 @@ Haluatko jatkaan tämän kaavion piirtämistä?
x64dbg
-
+ &Recent Files&Viimeaikaiset tiedostot
-
+ Database
-
+ &View&Näytä
-
+ &Debug&Virheenjäljitys
-
+ AdvancedEdistyneet toiminnot
-
+ &Help&Ohje
-
-
-
-
+
+
+
+ &Plugins&Liitännäiset
-
+ &Options&Asetukset
-
-
+
+ &Theme&Teema
-
+ Favour&ites&Suosikit
-
+ Traci&ng
-
+ Trace &coverage
-
+ ToolbarTyökalupalkki
-
+ CommandBarKomentopalkki
-
+ &Open&Avaa
-
+ Run the file and start debugging.
-
+ E&xit&Poistu
-
+ Exit x64dbg.
-
+ &Run&Suorita
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Keskeytä
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startAloita &uudelleen
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Sulje
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoSuorita
-
+ Execute a single instruction
-
+ Step &overJätä &väliin
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand&Komento
-
+ Focus on the command bar
-
+ E&xecute till returnSuorita &loppuun
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map&Muistikartta
-
+ Show the Memory Map tab.
-
+ &Log Window&Loki-ikkuna
-
+ Show the Log tab.
-
+ &About&Tietoja
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &BreakpointsK&eskeytyskohdat
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Skripti
-
-
+
+ ScriptSkripti
-
+ Show the Script tab.
-
+ Run &until selectionJatka &valintaan asti
-
+ Run until selectionJatka valintaan asti
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&Suoritin
-
-
+
+ CPUSuoritin
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &InfoSymbolien &tiedot
-
+ Symbol InfoSymbolien tiedot
-
+ Show the Symbols tab.
-
+ &References&Viittaukset
-
-
+
+ ReferencesViittaukset
-
+ Show the References tab.
-
+ &ThreadsSä&ikeet
-
-
+
+ ThreadsSäikeet
-
+ Show the Threads tab.
-
+ &Preferences&Asetukset
-
+ PreferencesAsetukset
-
+ Opem the Preferences dialog.
-
+ &Find Strings&Etsi merkkijonoja
-
+ Find StringsEtsi merkkijonoja
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Ulkoasu
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular CallsEtsi moduulien välisiä kutsuja
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...Muuta tiedostoa...
-
+ PatchesMuutokset
-
+ Open the patch dialog.
-
+ CommentsKommentit
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsNimikkeet
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksKirjanmerkit
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsFunktiot
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesTarkista &päivitykset
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call StackKutsupino
-
+ Show the Call Stack tab.
-
+ HotkeysNäppäinkomennot
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate&Lahjoita
-
-
+
+ DonateLahjoita
-
+ Open https://donate.x64dbg.com
-
+ CalculatorLaskin
-
+ Open the Calculator dialog.
-
-
+
+ AttachKytke virheenjäljitin
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachIrrota
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &LineMuuta komento&riviä
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instructionHyppää seuraavan käskyn yli
-
+ TopmostYlin
-
+ Topmost WindowYlin ikkuna
-
+ Make x64dbg topmost
-
+ &Report Bug&Ilmoita viasta
-
-
+
+ Report BugIlmoita viasta
-
+ Open https://report.x64dbg.com
-
+ &Source&Lähdekoodi
-
-
+
+ SourceLähdekoodi
-
+ Show the Source tab.
-
+ &Manual&Käsikirja
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&Usein kysytyt kysymykset
-
+ FAQUsein kysytyt kysymykset
-
+ Open https://faq.x64dbg.com
-
+ SEH ChainSEH-ketju
-
-
+
+ Hide debugger (PEB)Piilota virheenjäljitin (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssLataa style.css uudelleen
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesMuistiinpanot
-
+ Show the Notes tab.
-
-
+
+ HandlesKahvat
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...Jäljitä suoritus (älä seuraa kutsua)...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...Jäljitä suoritus (seuraten kutsua)...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBitti
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteTavu
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordSana
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered codeSuorita, kunnes tullaan kattamattomaan koodiin
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered codeOhita, kunnes tullaan kattamattomaan koodiin
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered codeSuorita, kunnes tullaan katettuun koodiin
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered codeOhita, kunnes tullaan katettuun koodiin
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisablePoista käytöstä
-
+ Disable trace coverage
-
+ Run to &user codeJatka &käyttäjäalueen koodiin asti
-
+ Trace over until user code would be executed.
-
+ Run until e&xpressionJatka &lausekkeeseen asti
-
+ Undo last instructionKumoa viimeinen käsky
-
-
+
+ Generate crash dumpLuo kaatumisvedos
-
-
+
+ &Manage Favourite Tools...&Hallitse suosikkityökaluja...
-
+ Step over (source)Jätä väliin (lähdekoodi)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)Suorita (lähdekoodi)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&Kaavio
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)Suorita (unohda poikkeus)
-
+ Step over (swallow exception)Jätä väliin (unohda poikkeus)
-
+ Run (swallow exception)Jatka (unohda poikkeus)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ BlogBlogi
-
+ Open https://blog.x64dbg.com
-
+ Animate intoSuorita animoiden
-
+ Execute the step into command at a fixed pace
-
+ Animate overJätä väliin animoiden
-
+ Execute the step over command at a fixed pace
-
+ Animate command...Suorita komento animoiden...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...Tuo asetukset...
-
+ Import settings from an external file
-
+ Customize menusMuokkaa valikoita
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database&Tuo tietokanta
-
+ Open an external database file to import data.
-
+ &Export database&Vie tietokanta
-
+ Previous TabEdellinen välilehti
-
+ Show the tab on the left.
-
+ Next TabSeuraava välilehti
-
+ Show the tab on the right.
-
+ Previous ViewEdellinen näkymä
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewSeuraava näkymä
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide TabPiilota välilehti
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables&Muuttujat
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as AdminKäynnistä uudelleen järjestelmänvalvojana
-
+ Restart x64dbg under Administrator privilege.
-
+ PluginsLiitännäiset
-
+ Open https://plugins.x64dbg.com
-
-
+
+ TraceJäljitys
-
+ Show the Trace tab.
-
+ ModulesModuulit
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default&Oletus
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorVirhe
-
+ %1 (%2)
-
+ %1 [Elevated]%1 [Järjestelmänvalvoja]
-
+ LogLoki
-
+ SymbolsSymbolit
-
+ BreakpointsKeskeytyskohdat
-
+ Memory MapMuistikartta
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Komento:
-
+ ReadyValmis
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesKielet
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still runningVirheenjäljityksen kohde on edelleen käynnissä
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileAvaa tiedosto
-
+ Executables (*.exe *.dll);;All files (*.*)Suoritettavat tiedostot (*.exe *.dll);;Kaikki tiedostot (*.*)
-
+ DisassemblyPurettu koodi
-
+ Dumpmuistivedoksessa
-
+ Stackpinossa
-
+ Enter expression to run to...Syötä lauseke, johon asti suoritetaan...
-
-
+
+ Error!Virhe!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Kaikki raha käytetään x64dbg:n kehitykseen.
-
+ You will visit x64dbg's official blog.Siirryt vierailemaan x64dbg:n viralliseen blogiin.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Siirryt verkkosivulle, jolla voit ilmoittaa viasta.
Sisällytäthän ilmoitukseen niin paljon tietoja kuin mahdollista.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?Tämä toiminto aiheuttaa virheenjäljittimen kaatumisen ja luo kaatumisvdeoksen. MENETÄT KAIKKI TALLENTAMATTOMAT TIEDOT. Haluatko todella jatkaa?
-
+ Have fun debugging the debugger!Antoisia hetkiä virheenjäljittimen virheenjäljityksen kanssa!
-
+ Debugger detected!Virheenjäljitin havaittu!
-
+ Mnemonic help
-
+ Change Command LineMuuta komentoriviä
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Kohteen komentoriviä ei voi hakea. Käytä getcmdline-komentoa saadaksesi lisätietoja.
-
+ Could not set command line!Komentorivin asettaminen epäonnistui!
-
+ New command line: Uusi komentorivi:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.Käsikirjan avaaminen ei onnistu. Varmista, että x64dbg.chm-tiedosto on olemassa ja että järjestelmässäsi ei ole muita ongelmia.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?Käännös on lähes tyhjä. Haluatko silti käyttää tätä kieltä?
-
+ New language setting will take effect upon restart.Kieliasetus tulee voimaan seuraavan käynnistyksen yhteydessä.
-
+ Animate commandSuorita komento animoiden
-
+ Example: StepIntoEsimerkki: StepInto
-
+ Customize MenusMuokkaa valikoita
-
+ Settings (*.ini);;All files (*.*)Asetukset (*.ini);;Kaikki tiedostot (*.*)
-
+ Import databaseTuo tietokanta
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export databaseVie tietokanta
-
+ Databases (%1);;All files (*.*)Tietokannat (%1);;Kaikki tiedostot (*.*)
-
-
+
+ More CommandsLisää komentoja
@@ -15919,12 +15930,12 @@ TEB:n avulla voi kerätä paljon tietoa prosessista kutsumatta Win32-rajapinnan
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseSulje
@@ -18748,51 +18759,51 @@ Se voi aiheuttaa odottamatonta toimintaa virheenjäljitysistunnossa...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!Verkkovirhe!
-
+ Failed to check for updates
-
+ Error!Virhe!
-
+ File on server could not be parsed...Palvelimen tiedoston jäsentäminen ei onnistunut...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- Uusi versio %1 saatavilla!<br>Lataa <a href="%2">täältä</a><br><br>Käytät tällä hetkellä versiota %3.
-
-
-
+ You have a development build (%1) of x64dbg!Käytät x64dbg:n kehitysversiota (%1)!
-
+ You have the latest build (%1) of x64dbg!Käytät x64dbg:n viimeisintä versiota (%1)!
-
+ InformationTiedot
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_fil_PH.ts b/x64dbg_fil_PH.ts
index f1f5182..451a285 100644
--- a/x64dbg_fil_PH.ts
+++ b/x64dbg_fil_PH.ts
@@ -12626,7 +12626,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12656,1431 +12656,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Isara
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ PreferencesMga Kagustuhan
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesMga Tagpi-tagpi
-
+ Open the patch dialog.
-
+ CommentsKumento
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ CalculatorCalculator
-
+ Open the Calculator dialog.
-
-
+
+ AttachIlakip
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitKaunti
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordSalita
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableHindi pinagana
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous ViewNakaraang Tingin
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewSunod na Tingin
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesModyul
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorError
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ DisassemblyI-disassembly
-
+ DumpTapon
-
+ StackStack
-
+ Enter expression to run to...
-
-
+
+ Error!Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15628,12 +15639,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseIsara
@@ -18455,51 +18466,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_fr_FR.ts b/x64dbg_fr_FR.ts
index 3e7ce9c..96d576a 100644
--- a/x64dbg_fr_FR.ts
+++ b/x64dbg_fr_FR.ts
@@ -12708,7 +12708,7 @@ Do you want to continue rendering this graph?
-
+ &File&Fichier
@@ -12738,1431 +12738,1442 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent FilesFichiers &récents
-
+ Database
-
+ &ViewFenêtre
-
+ &Debug&Débogueur
-
+ Advanced
-
+ &Help&Aide
-
-
-
-
+
+
+
+ &Plugins&Plugins
-
+ &Options&Options
-
-
+
+ &Theme
-
+ Favour&itesFavor&is
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open&Ouvrir
-
+ Run the file and start debugging.
-
+ E&xit&Quitter
-
+ Exit x64dbg.
-
+ &Run&Exécuter
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startRedémarrer
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Fermer
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmandCo&mmande
-
+ Focus on the command bar
-
+ E&xecute till returnE&xécuter jusqu’au retour
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory MapSections &mémoire
-
+ Show the Memory Map tab.
-
+ &Log Window&Journal
-
+ Show the Log tab.
-
+ &About&À propos
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints&Points d'arrêt
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Script
-
-
+
+ ScriptScript
-
+ Show the Script tab.
-
+ Run &until selectionExécuter &jusqu'à la sélection
-
+ Run until selectionExécuter jusqu'à la sélection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References&Références
-
-
+
+ ReferencesRéférences
-
+ Show the References tab.
-
+ &Threads&Threads
-
-
+
+ ThreadsThreads
-
+ Show the Threads tab.
-
+ &Preferences&Préférences
-
+ PreferencesPréférences
-
+ Opem the Preferences dialog.
-
+ &Find StringsRechercher chaînes de caractères
-
+ Find StringsRechercher chaînes de caractères
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Apparence
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular CallsRechercher les appels intermodules
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...Fichier patch...
-
+ PatchesPatchs
-
+ Open the patch dialog.
-
+ CommentsCommentaires
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsÉtiquettes
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksMarque-pages
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsFonctions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesVérifier les mises à jour
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call StackPile d'appels
-
+ Show the Call Stack tab.
-
+ HotkeysRaccourcis
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.Ouvrez la boîte de dialogue des raccourcis clavier pour personnaliser les raccourcis clavier.
-
+ &DonateFaire un &don
-
-
+
+ DonateFaire une don
-
+ Open https://donate.x64dbg.comOuvrir https://donate.x64dbg.com
-
+ CalculatorCalculatrice
-
+ Open the Calculator dialog.
-
-
+
+ AttachAttacher
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachDétacher
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &LineChanger &ligne de commande
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instructionIgnorer la prochaine instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug&Signaler un bug
-
-
+
+ Report Bug&Signaler un bug
-
+ Open https://report.x64dbg.comOuvrir https://report.x64dbg.com
-
+ &Source&Source
-
-
+
+ SourceSource
-
+ Show the Source tab.
-
+ &Manual&Manuel
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&Foire aux questions
-
+ FAQFoire aux questions
-
+ Open https://faq.x64dbg.comOuvrir https://faq.x64dbg.com
-
+ SEH ChainChaîne SEH
-
-
+
+ Hide debugger (PEB)Masquer le débogueur (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssRecharger style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesNotes
-
+ Show the Notes tab.
-
-
+
+ HandlesHandles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteOctet
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableDésactiver
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instructionAnnuler la dernière instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&Graphique
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.comOuvrir https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database&Importer la base de données
-
+ Open an external database file to import data.
-
+ &Export database&Exporter la base de données
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous ViewVue précédente
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewVue suivante
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as AdminRedémarrer en tant qu'Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.comOuvrir https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesModules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorErreur
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ LogJournal
-
+ SymbolsSymboles
-
+ BreakpointsPoints d'arrêt
-
+ Memory MapSections mémoire
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Commande:
-
+ ReadyPrêt
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesLangues
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileOuvrir un fichier
-
+ Executables (*.exe *.dll);;All files (*.*)Fichiers exécutables (*.exe *.dll); Tous les fichiers (*. *)
-
+ DisassemblyVue Désassembleur
-
+ DumpVue Hexa
-
+ StackPile
-
+ Enter expression to run to...
-
-
+
+ Error!Erreur!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Tout les dons vont au développement de x64dbg.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Vous serez amené à notre site web où vous pouvez signaler un bug. Assurez-vous de fournir autant d’information que possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!Débogueur détecté !
-
+ Mnemonic help
-
+ Change Command LineChanger ligne de commande
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Impossible d'obtenir la ligne de commande à distance, utiliser la commande 'getcmdline' pour plus d’informations.
-
+ Could not set command line!Impossible de définir la ligne de commande !
-
+ New command line: Nouvelle ligne de commande :
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)Paramètres (*.ini);;Tous les fichiers (*.*)
-
+ Import databaseImporter la base de données
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)Bases de données (%1);;Sauvegarde de la base de données (%1.bak);;Tous les fichiers (*.*)
-
+ Export databaseExporter la base de données
-
+ Databases (%1);;All files (*.*)Bases de données (%1);;Tous les fichiers (*.*)
-
-
+
+ More Commands
@@ -15710,12 +15721,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseFermer
@@ -18537,51 +18548,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!Erreur réseau !
-
+ Failed to check for updates
-
+ Error!Erreur!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ InformationInformation
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_he_IL.ts b/x64dbg_he_IL.ts
index 221486f..c18cb96 100644
--- a/x64dbg_he_IL.ts
+++ b/x64dbg_he_IL.ts
@@ -12637,7 +12637,7 @@ Do you want to continue rendering this graph?
-
+ &File&קובץ
@@ -12667,1431 +12667,1442 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Filesקבצים אחרונים
-
+ Databaseמסד נתונים
-
+ &View&תצוגה
-
+ &Debug&דבג
-
+ Advancedמתקדם
-
+ &Help&עזרה
-
-
-
-
+
+
+
+ &Plugins&תוספים
-
+ &Options&אפשרויות
-
-
+
+ &Theme&ערכת נושא
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbarסרגל כלים
-
+ CommandBar
-
+ &Open&פתח
-
+ Run the file and start debugging.
-
+ E&xitי&ציאה
-
+ Exit x64dbg.
-
+ &Run&הרץ
-
+ Run the debuggee or restart debugging.
-
+ &Pause&השהה
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startהפעלה מחדש
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&סגור
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoצעד לתוך
-
+ Execute a single instruction
-
+ Step &overצעד מעל
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmandפקודות
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About&אודות
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints&נקודות עצירה
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&סקריפט
-
-
+
+ Scriptסקריפט
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References&הפניות
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads&Threads
-
-
+
+ ThreadsThreads
-
+ Show the Threads tab.
-
+ &Preferences&העדפות
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Stringsמצא מחרוזות
-
+ Find Stringsמצא מחרוזות
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&תצוגה
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...הטלא קובץ...
-
+ Patchesטלאים
-
+ Open the patch dialog.
-
+ Commentsהערות
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labelsתוויות
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarksסימניות
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functionsפונקציות
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate&תרום
-
-
+
+ Donateתרום
-
+ Open https://donate.x64dbg.com
-
+ Calculatorמחשבון
-
+ Open the Calculator dialog.
-
-
+
+ Attachצרף
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detachנתק
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmostהגבוה ביותר
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug&דווח על באג
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source&מקור
-
-
+
+ Sourceמקור
-
+ Show the Source tab.
-
+ &Manual&ידני
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&FAQ
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH ChainSEH Chain
-
-
+
+ Hide debugger (PEB)הסתר דיבאגר (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notesהערות
-
+ Show the Notes tab.
-
-
+
+ HandlesHandles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bitסיבית
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byteבית
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Wordמילה
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disableהשבת
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&גרף
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blogבלוג
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...יבא הגדרות...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database&יבא מסד נתונים
-
+ Open an external database file to import data.
-
+ &Export database&יצא מסד נתונים
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tabהלשונית הבאה
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tabהסתר לשונית
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Adminהפעל כמנהל
-
+ Restart x64dbg under Administrator privilege.
-
+ Pluginsתוספים
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Traceמעקב
-
+ Show the Trace tab.
-
+ Modulesמודולים
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default&ברירת מחדל
-
+ &Save database&שמור מסד נתונים
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load databaseטע&ן מחדש מסד נתונים
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database&נקה מסד נתונים
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Errorשגיאה
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]
-
+ LogLog
-
+ Symbolsסמלים
-
+ Breakpointsנקודת עצירה
-
+ Memory Map
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: פקודה:
-
+ Readyמוכן
-
-
-
-
-
-
+
+
+
+
+
+ Languagesשפות
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit&יציאה
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileפתח קובץ
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ DisassemblyDisassembly
-
+ DumpDump
-
+ Stackמחסנית
-
+ Enter expression to run to...
-
-
+
+ Error!שגיאה!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.כל הכסף ילך לפיתוח x64dbg
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?התרגום כמעט ריק לגמרי, האם אתה עדיין מעוניין להשתמש בשפה זו?
-
+ New language setting will take effect upon restart.הגדרות שפה חדשה יכנסו לתוקף לאחר הפעלה מחדש
-
+ Animate command
-
+ Example: StepIntoדוגמה: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import databaseיבא מסד נתונים
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export databaseיצוא מסד נתונים
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commandsפקודות נוספות
@@ -15639,12 +15650,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Closeסגור
@@ -18466,51 +18477,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!שגיאת רשת!
-
+ Failed to check for updates
-
+ Error!שגיאה!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Informationמידע
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_hi_IN.ts b/x64dbg_hi_IN.ts
index 4a5bcce..5207ebf 100644
--- a/x64dbg_hi_IN.ts
+++ b/x64dbg_hi_IN.ts
@@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_hu_HU.ts b/x64dbg_hu_HU.ts
index c0fded6..19b4efc 100644
--- a/x64dbg_hu_HU.ts
+++ b/x64dbg_hu_HU.ts
@@ -12623,7 +12623,7 @@ Do you want to continue rendering this graph?
-
+ &File&Fájl
@@ -12653,1431 +12653,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files&Legutóbbi fájlok
-
+ Database
-
+ &View&Nézet
-
+ &Debug
-
+ Advanced
-
+ &Help&Súgó
-
-
-
-
+
+
+
+ &Plugins&Bővítmények
-
+ &Options
-
-
+
+ &Theme&Téma
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open&Megnyitás
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Szüneteltetés
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Bezár
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into&Bele lépés
-
+ Execute a single instruction
-
+ Step &over&Átlépés
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences&Beállítások
-
+ PreferencesBeállítások
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Megjelenés
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ CommentsMegjegyzések
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsCímkék
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksKönyvjelzők
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesFrissítések keresése
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ HotkeysGyorsbillentyűk
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ CalculatorSzámológép
-
+ Open the Calculator dialog.
-
-
+
+ AttachCsatolás
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteBájt
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordSzó
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableLetiltás
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous ViewElőző nézet
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewKövetkező nézet
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables&Változók
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as AdminÚjraindítás rendszergazdaként
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesModulok
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ SymbolsSzimbólumok
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesNyelvek
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit&Kilépés
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ StackVerem
-
+ Enter expression to run to...
-
-
+
+ Error!Hiba!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15627,12 +15638,12 @@ a TEB lehet hozzászokott kap egy csomó információt a folyamat a Win32 API h
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseBezárás
@@ -18454,51 +18465,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
Frissítések keresése...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!Hiba!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_id_ID.ts b/x64dbg_id_ID.ts
index 518692f..ed62d39 100644
--- a/x64dbg_id_ID.ts
+++ b/x64dbg_id_ID.ts
@@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_it_IT.ts b/x64dbg_it_IT.ts
index 4205b1f..d0c33be 100644
--- a/x64dbg_it_IT.ts
+++ b/x64dbg_it_IT.ts
@@ -12644,7 +12644,7 @@ Do you want to continue rendering this graph?
-
+ &File&File
@@ -12674,1431 +12674,1442 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent FilesFile &recenti
-
+ Database
-
+ &View&Visualizza
-
+ &Debug&Debug
-
+ Advanced
-
+ &Help&Aiuto
-
-
-
-
+
+
+
+ &Plugins&Plugins
-
+ &Options&Opzioni
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open&Apri
-
+ Run the file and start debugging.
-
+ E&xitEs&ci
-
+ Exit x64dbg.
-
+ &Run&Avvia
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Pausa
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start&Riavvia
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Chiudi
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoStep &into
-
+ Execute a single instruction
-
+ Step &overStep &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmandCo&mando
-
+ Focus on the command bar
-
+ E&xecute till returnE&seguire fino al return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map&Mappa della memoria
-
+ Show the Memory Map tab.
-
+ &Log Window&Finestra log
-
+ Show the Log tab.
-
+ &AboutInform&azioni su
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints&Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Script
-
-
+
+ ScriptScript
-
+ Show the Script tab.
-
+ Run &until selectionEsegui &fino alla selezione
-
+ Run until selectionEsegui fino alla selezione
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info&Info simbolo
-
+ Symbol InfoInfo simbolo
-
+ Show the Symbols tab.
-
+ &References&Riferimenti
-
-
+
+ ReferencesRiferimenti
-
+ Show the References tab.
-
+ &Threads&Threads
-
-
+
+ ThreadsThreads
-
+ Show the Threads tab.
-
+ &Preferences&Impostazioni
-
+ PreferencesPreferenze
-
+ Opem the Preferences dialog.
-
+ &Find Strings&Trova stringhe
-
+ Find StringsTrova stringhe
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Aspetto
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular CallsTrova call intermodulari
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesModifiche
-
+ Open the patch dialog.
-
+ CommentsCommenti
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsEtichette
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksSegnalibri
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsFunzioni
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesControlla Aggiornamenti
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call StackStack di chiamate
-
+ Show the Call Stack tab.
-
+ HotkeysScorciatoie
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate&Donare
-
-
+
+ DonateDonare
-
+ Open https://donate.x64dbg.comApri https://donate.x64dbg.com
-
+ CalculatorCalcolatrice
-
+ Open the Calculator dialog.
-
-
+
+ AttachCollega
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachScollega
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &LineCambia &linea di comando
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instructionSalta la prossima istruzione
-
+ TopmostIn primo piano
-
+ Topmost WindowFinestra in primo piano
-
+ Make x64dbg topmost
-
+ &Report Bug&Segnala Bug
-
-
+
+ Report BugSegnala Bug
-
+ Open https://report.x64dbg.comApri https://report.x64dbg.com
-
+ &Source&Sorgente
-
-
+
+ SourceSorgente
-
+ Show the Source tab.
-
+ &Manual&Manuale
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQDomande frequenti (&FAQ)
-
+ FAQDomande frequenti (FAQ)
-
+ Open https://faq.x64dbg.comApri https://faq.x64dbg.com
-
+ SEH ChainSEH Chain
-
-
+
+ Hide debugger (PEB)Nascondi il debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssRicaricare style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesNote
-
+ Show the Notes tab.
-
-
+
+ HandlesHandles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableDisattiva
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ BlogBlog
-
+ Open https://blog.x64dbg.comApri https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next TabScheda successiva
-
+ Show the tab on the right.
-
+ Previous ViewVista precedente
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewVista successiva
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide TabNascondi la scheda
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.comApri https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesModuli
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorErrore
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ LogLog
-
+ SymbolsSimboli
-
+ BreakpointsPunti di interruzione
-
+ Memory MapMappa della memoria
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Comando:
-
+ ReadyPronto
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesLingue
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileApri file
-
+ Executables (*.exe *.dll);;All files (*.*)File eseguibili (*. dll *.exe); Tutti i file (*. *)
-
+ DisassemblyDisassembly
-
+ DumpDump
-
+ StackStack
-
+ Enter expression to run to...
-
-
+
+ Error!Errore!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Tutto il denaro andrà allo sviluppo di x64dbg.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Accederai a un sito web dove è possibile segnalare un bug. Assicurati di inserire quante più informazioni possibili.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command LineCambia linea di comando
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Non è possibile ottenere la riga di comando remoto, utilizzare il comando 'getcmdline' per ulteriori informazioni.
-
+ Could not set command line!Impossibile settare la linea di comando!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15650,12 +15661,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseChiudi
@@ -18477,51 +18488,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!Errore!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ InformationInformazione
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_ja_JP.ts b/x64dbg_ja_JP.ts
index 6686740..d6688bf 100644
--- a/x64dbg_ja_JP.ts
+++ b/x64dbg_ja_JP.ts
@@ -5338,7 +5338,7 @@
Set EIP/RIP Here
-
+ ここに EIP/RIP を設定
@@ -5505,7 +5505,7 @@
Sync With Expression
-
+ 式と同期
@@ -5904,7 +5904,7 @@
Toggle sync with EIP/RIP
-
+ EIP/RIP の同期を切り替え
@@ -11838,17 +11838,17 @@ Do you want to continue rendering this graph?
Export data in CSV format
-
+ データをCSV形式でエクスポートEnter the CSV file name to export
-
+ エクスポートするCSVファイル名の入力CSV files (*.csv);;All files (*.*)
-
+ CSV ファイル (*.csv);;すべてのファイル (*.*)
@@ -12080,7 +12080,7 @@ Do you want to continue rendering this graph?
Address:
-
+ アドレス:
@@ -12966,35 +12966,35 @@ Do you want to continue rendering this graph?
hex_viewer
-
+ hex_viewer
-
+ &Fileファイル(&F)&Load file
-
+ ファイルの読み込み[&L]Minidump
-
+ MinidumpLoad DMP/EXE
-
+ DMP/EXE の読み込みRemote Table
-
+ リモートテーブル
@@ -13002,1432 +13002,1443 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files最近使ったファイル(&R)
-
+ Databaseデータベース
-
+ &View表示(&V)
-
+ &Debugデバッグ(&D)
-
+ Advanced高度な操作
-
+ &Helpヘルプ(&H)
-
-
-
-
+
+
+
+ &Pluginsプラグイン(&P)
-
+ &Optionsオプション(&O)
-
-
+
+ &Themeテーマ(&T)
-
+ Favour&itesお気に入り(&I)
-
+ Traci&ngトレース(&N)
-
+ Trace &coverageトレース カバレッジ(&C)
-
+ Toolbarツールバー
-
+ CommandBarコマンドバー
-
+ &Open開く(&O)
-
+ Run the file and start debugging.ファイルを実行し、デバッグを開始します。
-
+ E&xit終了(&X)
-
+ Exit x64dbg.x64dbg の終了。
-
+ &Run実行(&R)
-
+ Run the debuggee or restart debugging.デバッグ対象を実行するか、デバッグを再起動します。
-
+ &Pause一時停止(&P)
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.デバッグするためにデバッグ対象の実行を一時停止するか、アニメーション イントゥ/オーバー を停止します。
-
+ Re&start再起動(&S)
-
+ Stop the debuggee and restart it, or restart the last debugged file.デバッグ対象を停止して再起動するか、最後にデバッグしたファイルを再起動します。
-
+ &Close閉じる(&C)
-
+ Terminate the debuggee and stop debugging.デバッグ対象を強制終了し、デバッグを停止する。
-
+ Step &intoステップイン(&I)
-
+ Execute a single instruction単一の命令を実行
-
+ Step &overステップオーバー(&O)
-
+ Execute a single instruction without entering the CALL instructionCALL 命令を入力せずに単一の命令を実行する
-
+ Co&mmandコマンド(&M)
-
+ Focus on the command barコマンドバーにフォーカス
-
+ E&xecute till returnリターンまで実行(&X)
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.RET命令が実行され、スタックポインタが現在の値以下になるまでトレースします。
-
+ &Memory Mapメモリ マップ(&M)
-
+ Show the Memory Map tab.メモリ マップ タブを表示。
-
+ &Log Windowログ(&L)
-
+ Show the Log tab.ログ タブの表示。
-
+ &Aboutx64dbg について(&A)
-
+ Display information about x64dbgx64dbg に関する情報を表示
-
+ ScyllaScylla
-
+ &Breakpointsブレークポイント(&B)
-
+ Show the Breakpoints tab.ブレークポイント タブの表示。
-
+ Step into (pass all exceptions)ステップイン (すべての例外をパス)
-
+ Execute a single instruction, pass exceptions to the debuggee.単一の命令を実行し、デバッグ対象に例外を渡す。
-
+ Step over (pass all exceptions)ステップオーバー (すべての例外をパス)
-
+ Run (pass all exceptions)実行 (すべての例外をパス)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.デバッグ対象を実行し、一時停止せずにすべての例外をデバッグ対象に渡す。
-
+ Execute till return (pass all exceptions)リターンまで実行 (すべての例外をパス)
-
+ &Scriptスクリプト(&S)
-
-
+
+ Scriptスクリプト
-
+ Show the Script tab.スクリプト タブの表示。
-
+ Run &until selection選択行まで実行(&U)
-
+ Run until selection選択行まで実行
-
+ Put a breakpoint on selection and run the debuggee.選択範囲にブレークポイントを置いてデバッグを実行する。
-
+ &CPUCPU(&C)
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.逆アセンブリを表示するには、CPU タブを表示します。
-
+ Symbol &Infoシンボル情報(&I)
-
+ Symbol Infoシンボル情報
-
+ Show the Symbols tab.シンボル タブの表示。
-
+ &References参照(&R)
-
-
+
+ References参照
-
+ Show the References tab.参照 タブの表示。
-
+ &Threadsスレッド(&T)
-
-
+
+ Threadsスレッド
-
+ Show the Threads tab.スレッド タブの表示。
-
+ &Preferences環境設定(&P)
-
+ Preferences環境設定
-
+ Opem the Preferences dialog.参照 ダイアログを開く。
-
+ &Find Strings文字列の検索(&F)
-
+ Find Strings文字列を検索
-
+ Find possible strings in the current module. Equivalent command "strref"現在のモジュール内の可能な文字列を検索します。 同等のコマンド "strref"
-
+ &Appearance外観設定(&A)
-
+ Open the Appearance dialog to adjust color and font settings.外観設定を開き、色とフォントを設定する。
-
-
+
+ Find Intermodular Callsモジュール間呼び出しの検索
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"現在のモジュール内のモジュール間の呼び出しを検索します。同等のコマンド "modcallfind"
-
+ Patch file...ファイルのパッチ...
-
+ Patchesパッチ
-
+ Open the patch dialog.パッチ ダイアログを開く。
-
+ Commentsコメント
-
+ Show a list of comments. Equivalent command "commentlist"コメント一覧の表示。同等のコマンド "commentlist"
-
+ Labelsラベル
-
+ Show a list of labels. Equivalent command "labellist"ラベルの一覧を表示。同等のコマンド "labellist"
-
+ Bookmarksブックマーク
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"ブックマークの一覧を表示。同等のコマンド "bookmarklist"
-
+ Functions関数
-
+ Show a list of functions. Equivalent command "functionlist"関数の一覧を表示。同等のコマンド "functionlist"
-
+ Check for &Updates更新の確認(&U)
-
+ Connect to Github to check for updatesGithub に接続して更新を確認します
-
-
-
+
+
+ Call Stackコール スタック
-
+ Show the Call Stack tab.コールスタック タブを表示。
-
+ Hotkeysホットキーの設定
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.ホットキー ダイアログを開き、キーボードのホットキーをカスタマイズします。
-
+ &Donate寄付(&D)
-
-
+
+ Donate寄付
-
+ Open https://donate.x64dbg.comhttps://donate.x64dbg.com を開く
-
+ Calculator計算機
-
+ Open the Calculator dialog.計算機ダイアログを開く。
-
-
+
+ Attachアタッチ
-
+ Attach the debugger to a process to debug it.プロセスをデバッガにアタッチして、デバッグする。
-
-
+
+ Detachデタッチ
-
+ Detach from the debuggee so that it continues running without being debugged.デバッグを行わずに実行を続けるようにデバッグ対象から切り離す。
-
+ Change Command &Lineコマンドラインの変更(&L)
-
+ Set the command line of the debuggee.デバッグ対象のコマンドラインを設定。
-
-
+
+ Skip next instruction次の命令をスキップ
-
+ Topmost常に手前に表示
-
+ Topmost Window常に手前に表示
-
+ Make x64dbg topmostx64dbg を常に最前面に表示します
-
+ &Report Bugバグを報告(&R)
-
-
+
+ Report Bugバグを報告する
-
+ Open https://report.x64dbg.comhttps://report.x64dbg.com を開く
-
+ &Sourceソース(&S)
-
-
+
+ Sourceソース
-
+ Show the Source tab.ソース タブの表示。
-
+ &Manualマニュアル(&M)
-
+ Open the CHM manual or online documentation at https://help.x64dbg.comCHMマニュアルまたはオンラインドキュメントを開く https://help.x64dbg.com
-
+ &FAQFAQ(&F)
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.comhttps://faq.x64dbg.com を開く
-
+ SEH Chain構造化例外処理(SEH Chain)
-
-
+
+ Hide debugger (PEB)デバッガを隠す(PEB)
-
+ Modifies the PEB to hide debugger.プロセス環境ブロック を変更してデバッガーを非表示ににします。
-
-
+
+ Reload style.cssStyle.css の再読み込み
-
+ Read style.css from disk to apply theme changes.テーマの変更を適用するには、ディスクから style.css を読み取ります。
-
-
+
+ Notesノート
-
+ Show the Notes tab.ノート タブを表示する。
-
-
+
+ Handlesハンドル
-
+ Show the Handles tab.ハンドル タブを表示する。
-
-
-
+
+
+ Trace over...トレース オーバー...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"条件が真になるまでステップオーバーし、トレース時にオプションでログに記録してコマンドを実行します。同等のコマンド "tocnd"
-
-
-
+
+
+ Trace into...トレース イントゥ...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"条件が真になるまでステップインし、トレース時にオプションでログに記録してコマンドを実行します。同等のコマンド "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)1ビットのトレース カバレッジを有効にする (命令が実行されたかどうかにかかわらず)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.1バイトのトレース カバレッジを有効にして、命令が実行された回数を記録します。
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.1ワードのトレース カバレッジを有効にして、命令が実行された回数を記録します。
-
+ Step into until reaching uncovered code未実行コードに到達するまでステップイン
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"以前の未実行命令に到達するまでステップインします。同等のコマンド "tibt"
-
+ Step over until reaching uncovered code未実行コードに到達するまでステップオーバー
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"以前の未実行命令に到達するまでステップオーバーします。同等のコマンド "tobt"
-
+ Step into until reaching covered code実行済みコードに到達するまでステップイン
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"以前の実行済み命令に到達するまでステップインします。同等のコマンド "tiit"
-
+ Step over until reaching covered code実行済みコードに到達するまでステップオーバー
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"以前の実行済み命令に到達するまでステップオーバーします。同等のコマンド "toit"
-
+ Disable無効
-
+ Disable trace coverageトレース カバレッジを無効にする
-
+ Run to &user codeユーザーコードまで実行(&U)
-
+ Trace over until user code would be executed.ユーザーコードが実行されるまでトレースします。
-
+ Run until e&xpression指定アドレスまで実行(&X)
-
+ Undo last instruction最後の命令を取り消し
-
-
+
+ Generate crash dumpクラッシュ ダンプを生成
-
-
+
+ &Manage Favourite Tools...お気に入りの管理(&M)...
-
+ Step over (source)ステップオーバー (ソース行)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"サブルーチンに入らずにソースコードの 1 行を実行します。"TraceOverConditional src.line(cip) && !src.disp(cip)" と同等
-
+ Step into (source)ステップイン (ソース行)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"単一のソースコード行を実行します。"TraceIntoConditional src.line(cip) && !src.disp(cip)" と同等
-
+ &Graphグラフ(&G)
-
+ Show the CPU tab and switch to Graph mode.CPU タブを表示し、グラフ モードに切り替えます。
-
+ Step into (swallow exception)ステップイン (例外をスキップ)
-
+ Step over (swallow exception)ステップオーバー (例外をスキップ)
-
+ Run (swallow exception)実行 (例外をスキップ)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.デバッグ対象を実行し、デバッグ対象が例外を処理しないようにすべての例外を無視します。
-
-
+
+ Blogブログ
-
+ Open https://blog.x64dbg.comhttps://blog.x64dbg.com を開く
-
+ Animate intoアニメーション イントゥ
-
+ Execute the step into command at a fixed pace固定ペースでステップイン コマンドを実行します
-
+ Animate overアニメーション オーバー
-
+ Execute the step over command at a fixed pace固定ペースでステップオーバー コマンドを実行します
-
+ Animate command...アニメーション コマンド...
-
+ Execute a command at a fixed pace固定ペースでコマンドを実行します
-
+ System breakpoint scriptsシステム ブレークポイント スクリプト
-
+ Set the script file to run automatically when the system breakpoint is reached.システムブレークポイントに達したときに、スクリプトファイルを自動的に実行するように設定します。
-
+ Import settings...設定のインポート...
-
+ Import settings from an external file外部ファイルから設定をインポートします
-
+ Customize menusメニューのカスタマイズ
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.[メニューのカスタマイズ] ダイアログを開いて、あまり使用しないメニュー項目を [その他のコマンド] サブメニューに表示されないようにします。
-
+ &Import databaseデータベースをインポート(&I)
-
+ Open an external database file to import data.外部データベースファイルを開いてデータをインポートします。
-
+ &Export databaseデータベースをエクスポート(&E)
-
+ Previous Tab前のタブへ
-
+ Show the tab on the left.左側にタブを表示。
-
+ Next Tab次のタブへ
-
+ Show the tab on the right.右側にタブを表示。
-
+ Previous View前の表示
-
+ Show the tab history popup window and select more recently used tab.タブ履歴ウィンドウを表示し、最近使ったタブを選択します。
-
+ Next View次の表示
-
+ Show the tab history popup window and select previously viewed tab.タブ履歴ウィンドウを表示し、以前に表示したタブを選択します。
-
+ Hide Tabタブを隠す
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.現在のタブを非表示にします。非表示のタブは、[表示] メニューから再度開くことができます。
-
+ &Variables変数(&V)
-
+ Show a list of x64dbg variables. Equivalent command "varlist"x64dbg 変数の一覧を表示します。同等のコマンド "varlist"
-
+ Restart as Admin管理者として再起動
-
+ Restart x64dbg under Administrator privilege.管理者権限で x64dbg を再起動します。
-
+ Pluginsプラグイン
-
+ Open https://plugins.x64dbg.comhttps://plugins.x64dbg.com を開く
-
-
+
+ Traceトレース
-
+ Show the Trace tab.トレース タブの表示。
-
+ Modulesモジュール
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.シンボル タブの表示。モジュールリストはシンボルタブにあります。
-
+ &Default既定(&D)
-
+ &Save databaseデータベースを保存(&S)
-
+ Save all data. The database will be automatically saved when debugging is stopped.すべてのデータを保存。デバッグを停止するとデータベースは自動的に保存されます。
-
+ Re&load databaseデータベースを再読み込み(&L)
-
+ Discard all modifications and read all data from disk.すべての変更を破棄し、ディスクからすべてのデータを読み込みます。
-
+ &Restore backup databaseデータベースのバックアップを復元(&R)
-
+ Read data from the backup database to recover from database corruption.データベースの破損から回復するために、バックアップデータベースからデータを読み取ります。
-
+ &Clear databaseデータベースを消去(&C)
-
+ Clear all data.すべてのデータを消去。
-
+ About QtQt について
-
+ Display information about QtQt についての情報を表示します
-
+ Mnemonic Helpニーモニックのヘルプ
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".アセンブリのニーモニックに関する詳細なヘルプ情報をログに出力します。等価コマンド "mnemonichelp name".
+
+
+ Release Notes
+ リリースノート
+
-
-
-
+
+
+
+ Errorエラー
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]%1 [管理者]
-
+ Logログ
-
+ Symbolsシンボル
-
+ Breakpointsブレークポイント
-
+ Memory Mapメモリ マップ
-
+ SEH構造化例外処理
-
+ Favourite Toolboxお気に入りツールバーの表示/非表示
-
+ Command: コマンド :
-
+ Ready待機中
-
-
-
-
-
-
+
+
+
+
+
+ Languages言語
-
+ Darkダーク
-
+ Always stop the debuggee and exit常にデバッグ対象を停止して終了する
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?デバッグ対象はまだ実行中です。終了すると強制終了されます。どうしますか?
-
+ Debuggee is still runningデバッグ対象はまだ実行中です
-
+ &Exit終了(&E)
-
+ Stop the debuggee and exit x64dbg.デバッグ対象を停止し、x64dbg を終了します。
-
+ &Detach and exit切り離して終了(&D)
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.デバッグ対象から切り離し(実行中のまま)、x64dbg を終了します。
-
+ &Restart debuggingデバッグを再開(&R)
-
+ Restart the debuggee and keep x64dbg open.デバッグ対象を再起動し、x64dbg は開いたままにします。
-
+ &Continue debuggingデバッグを続行する(&C)
-
+ Close this dialog and continue where you left off.このダイアログを閉じ、中断したところから続けます。
-
-
+
+ Unsupported systemサポートされていないシステム
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.x64dbg を ARM64 エミュレーション モードで実行しています。<b>このシステムは x64dbg ではサポートされていないため、予期しない動作が発生します。</b> この環境でマルウェアを分析するのは危険なので、実際の Intel/AMD CPU に切り替える必要があります。<br><br>詳細については、<a href="%1">FAQ</a> を参照してください。
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.サポートされていないオペレーティング システム バージョンで x64dbg を実行しています。<b>今後のアップデートは、このシステムでは完全に実行されなくなります。</b><br><br>詳細については、公式の <a href="%1">アナウンス</a>を参照してください。
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.実行中はトレースを開始できません。最初に実行を一時停止します。
-
-
+
+ Open fileファイルを開く
-
+ Executables (*.exe *.dll);;All files (*.*)実行ファイル(*.exe *.dll);;すべてのファイル(*.*)
-
+ Disassembly逆アセンブル
-
+ Dumpダンプ
-
+ Stackスタック
-
+ Enter expression to run to...実行する条件式を入力...
-
-
+
+ Error!エラー!
-
+ Patches can only be shown while debugging...デバッグ中にのみパッチを表示できます...
-
+ All the money will go to x64dbg development.寄付はすべて x64dbg の開発に充てられます。
-
+ You will visit x64dbg's official blog.X64dbg の公式ブログをみてください。
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.バグを報告するためのウェブサイトが表示されます。できるだけ多くの情報を入力してください。
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?このアクションはデバッガをクラッシュさせてクラッシュ ダンプを生成します。そのため保存していないデータは失われます。続行しますか?
-
+ Have fun debugging the debugger!x64dbg デバッガを使ってデバッグを楽しんでください!
-
+ Debugger detected!デバッガが検出されました!
-
+ Mnemonic helpニーモニックのヘルプ
-
+ Change Command Lineコマンドラインの変更
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.リモートのコマンド ラインを取得できません。詳しくは'getcmdline'を使ってみてください。
-
+ Could not set command line!コマンドラインを設定できませんでした!
-
+ New command line: 新しいコマンドライン :
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.マニュアルを開くことができません。x64dbg.chmが存在するかどうか、また、システムに別の問題がないことを確認してください。
-
+ Do you want to open online manual at https://help.x64dbg.com ?オンラインマニュアルを https://help.x64dbg.com で開きますか?
-
+ Open the Favourites dialog to manage the favourites menuお気に入りのメニューを管理するには、お気に入りダイアログを開きます
-
+ Starting tool %1
ツール %1 を起動中
-
+ The translation is nearly empty. Do you still want to use this language?ほとんど翻訳されていませんが、この言語を使用しますか?
-
+ New language setting will take effect upon restart.言語の変更は再起動後に有効になります。
-
+ Animate commandアニメーション コマンド
-
+ Example: StepInto例 : ステップイン
-
+ Customize Menusメニューのカスタマイズ
-
+ Settings (*.ini);;All files (*.*)設定(*.ini);;すべてのファイル(*.*)
-
+ Import databaseデータベースのインポート
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)データベース (%1);;データベースのバックアップ (%1.bak);;すべてのファイル (*.*)
-
+ Export databaseデータベースのエクスポート
-
+ Databases (%1);;All files (*.*)データベース(%1);;すべてのファイル(*.*)
-
-
+
+ More Commands他のコマンド
@@ -14840,7 +14851,7 @@ Make sure to fill in as much information as possible.
Allocation
-
+ 割り当て
@@ -14860,7 +14871,7 @@ Make sure to fill in as much information as possible.
Protect
-
+ 保護
@@ -14914,12 +14925,12 @@ Make sure to fill in as much information as possible.
Frame
-
+ フレームLoading...
-
+ 読み込み中…
@@ -15244,92 +15255,92 @@ Do you want to apply these patches anyway?
Client no longer registered at: %1 (token: %2)
-
+ クライアントは %1 に登録されていません (トーク::%2)Already connected
-
+ 既に接続されていますPinging failed: %1/api/ping
-
+ Ping に失敗しました: %1/api/pingEndpoint working: %1
-
+ エンドポイントの動作: %1Thread already running (bad)
-
+ スレッドはすでに実行されています (不良)Server not running after starting thread
-
+ スレッドの開始後にサーバーが起動していませんClient registration failed (no response, error: %1)
-
+ クライアント登録に失敗しました (応答なし、エラー: %1)Client registration failed (status: %1, body: %2)
-
+ クライアント登録に失敗しました (ステータス: %1, 本文: %2)Client registration failed (JSON error: %1)
-
+ クライアント登録に失敗しました (JSON エラー: %1)Client registration failed (no token in body: %1)
-
+ クライアント登録に失敗しました (本文にトークンなし: %1)Client registration success (token: %1)
-
+ クライアント登録に成功しました (トークン: %1)Failed to unregister (no response, error: %1)
-
+ 登録解除に失敗しました(応答なし、エラー: %1)Failed to unregister (token: %1, body: %2)
-
+ 登録解除に失敗しました (トークン: %1, 本文: %2)Unregistered client (token: %1)
-
+ 未登録のクライアント (トークン: %1)Failed to bind to %1
-
+ %1 へのバインドに失敗しましたListening on http://%1:%2
-
+ http://%1:%2 で待機中Error listening on %1:%2
-
+ %1:%2 での待機中エラーServer stopped
-
+ サーバーが停止しました
@@ -15990,12 +16001,12 @@ TEBは、Win32APIを呼び出すことなく、プロセスに関する多くの
ReleaseNotesDialog
-
+ Release Notes
-
+ リリースノート
-
+ Close閉じる
@@ -17890,12 +17901,12 @@ This could introduce unexpected behaviour to your debugging session...
&Intermodular Calls
-
+ モジュール間コール[&I]&All Calls
-
+ すべてのコール[&A]
@@ -18393,18 +18404,19 @@ This could introduce unexpected behaviour to your debugging session...
Intermodular Calls (Trace)
-
+ モジュール間コール(トレース)Warning: No debugging session is active, cannot load module information while searching for intermodular calls. Searching for inter-page calls instead.
-
+ 警告 : デバッグセッションがアクティブではありません。モジュール間呼び出しを検索しているため、モジュール情報を読み込むことができません。代わりにページ間呼び出しを検索します。
+Calls (Trace)
-
+ コール (トレース)
@@ -18822,52 +18834,52 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
更新の確認中...
-
+ Network Error!ネットワーク エラー!
-
+ Failed to check for updates更新の確認に失敗しました
-
+ Error!エラー!
-
+ File on server could not be parsed...サーバー上のファイルを解析できませんでした...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- 新しいビルド %1 が利用可能です!<br>ダウンロード は<a href="%2">こちらから</a><br><br>現在使用中のビルド : %3
-
-
-
+ You have a development build (%1) of x64dbg!X64dbg の開発ビルド (%1) があります!
-
+ You have the latest build (%1) of x64dbg!x64dbg の最新ビルド (%1) があります!
-
+ Information情報
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_ka_GE.ts b/x64dbg_ka_GE.ts
index 193b295..99e725c 100644
--- a/x64dbg_ka_GE.ts
+++ b/x64dbg_ka_GE.ts
@@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Commentsკომენტარები
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attachმიმაგრება
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bitბიტი
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byteბაიტი
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Wordსიტყვა
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disableგამორთვა
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Errorშეცდომა
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassemblyდისასამბლირებული
-
+ Dumpდამპი
-
+ Stackსტეკი
-
+ Enter expression to run to...
-
-
+
+ Error!შეცდომა!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!შეცდომა!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_ko_KR.ts b/x64dbg_ko_KR.ts
index 47f8afa..f87b361 100644
--- a/x64dbg_ko_KR.ts
+++ b/x64dbg_ko_KR.ts
@@ -12886,7 +12886,7 @@ Do you want to continue rendering this graph?
-
+ &File파일(&F)
@@ -12916,1439 +12916,1450 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files최근 파일(&R)
-
+ Database데이터베이스
-
+ &View보기(&V)
-
+ &Debug디버그(&D)
-
+ Advanced고급
-
+ &Help도움말(&H)
-
-
-
-
+
+
+
+ &Plugins플러그인(&P)
-
+ &Options설정(&O)
-
-
+
+ &Theme테마(&T)
-
+ Favour&ites즐겨찾기(&I)
-
+ Traci&ng추적(&N)
-
+ Trace &coverage추적 커버리지(&C)
-
+ Toolbar도구모음
-
+ CommandBar명령도구모음
-
+ &Open열기(&O)
-
+ Run the file and start debugging.파일을 실행하고 디버깅을 시작합니다.
-
+ E&xit끝내기(&X)
-
+ Exit x64dbg.x64dbg를 종료합니다.
-
+ &Run실행(&R)
-
+ Run the debuggee or restart debugging.디버깅 대상을 실행하고 디버깅을 재시작합니다.
-
+ &Pause일시중지(&P)
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.디버그하기 위해 디버깅 대상의 실행을 중단합니다.
-
+ Re&start다시시작(&S)
-
+ Stop the debuggee and restart it, or restart the last debugged file.디버그 대상을 중단하고 재시작하거나 마지막 디버그된 파일을 재시작합니다.
-
+ &Close닫기(&C)
-
+ Terminate the debuggee and stop debugging.디버그 대상을 종료하고 디버깅을 중단합니다.
-
+ Step &into안으로 단계진행(&I)
-
+ Execute a single instruction단일 명령을 실행합니다.
-
+ Step &over건너서 단계진행(&O)
-
+ Execute a single instruction without entering the CALL instructionCALL 명령을 사용하지 않고 단일 명령을 실행합니다.
-
+ Co&mmand명령어(&M)
-
+ Focus on the command bar명령 표시줄에 초점
-
+ E&xecute till return반환할 때까지 실행(&X)
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.RET 명령이 실행되고 스택 포인터가 현재 값보다 작거나 같아질 때까지 추적합니다.
-
+ &Memory Map메모리 맵(&M)
-
+ Show the Memory Map tab.메모리 맵 탭을 표시합니다.
-
+ &Log Window로그 창(&L)
-
+ Show the Log tab.로그 탭을 표시합니다.
-
+ &About정보(&A)
-
+ Display information about x64dbgx64dbg에 대한 정보를 표시
-
+ ScyllaScylla
-
+ &Breakpoints중단점(&B)
-
+ Show the Breakpoints tab.중단점 탭을 표시합니다.
-
+ Step into (pass all exceptions)안으로 단계진행 (예외 모두 통과)
-
+ Execute a single instruction, pass exceptions to the debuggee.단일 명령을 실행하고 디버그 대상에게 예외를 넘겨줍니다.
-
+ Step over (pass all exceptions)건너서 단계진행 (예외 모두 통과)
-
+ Run (pass all exceptions)실행 (예외 모두 통과)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.디버그 대상을 실행하고 중단하지 않고 디버그 대상에게 모든 예외를 넘겨줍니다.
-
+ Execute till return (pass all exceptions)리턴 시점까지 실행 (예외 모두 통과)
-
+ &Script스크립트(&S)
-
-
+
+ Script스크립트
-
+ Show the Script tab.스크립트 탭을 표시합니다.
-
+ Run &until selection선택까지 실행(&U)
-
+ Run until selection선택까지 실행
-
+ Put a breakpoint on selection and run the debuggee.선택한 곳에 중단점을 설정고 디버그 대상을 실행합니다.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.디스어셈블리를 표시하기 위해 CPU 탭을 표시합니다.
-
+ Symbol &Info기호 정보(&I)
-
+ Symbol Info기호 정보
-
+ Show the Symbols tab.심볼 탭을 표시합니다.
-
+ &References참조(&R)
-
-
+
+ References참조
-
+ Show the References tab.참조 탭을 표시합니다.
-
+ &Threads스레드(&T)
-
-
+
+ Threads스레드
-
+ Show the Threads tab.스레드 탭을 표시합니다.
-
+ &Preferences환경설정(&P)
-
+ Preferences환경설정
-
+ Opem the Preferences dialog.환경설정 창을 엽니다.
-
+ &Find Strings문자열 찾기(&S)
-
+ Find Strings문자열 찾기
-
+ Find possible strings in the current module. Equivalent command "strref"현재 모듈에서 가능한 문자열을 검색합니다. 동일한 명령어는 "strref"입니다.
-
+ &Appearance모양새(&A)
-
+ Open the Appearance dialog to adjust color and font settings.color와 font 설정을 위해 모양새 창을 엽니다.
-
-
+
+ Find Intermodular Calls모듈간 호출 찾기
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"현재 모듈에서 모듈 간 호출을 찾습니다. 동일한 명령어는 "modcallfind"입니다.
-
+ Patch file...파일 패치...
-
+ Patches패치
-
+ Open the patch dialog.패치 창을 엽니다.
-
+ Comments주석
-
+ Show a list of comments. Equivalent command "commentlist"주석 리스트를 표시합니다. 동일한 명령어는 "commentlist"입니다.
-
+ Labels레이블
-
+ Show a list of labels. Equivalent command "labellist"레이블 리스트를 표시합니다. 동일한 명령어는 "labellist"입니다.
-
+ Bookmarks책갈피
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"책갈피 리스트를 표시합니다. 동일한 명령어는 "bookmarklist"입니다.
-
+ Functions함수
-
+ Show a list of functions. Equivalent command "functionlist"함수 리스트를 표시합니다. 동일한 명령어는 "functionlist"입니다.
-
+ Check for &Updates업데이트 확인(&U)
-
+ Connect to Github to check for updates업데이트 확인을 위해 Github에 연결
-
-
-
+
+
+ Call Stack호출 스택
-
+ Show the Call Stack tab.스택 호출 탭을 표시합니다.
-
+ Hotkeys단축키
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.단축키 설정을 위해 단축키 창을 엽니다.
-
+ &Donate기부(&D)
-
-
+
+ Donate기부
-
+ Open https://donate.x64dbg.comhttps://donate.x64dbg.com 열기
-
+ Calculator계산기
-
+ Open the Calculator dialog.계산기 창을 엽니다.
-
-
+
+ Attach부착
-
+ Attach the debugger to a process to debug it.디버거를 프로세스에 연결하여 디버깅합니다.
-
-
+
+ Detach분리
-
+ Detach from the debuggee so that it continues running without being debugged.디버그 대상에서 분리하여 디버깅되지 않은 채로 계속 실행합니다.
-
+ Change Command &Line명령줄 바꾸기(&L)
-
+ Set the command line of the debuggee.디버그 대상의 명령어를 설정하세요.
-
-
+
+ Skip next instruction다음 명령어 건너뛰기
-
+ Topmost항상위
-
+ Topmost Window항상위 창
-
+ Make x64dbg topmostx64dbg를 최상위로 설정
-
+ &Report Bug버그 보고(&B)
-
-
+
+ Report Bug버그 보고
-
+ Open https://report.x64dbg.comhttps://report.x64dbg.com 열기
-
+ &Source소스(&S)
-
-
+
+ Source소스
-
+ Show the Source tab.소스 탭 표시합니다.
-
+ &Manual사용설명서(&M)
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com https://help.x64dbg.com를 열어 CHM 매뉴얼과 온라인 문서를 확인
-
+ &FAQ&FAQ
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.comhttps://faq.x64dbg.com 열기
-
+ SEH ChainSEH 연쇄
-
-
+
+ Hide debugger (PEB)디버거 숨기기 (PEB)
-
+ Modifies the PEB to hide debugger.디버거를 숨기기 위해 PEB 수정
-
-
+
+ Reload style.cssstyle.css 다시 불러오기
-
+ Read style.css from disk to apply theme changes.테마 변경사항을 적용하려면 디스크에서 style.css를 읽으세요.
-
-
+
+ Notes메모
-
+ Show the Notes tab.메모 탭을 표시합니다.
-
-
+
+ Handles핸들
-
+ Show the Handles tab.처리 탭을 표시합니다.
-
-
-
+
+
+ Trace over...건너서 추적...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"조건이 참이 될 때까지 건너뛰고, 선택적으로 트레이싱 중에 로그를 기록하고 명령을 실행합니다. 동일한 명령어는 "tocnd"입니다.
-
-
-
+
+
+ Trace into...안으로 추적...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"조건이 참이 될 때까지 단계별 진행하고, 선택적으로 추적 중에 로그를 기록하고 명령을 실행합니다. 동일한 명령어는 "ticnd"입니다.
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)1비트 추적 커버리지를 활성화합니다 (명령이 실행되는 것과는 상관없이)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.명령이 몇번이나 실행되었는지 기록하기 위해 1바이트 추적 커버리지를 활성화합니다.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.명령이 몇번이나 실행되었는지 기록하기 위해 1단어 추적 커버리지를 활성화합니다.
-
+ Step into until reaching uncovered code커버되지 않은 코드까지 단계별로 진행
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"커버되지 않은 명령에 도달할 때까지 단계별 진행합니다. 동일한 명령어는 "tibt"입니다.
-
+ Step over until reaching uncovered code커버되지 않은 코드까지 건너뛰기
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"커버되지 않은 명령에 도달할 때까지 건너뜁니다. 동일한 명령어는 "tobt"입니다.
-
+ Step into until reaching covered code커버된 코드까지 단계별로 진행
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"커버된 명령에 도달할 때까지 단계별 진행합니다. 동일한 명령어는 "tilt"입니다.
-
+ Step over until reaching covered code커버된 코드까지 건너뛰기
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"커버된 명령에 도달할 때까지 건너뜁니다. 동일한 명령어는 "toit"입니다.
-
+ Disable비활성화
-
+ Disable trace coverage추적 커버리지 비활성화
-
+ Run to &user code사용자 코드로 실행(&U)
-
+ Trace over until user code would be executed.사용자의 코드가 실행될 때까지 추적합니다.
-
+ Run until e&xpression표현식까지 실행(&X)
-
+ Undo last instruction마지막 명령어 실행 취소
-
-
+
+ Generate crash dump크래시 덤프 생성
-
-
+
+ &Manage Favourite Tools...즐겨찾기 도구 관리(&M)...
-
+ Step over (source)건너서 단계진행 (소스)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"서브루틴에 들어가지 않고 소스 코드 한 줄을 실행합니다. 동일한 명령어는 "TraceOverConditional src.line(cip) && !src.disp(cip)"입니다.
-
+ Step into (source)안으로 단계진행 (소스)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"소스 코드 한 줄을 실행합니다. 동일한 명령어는 "TraceIntoConditional src.line(cip) && !src.disp(cip)"입니다.
-
+ &Graph그래프(&G)
-
+ Show the CPU tab and switch to Graph mode.CPU 탭을 표시하고 그래프모드로 전환합니다.
-
+ Step into (swallow exception)안으로 단계진행 (예외 통과)
-
+ Step over (swallow exception)건너서 단계진행 (예외 통과)
-
+ Run (swallow exception)실행 (예외 통과)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.디버그 대상을 실행하고 예외를 실행하지 않기 위해 모든 예외를 무시합니다.
-
-
+
+ Blog블로그
-
+ Open https://blog.x64dbg.comhttps://blog.x64dbg.com 열기
-
+ Animate into안으로 자동진행
-
+ Execute the step into command at a fixed pace일정한 속도로 명령어를 단계별 실행
-
+ Animate over건너서 자동진행
-
+ Execute the step over command at a fixed pace일정한 속도로 명령어를 건너뛰기
-
+ Animate command...자동진행 명령...
-
+ Execute a command at a fixed pace일정한 속도로 명령어를 실행
-
+ System breakpoint scripts시스템 중단점 스크립트
-
+ Set the script file to run automatically when the system breakpoint is reached.시스템 중단점에 도달했을 때 스크립트 파일이 자동으로 실행되도록 설정합니다.
-
+ Import settings...설정 가져오기...
-
+ Import settings from an external file외부 파일에서 설정을 가져오기
-
+ Customize menus사용자 지정 메뉴
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.자주 사용하지 않는 메뉴 항목을 "추가 명령어" 하위 메뉴에 숨기기 위해 메뉴 사용자 지정 대화 상자를 엽니다.
-
+ &Import database데이터베이스 가져오기(&I)
-
+ Open an external database file to import data.데이터를 가져오기 위해 외부 데이터베이스를 엽니다.
-
+ &Export database데이터베이스 내보내기(&E)
-
+ Previous Tab이전 탭
-
+ Show the tab on the left.탭을 왼쪽에 표시합니다.
-
+ Next Tab다음 탭
-
+ Show the tab on the right.탭을 오른쪽에 표시합니다.
-
+ Previous View이전 보기
-
+ Show the tab history popup window and select more recently used tab.탭 히스토리 팝업창을 표시하고 최근에 사용한 탭을 선택하세요.
-
+ Next View다음 보기
-
+ Show the tab history popup window and select previously viewed tab.탭 히스토리 팝업창을 표시하고 전에 사용한 탭을 선택하세요.
-
+ Hide Tab탭 숨기기
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.현재 탭을 숨깁니다. 숨긴 탭은 뷰 메뉴에서 다시 열 수 있습니다.
-
+ &Variables변수(&V)
-
+ Show a list of x64dbg variables. Equivalent command "varlist"x64dbg의 변수의 리스트를 표시합니다. 동일한 명령어는 "varlist"입니다.
-
+ Restart as Admin관리자로 다시 시작
-
+ Restart x64dbg under Administrator privilege.x64dbg를 관리자 권한으로 재시작합니다.
-
+ Plugins플러그인
-
+ Open https://plugins.x64dbg.comhttps://plugins.x64dbg.com 열기
-
-
+
+ Trace추적
-
+ Show the Trace tab.추적 탭을 표시합니다.
-
+ Modules모듈
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.심볼 탭을 표시합니다. 모듈 목록이 심볼 탭에 있음을 참고하세요.
-
+ &Default기본값(&D)
-
+ &Save database데이터베이스 저장(&S)
-
+ Save all data. The database will be automatically saved when debugging is stopped.모든 데이터를 저장합니다. 데이터베이스는 디버깅이 멈추면 자동으로 저장됩니다.
-
+ Re&load database데이터베이스 리로드(&L)
-
+ Discard all modifications and read all data from disk.모든 수정사항을 버리고 디스크에서 모든 데이터를 읽습니다.
-
+ &Restore backup database백업 데이터베이스 복원(&R)
-
+ Read data from the backup database to recover from database corruption.데이터베이스 복원을 위해 백업 데이터베이스에서 데이터를 읽습니다.
-
+ &Clear database데이터베이스 초기화(&C)
-
+ Clear all data.모든 데이터 삭제.
-
+ About QtQt에 대하여
-
+ Display information about QtQt에대한 정보를 표시
-
+ Mnemonic Help연상기호 도움말
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".어셈블리 연상기호에 대한 자세한 도움말 정보를 로그에 출력합니다. 동일한 명령어는 "mnemonichelp name"입니다.
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error오류
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]%1 [Elevated]
-
+ Log로그
-
+ Symbols기호
-
+ Breakpoints중단점
-
+ Memory Map메모리 맵
-
+ SEHSEH
-
+ Favourite Toolbox즐겨찾는 도구
-
+ Command: 명령:
-
+ Ready준비
-
-
-
-
-
-
+
+
+
+
+
+ Languages언어
-
+ Dark다크
-
+ Always stop the debuggee and exit종료시 항상 디버그 대상 중단하기
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?디버그 대상이 아직 실행중이며, 나갈 경우 종료됩니다. 어떻게 하시겠습니까?
-
+ Debuggee is still running디버그 대상이 아직 실행중
-
+ &Exit종료(&E)
-
+ Stop the debuggee and exit x64dbg.디버그 대상을 종료하고 x64dbg도 종료합니다.
-
+ &Detach and exit분리 후 종료(&D)
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.디버그 대상에서 분리(실행상태로 유지) 후 x64dbg를 종료합니다.
-
+ &Restart debugging디버깅 재시작(&R)
-
+ Restart the debuggee and keep x64dbg open.x64dbg를 켜놓은 채로 디버그 대상을 재시작합니다.
-
+ &Continue debugging이어서 디버깅(&C)
-
+ Close this dialog and continue where you left off.이 창을 닫고 이전 위치에서 계속 진행합니다.
-
-
+
+ Unsupported system미지원 시스템
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.실행 중에는 추적 기능을 시작할 수 없으니, 먼저 중지해주세요.
-
-
+
+ Open file파일 열기
-
+ Executables (*.exe *.dll);;All files (*.*)실행 파일(*.exe *.dll);;모든 파일 (*.*)
-
+ Disassembly디스어셈블리
-
+ Dump덤프
-
+ Stack스택
-
+ Enter expression to run to...실행할 표현식 입력...
-
-
+
+ Error!오류발생!
-
+ Patches can only be shown while debugging...패치는 디버깅 중에만 보입니다...
-
+ All the money will go to x64dbg development.모든 기부금은 x64dbg 개발에 사용됩니다.
-
+ You will visit x64dbg's official blog.x64dbg 공식 블로그에 방문합니다.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.버그를 보고하기 위해서 웹사이트에 방문합니다.
가능한 많은 정보를 입력해주세요.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?이 작업은 디버거 충돌시켜서 크래시 덤프를 생성합니다. 저장하지 않은 데이터는 모두 잃어버립니다. 정말로 계속 하시겠습니까?
-
+ Have fun debugging the debugger!디버거 디버깅하기로 즐거운 시간 보내세요!
-
+ Debugger detected!디버거 감지됨!
-
+ Mnemonic help연상기호 도움말
-
+ Change Command Line명령줄 바꾸기
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.원격 명령줄을 가져올 수 없습니다, 명령 'getcmdline'을 사용해서 자세한 정보를 확인하세요.
-
+ Could not set command line!명령줄을 설정할 수 없음!
-
+ New command line: 새로운 명령줄:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.사용설명서를 열 수 없습니다. x64dbg.chm 파일이 존재하는지, 시스템의 다른 프로그램에서 사용되지는 않는지 확인해보세요.
-
+ Do you want to open online manual at https://help.x64dbg.com ?https://help.x64dbg.com에서 온라인 메뉴얼을 여시겠습니까?
-
+ Open the Favourites dialog to manage the favourites menu즐겨찾기 메뉴를 관리할 수 있는 즐겨찾기 창을 엽니다.
-
+ Starting tool %1
%1 도구 시작
-
+ The translation is nearly empty. Do you still want to use this language?번역문이 거의 비어있습니다. 이 언어를 계속 사용하시겠습니까?
-
+ New language setting will take effect upon restart.새로운 언어 설정이 재시작하면 적용됩니다.
-
+ Animate command자동진행 명령
-
+ Example: StepInto예시: StepInto
-
+ Customize Menus사용자 지정 메뉴
-
+ Settings (*.ini);;All files (*.*)설정 파일 (*.ini);;모든 파일 (*.*)
-
+ Import database데이터베이스 가져오기
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)데이터베이스 (%1);;데이터베이스 백업 (%1.bak);;모든 파일 (*.*)
-
+ Export database데이터베이스 내보내기
-
+ Databases (%1);;All files (*.*)데이터베이스 (%1);;모든 파일 (*.*)
-
-
+
+ More Commands더 많은 명령어
@@ -15917,12 +15928,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close닫기
@@ -18752,52 +18763,52 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
업데이트 확인...
-
+ Network Error!네트워크 오류!
-
+ Failed to check for updates
-
+ Error!오류발생!
-
+ File on server could not be parsed...서버에 있는 파일은 구문 분석할 수 없습니다...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- 새로운 빌드 %1 를 사용하실 수 있습니다!<br>내려받기는 <a href="%2">여기</a><br><br>현재 빌드는 %3 입니다
-
-
-
+ You have a development build (%1) of x64dbg!x64dbg 개발자 빌드 (%1) 입니다!
-
+ You have the latest build (%1) of x64dbg!x64dbg 최신 빌드 (%1) 입니다!
-
+ Information정보
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_lt_LT.ts b/x64dbg_lt_LT.ts
index 8a9ac2f..0ee167a 100644
--- a/x64dbg_lt_LT.ts
+++ b/x64dbg_lt_LT.ts
@@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_nl_NL.ts b/x64dbg_nl_NL.ts
index 535f811..b13f1e0 100644
--- a/x64dbg_nl_NL.ts
+++ b/x64dbg_nl_NL.ts
@@ -12847,7 +12847,7 @@ Do you want to continue rendering this graph?
-
+ &FileBestand
@@ -12877,1431 +12877,1442 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files&Recente Bestanden
-
+ Database
-
+ &ViewBeeld
-
+ &Debug&Debug
-
+ Advanced
-
+ &Help&Help
-
-
-
-
+
+
+
+ &Plugins&Plugins
-
+ &Options&Opties
-
-
+
+ &Theme
-
+ Favour&itesFavor&ieten
-
+ Traci&ng
-
+ Trace &coverage
-
+ ToolbarWerkbalk
-
+ CommandBarOpdrachtenBalk
-
+ &Open&Open
-
+ Run the file and start debugging.
-
+ E&xitAfsluiten
-
+ Exit x64dbg.
-
+ &RunUitvoe&ren
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Pauseer
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startHer&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &CloseSluiten
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoStap &in
-
+ Execute a single instruction
-
+ Step &overStap &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmandOpdracht
-
+ Focus on the command bar
-
+ E&xecute till returnUitvoeren tot terugkeer
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory MapGeheugen Map
-
+ Show the Memory Map tab.
-
+ &Log Window&Logboek Venster
-
+ Show the Log tab.
-
+ &About&Over
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints&Breekpunten
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Script
-
-
+
+ ScriptScript
-
+ Show the Script tab.
-
+ Run &until selection&Uitvoeren tot selectie
-
+ Run until selectionUitvoeren tot selectie
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &InfoSymbool &Info
-
+ Symbol InfoSymbool Info
-
+ Show the Symbols tab.
-
+ &References&Referenties
-
-
+
+ ReferencesReferenties
-
+ Show the References tab.
-
+ &Threads&Threads
-
-
+
+ ThreadsThreads
-
+ Show the Threads tab.
-
+ &Preferences&Voorkeuren
-
+ PreferencesVoorkeuren
-
+ Opem the Preferences dialog.
-
+ &Find Strings&Zoek Tekst
-
+ Find StringsZoek Tekst
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Vormgeving
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular CallsVind Intermodulaire Aanroepen
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...Patch Bestand...
-
+ PatchesPatches
-
+ Open the patch dialog.
-
+ CommentsOpmerkingen
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsLabels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksBladwijzers
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsFuncties
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesControleren op &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call StackAanroep Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate&Doneren
-
-
+
+ DonateDoneer
-
+ Open https://donate.x64dbg.com
-
+ CalculatorCalculator
-
+ Open the Calculator dialog.
-
-
+
+ AttachAanhechten
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachLoskoppelen
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &LineWijzig Opdrachtrege&l
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instructionVolgende instructie overslaan
-
+ TopmostBovenste
-
+ Topmost WindowBovenste Venster
-
+ Make x64dbg topmost
-
+ &Report Bug&Rapporteer Bug
-
-
+
+ Report BugRapporteer Bug
-
+ Open https://report.x64dbg.com
-
+ &SourceBron
-
-
+
+ SourceBron
-
+ Show the Source tab.
-
+ &ManualHandleiding
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&FAQ
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH ChainSEH Keten
-
-
+
+ Hide debugger (PEB)Debugger verbergen (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssStyle.css opnieuw inladen
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesNotities
-
+ Show the Notes tab.
-
-
+
+ HandlesHandles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...Traceer over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...Traceer in...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableUitschakelen
-
+ Disable trace coverage
-
+ Run to &user codeUitvoeren tot gebr&uiker code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpressionUitvoeren tot &xpressie
-
+ Undo last instructionOngedaan maken van laatste instructie
-
-
+
+ Generate crash dumpGenereer crash dump
-
-
+
+ &Manage Favourite Tools...Beheer Favoriete Tools...
-
+ Step over (source)Stap over (bron)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)Stap in (bron)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&Grafiek
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)Stap in (exceptie inslikken)
-
+ Step over (swallow exception)Stap over (exceptie inslikken)
-
+ Run (swallow exception)Uitvoeren (exceptie inslikken)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ BlogBlog
-
+ Open https://blog.x64dbg.com
-
+ Animate intoAnimeer in
-
+ Execute the step into command at a fixed pace
-
+ Animate overAnimeer over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...Animeer opdracht...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...Importeer instellingen...
-
+ Import settings from an external file
-
+ Customize menusMenu's aanpassen
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database&Importeer database
-
+ Open an external database file to import data.
-
+ &Export database&Exporteer database
-
+ Previous TabVorige Tab
-
+ Show the tab on the left.
-
+ Next TabVolgende Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide TabVerberg Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables&Variabelen
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as AdminHerstart als Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorFout
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ LogLogboek
-
+ SymbolsSymbolen
-
+ BreakpointsBreekpunten
-
+ Memory MapGeheugen Map
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Opdracht:
-
+ ReadyGereed
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesTalen
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileBestand openen
-
+ Executables (*.exe *.dll);;All files (*.*)Uitvoerbare bestanden (*.exe *.dll);;Alle bestanden (*. *)
-
+ DisassemblyDisassembly
-
+ DumpDump
-
+ StackStack
-
+ Enter expression to run to...Voer de expressie in om uit te voeren...
-
-
+
+ Error!Fout!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Al het geld gaat naar de ontwikkeling van x64dbg.
-
+ You will visit x64dbg's official blog.U bezoekt nu x64dbgs's officiële blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.U zal worden doorgestuurd naar een website waar u een bug kunt rapporteren. Vul zo veel mogelijk informatie in als mogelijk.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?Deze actie zal de debugger doen crashen en een crash dump genereren. U zal ALLE NIET OPGESLAGEN GEGEVENS VERLIEZEN. Wilt u echt doorgaan?
-
+ Have fun debugging the debugger!Veel plezier met het debuggen van de debugger!
-
+ Debugger detected!Debugger gedetecteerd!
-
+ Mnemonic help
-
+ Change Command LineWijzig Opdrachtregel
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Externe opdrachtregel ophalen mislukt, gebruik het 'getcmdline' commando voor meer informatie.
-
+ Could not set command line!Opdrachtregel instellen is mislukt!
-
+ New command line: Nieuwe opdrachtregel:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.Handleiding kan niet worden geopend. Controleer of x64dbg.chm bestaat en en eventuele andere problemen met uw systeem.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?De vertaling is bijna leeg. Wilt u deze taal alsnog gebruiken?
-
+ New language setting will take effect upon restart.De nieuwe taalinstelling wordt actief bij herstart.
-
+ Animate commandAnimeer opdracht
-
+ Example: StepIntoVoorbeeld: StepInto
-
+ Customize MenusMenu's aanpassen
-
+ Settings (*.ini);;All files (*.*)Instellingen (*.ini);;Alle bestanden (*. *)
-
+ Import databaseImporteer database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export databaseExporteer database
-
+ Databases (%1);;All files (*.*)Databases (%1);;Alle bestanden (*. *)
-
-
+
+ More CommandsMeer Opdrachten
@@ -15853,12 +15864,12 @@ Het TEB kan gebruikt worden om veel informatie over het proces te achterhalen zo
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseSluiten
@@ -18682,51 +18693,51 @@ Dit kan onverwacht gedrag introduceren in de debug-sessie...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!Netwerk Fout!
-
+ Failed to check for updates
-
+ Error!Fout!
-
+ File on server could not be parsed...Bestand op server kon niet worden verwerkt...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- Nieuwe versie %1 beschikbaar! <br>Download <a href="%2"> hier</a> <br><br>U draait nu versie %3
-
-
-
+ You have a development build (%1) of x64dbg!U heeft een ontwikkelingsversie (%1) van x64dbg!
-
+ You have the latest build (%1) of x64dbg!U heeft de laatste versie (%1) van x64dbg!
-
+ InformationInformatie
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_no_NO.ts b/x64dbg_no_NO.ts
index 2a2cded..f0d7479 100644
--- a/x64dbg_no_NO.ts
+++ b/x64dbg_no_NO.ts
@@ -12623,7 +12623,7 @@ Do you want to continue rendering this graph?
-
+ &File&Fil
@@ -12653,1431 +12653,1442 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files&Siste filer
-
+ Database
-
+ &View&Visning
-
+ &Debug&Debug
-
+ Advanced
-
+ &Help&Hjelp
-
-
-
-
+
+
+
+ &Plugins&Plugins
-
+ &Options& Alternativer
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open&Åpne
-
+ Run the file and start debugging.
-
+ E&xit&Avslutt
-
+ Exit x64dbg.
-
+ &Run&Kjør
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startRe&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Lukk
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoTrin &inntil
-
+ Execute a single instruction
-
+ Step &overTrinn &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmandCo&mmand
-
+ Focus on the command bar
-
+ E&xecute till returnE&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map&Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window& Logg vindu
-
+ Show the Log tab.
-
+ &About&Om
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints%Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Script
-
-
+
+ ScriptScript
-
+ Show the Script tab.
-
+ Run &until selectionKjør & inntil utvalg
-
+ Run until selectionKjøre inntil utvalg
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &InfoSymbol &Info
-
+ Symbol InfoSymbol Info
-
+ Show the Symbols tab.
-
+ &References&Referanser
-
-
+
+ ReferencesReferanser
-
+ Show the References tab.
-
+ &Threads&Threads
-
-
+
+ ThreadsThreads
-
+ Show the Threads tab.
-
+ &Preferences&Innstillinger
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings&Søk strenge
-
+ Find StringsFinn strenge
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Utseende
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular CallsFinn Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesPatches
-
+ Open the patch dialog.
-
+ CommentsKommentarer
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsEtiketter
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksBokmerker
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsFunksjoner
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesSjekk for &Oppdateringer
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call StackCall Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate&Donere
-
-
+
+ DonateDoner
-
+ Open https://donate.x64dbg.comÅpne https://donate.x64dbg.com
-
+ CalculatorKalkulator
-
+ Open the Calculator dialog.
-
-
+
+ AttachFeste
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachKoble fra
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &LineEndre kommandoen &Linje
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instructionHopp over neste instruksjon
-
+ TopmostØverste
-
+ Topmost WindowØverste vindu
-
+ Make x64dbg topmost
-
+ &Report Bug&Rapportere feil
-
-
+
+ Report BugRapporter feil
-
+ Open https://report.x64dbg.comÅpne https://report.x64dbg.com
-
+ &Source&Kilde
-
-
+
+ SourceKilde
-
+ Show the Source tab.
-
+ &Manual&Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&FAQ
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.comÅpne https://faq.x64dbg.com
-
+ SEH ChainSEH kjede
-
-
+
+ Hide debugger (PEB)Skjul debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssLast inn igen style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesNotater
-
+ Show the Notes tab.
-
-
+
+ HandlesHåndtak
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordOrd
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableDeaktiver
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.comÅpne https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.comÅpne https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorFeil
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ LogLogg
-
+ SymbolsSymboler
-
+ BreakpointsBreakpoints
-
+ Memory MapMemory Map
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Kommando:
-
+ ReadyKlar
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileÅpne fil
-
+ Executables (*.exe *.dll);;All files (*.*)Kjørbare filer (*.exe *.dll); Alle filer (*. *)
-
+ DisassemblyDisassembly
-
+ DumpDumpe
-
+ StackStack
-
+ Enter expression to run to...
-
-
+
+ Error!Feil!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Alle pengene går til x64dbg's utvikling.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Du kommer til et nettsted der du kan sende en feilrapport. Husk å fylle ut så mye informasjon som mulig.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command LineEndre kommandolinje
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Kan ikke få ekstern kommandolinje, bruk kommandoen "getcmdline" for mer informasjon.
-
+ Could not set command line!Kan ikke angi kommandolinjen!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?Vil du åpne online manual på https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15625,12 +15636,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18452,51 +18463,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!Feil!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ InformationInformasjon
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_pl_PL.ts b/x64dbg_pl_PL.ts
index 06d89b4..0e60dae 100644
--- a/x64dbg_pl_PL.ts
+++ b/x64dbg_pl_PL.ts
@@ -12753,7 +12753,7 @@ Do you want to continue rendering this graph?
-
+ &File&Plik
@@ -12783,1431 +12783,1442 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files&Ostatnie pliki
-
+ Database
-
+ &View&Widok
-
+ &Debug
-
+ Advanced
-
+ &Help&Pomoc
-
-
-
-
+
+
+
+ &Plugins&Wtyczki
-
+ &Options&Opcje
-
-
+
+ &Theme&Motyw
-
+ Favour&itesUlub&ione
-
+ Traci&ng
-
+ Trace &coverage
-
+ ToolbarPasek narzędzi
-
+ CommandBar
-
+ &Open&Otwórz
-
+ Run the file and start debugging.
-
+ E&xit&Wyjdź
-
+ Exit x64dbg.
-
+ &Run&Wykonaj
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Pauza
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startRe&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Zamknij
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoKrok &wewnątrz
-
+ Execute a single instruction
-
+ Step &overKrok &ponad
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmandPolece&nie
-
+ Focus on the command bar
-
+ E&xecute till return&Wykonuj aż do powrotu
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map&Mapa pamięci
-
+ Show the Memory Map tab.
-
+ &Log Window&Okno dziennika
-
+ Show the Log tab.
-
+ &AboutO &programie
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints&Przerwania
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Skrypt
-
-
+
+ ScriptSkrypt
-
+ Show the Script tab.
-
+ Run &until selectionUruchom aż do zaz&naczenia
-
+ Run until selectionUruchom aż do zaznaczenia
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References&Odwołania
-
-
+
+ ReferencesOdwołania
-
+ Show the References tab.
-
+ &Threads&Wątki
-
-
+
+ ThreadsWątki
-
+ Show the Threads tab.
-
+ &Preferences&Ustawienia
-
+ PreferencesPreferencje
-
+ Opem the Preferences dialog.
-
+ &Find Strings&Znajdź ciągi
-
+ Find StringsZnajdź ciągi
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Wygląd
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular CallsZnajdź odwołania międzymodułowe
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...Łataj plik...
-
+ PatchesŁaty
-
+ Open the patch dialog.
-
+ CommentsKomentarze
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsEtykiety
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksZakładki
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsFunkcje
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesSprawdź akt&ualizacje
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call StackStos wywołań
-
+ Show the Call Stack tab.
-
+ HotkeysSkróty klawiszowe
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.Otwórz okno dialogowe ze skrótami klawiszowymi, aby dostosować skróty klawiszowe.
-
+ &Donate&Dotacje
-
-
+
+ DonateDotacje
-
+ Open https://donate.x64dbg.comOtwórz https://donate.x64dbg.com
-
+ CalculatorKalkulator
-
+ Open the Calculator dialog.
-
-
+
+ AttachPodłącz
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachOdłącz
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &LineZmień wiersz &poleceń
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instructionPomiń kolejną instrukcję
-
+ TopmostZawsze na wierzchu
-
+ Topmost WindowOkno na wierzchu
-
+ Make x64dbg topmost
-
+ &Report Bug&Zgłoś błąd
-
-
+
+ Report BugZgłoś błąd
-
+ Open https://report.x64dbg.comOtwórz https://report.x64dbg.com
-
+ &SourceŹró&dło
-
-
+
+ SourceŹródło
-
+ Show the Source tab.
-
+ &Manual&Podręcznik
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&FAQ
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.comOtwórz https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)Ukryj debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssPrzeładuj style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesNotatki
-
+ Show the Notes tab.
-
-
+
+ HandlesUchwyty
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteBajt
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordSłowo
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableWyłącz
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instructionCofnij ostatnią instrukcję
-
-
+
+ Generate crash dumpGeneruj zrzut awaryjny
-
-
+
+ &Manage Favourite Tools...Zarządzanie ulubionymi narzędzia&mi...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&Diagram
-
+ Show the CPU tab and switch to Graph mode.Pokaż zakładkę CPU i przełącz na tryb diagramu.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ BlogBlog
-
+ Open https://blog.x64dbg.comOtwórz https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...Importuj ustawienia...
-
+ Import settings from an external file
-
+ Customize menusDostosuj menu
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database&Importuj bazę danych
-
+ Open an external database file to import data.
-
+ &Export database&Eksportuj bazę danych
-
+ Previous TabPoprzednia zakładka
-
+ Show the tab on the left.
-
+ Next TabNastępna zakładka
-
+ Show the tab on the right.
-
+ Previous ViewPoprzedni widok
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewNastępny widok
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide TabUkryj zakładkę
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables&Zmienne
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as AdminUruchom ponownie jako Administrator
-
+ Restart x64dbg under Administrator privilege.
-
+ PluginsWtyczki
-
+ Open https://plugins.x64dbg.comOtwórz https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesModuły
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About QtO Qt
-
+ Display information about QtWyświetl informacje o Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorBłąd
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ LogDziennik
-
+ SymbolsSymbole
-
+ BreakpointsPrzerwania
-
+ Memory MapMapa pamięci
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Polecenie:
-
+ ReadyGotowy
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesJęzyki
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileOtwórz plik
-
+ Executables (*.exe *.dll);;All files (*.*)Pliki wykonywalne (*.exe *.dll);;Wszystkie pliki (*.*)
-
+ Disassembly
-
+ DumpZrzuć
-
+ StackStos
-
+ Enter expression to run to...
-
-
+
+ Error!Błąd!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Wszystkie pieniądze będą przeznaczone na rozwój x64dbg.
-
+ You will visit x64dbg's official blog.Odwiedzisz oficjalny blog x64dbg.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Zaraz przejdziesz do strony internetowej, gdzie możesz zgłosić błąd. Upewnij się podałeś w raporcie najwięcej informacji, jak to tylko możliwe.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?To działanie wywoła awarię debugera i wygenreuje zrzut awaryjny. Stracisz WSZYSTKIE NIEZAPISANE DANE. Czy na pewno chcesz kontynuować?
-
+ Have fun debugging the debugger!Miłej zabawy z debugowaniem debuggera!
-
+ Debugger detected!Wykryto debugger!
-
+ Mnemonic help
-
+ Change Command LineZmień wiersz poleceń
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line: Nowy wiersz poleceń:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.Podręcznik nie może być otwarty. Proszę sprawdzić, czy x64dbg.chm istnieje i upewnij się, że nie ma innych problemów z systemem.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?Tłumaczenie jest prawie puste. Czy chcesz wciąż użyć tego języka?
-
+ New language setting will take effect upon restart.Noe ustawienia językowe zaczną obowiązywać po ponownym uruchomieniu programu.
-
+ Animate command
-
+ Example: StepIntoPrzykład: StepInto
-
+ Customize MenusDostosuj menu
-
+ Settings (*.ini);;All files (*.*)Ustawienia (*.ini);;Wszystkie pliki (*.*)
-
+ Import databaseImportuj bazę danych
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export databaseEksportuj bazę danych
-
+ Databases (%1);;All files (*.*)Bazy danych (%1);;Wszystkie pliki (*.*)
-
-
+
+ More CommandsWięcej poleceń
@@ -15757,12 +15768,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseZamknij
@@ -18584,51 +18595,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!Błąd sieci!
-
+ Failed to check for updates
-
+ Error!Błąd!
-
+ File on server could not be parsed...Nie można przeanalizować pliku na serwerze...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- Nowa kompilacja %1 dostępna!<br>Do pobrania <a href="%2">tutaj</a><br><br>jesteś teraz na kompilacji %3
-
-
-
+ You have a development build (%1) of x64dbg!Posiadasz kompilację deweloperską (%1) x64dbg!
-
+ You have the latest build (%1) of x64dbg!Posiadasz ostatnią kompilację (%1) x64dbg!
-
+ InformationInformacja
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_pt_BR.ts b/x64dbg_pt_BR.ts
index 37e00c3..22a9614 100644
--- a/x64dbg_pt_BR.ts
+++ b/x64dbg_pt_BR.ts
@@ -12743,7 +12743,7 @@ Do you want to continue rendering this graph?
-
+ &File&Arquivo
@@ -12773,1431 +12773,1442 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files&Arquivos recentes
-
+ Database
-
+ &View&Exibir
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&itesFavor&itos
-
+ Traci&ng
-
+ Trace &coverage
-
+ ToolbarBarra de ferramentas
-
+ CommandBarBarra de comandos
-
+ &Open&Abrir
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Pausar
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startRe&iniciar
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Fechar
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ ScriptScript
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ ReferencesReferências
-
+ Show the References tab.
-
+ &Threads&Threads
-
-
+
+ ThreadsThreads
-
+ Show the Threads tab.
-
+ &Preferences&Preferências
-
+ PreferencesPreferências
-
+ Opem the Preferences dialog.
-
+ &Find Strings&Procurar Strings
-
+ Find StringsProcurar Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Aparência
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesCaminhos
-
+ Open the patch dialog.
-
+ CommentsComentários
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsRótulos
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksFavoritos
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsFunções
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesVerificar &Atualizações
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ HotkeysTeclas de Atalho
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ DonateDoar
-
+ Open https://donate.x64dbg.com
-
+ CalculatorCalculadora
-
+ Open the Calculator dialog.
-
-
+
+ AttachAnexar
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachDesanexar
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instructionPular para próxima instrução
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug&Reportar Bug
-
-
+
+ Report BugReportar Bug
-
+ Open https://report.x64dbg.com
-
+ &Source&Fonte
-
-
+
+ SourceFonte
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesNotas
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered codeEntrar até alcançar o código descoberto
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableDesabilitar
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide TabOcultar Aba
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as AdminReiniciar como Administrador
-
+ Restart x64dbg under Administrator privilege.
-
+ PluginsPlugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ ModulesMódulos
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorErro
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ LogRegisto
-
+ SymbolsSímbolos
-
+ Breakpoints
-
+ Memory MapMapa de Memória
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Comando:
-
+ ReadyPronto
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesIdiomas
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still runningDepurado ainda está em execução
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileAbrir arquivo
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly&Desmontagem
-
+ DumpDespejo
-
+ StackPilha
-
+ Enter expression to run to...Digite a expressão para rodar com...
-
-
+
+ Error!Erro!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Todo o dinheiro vai para o desenvolvimento de x64dbg.
-
+ You will visit x64dbg's official blog.Você vai visitar o blog oficial do x64dbg.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Você será levado para um site onde você pode relatar um bug. Certifique-se de preencher o máximo de informação possível.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?Esta ação irá bater o depurador e gerar um despejo. Você vai perder todos os seus dados de não salvos. Você quer realmente continuar?
-
+ Have fun debugging the debugger!Divirta-se depurando o depurador!
-
+ Debugger detected!Depurador detectado!
-
+ Mnemonic help
-
+ Change Command LineAlterar Linha de Comando
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line: Nova linha de comando:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.Manual não pode ser aberto. Por favor, verifique se o x64dbg.chm existe e garantir que não há outros problemas com seu sistema.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate commandAnimar comando
-
+ Example: StepIntoExemplo: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import databaseImportar banco de dados
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15745,12 +15756,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseFechar
@@ -18572,51 +18583,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!Erro de rede!
-
+ Failed to check for updates
-
+ Error!Erro!
-
+ File on server could not be parsed...Não foi possível analisar o arquivo no servidor...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ InformationInformação
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_pt_PT.ts b/x64dbg_pt_PT.ts
index 5ef0ef6..d831a6f 100644
--- a/x64dbg_pt_PT.ts
+++ b/x64dbg_pt_PT.ts
@@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Fechar
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesPatches
-
+ Open the patch dialog.
-
+ CommentsComentários
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ CalculatorCalculadora
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ DumpDump
-
+ StackStack
-
+ Enter expression to run to...
-
-
+
+ Error!Erro!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!Erro!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_ro_RO.ts b/x64dbg_ro_RO.ts
index 38c714c..c24c203 100644
--- a/x64dbg_ro_RO.ts
+++ b/x64dbg_ro_RO.ts
@@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_ru_RU.ts b/x64dbg_ru_RU.ts
index 5933067..93bc973 100644
--- a/x64dbg_ru_RU.ts
+++ b/x64dbg_ru_RU.ts
@@ -12930,7 +12930,7 @@ Do you want to continue rendering this graph?
-
+ &File&Файл
@@ -12960,1432 +12960,1443 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files&Последние файлы
-
+ DatabaseБаза данных
-
+ &View&Вид
-
+ &Debug&Отладка
-
+ AdvancedРасширенный
-
+ &Help&Справка
-
-
-
-
+
+
+
+ &Plugins&Модули
-
+ &Options&Параметры
-
-
+
+ &Theme&Тема
-
+ Favour&ites&Избранное
-
+ Traci&ng&Трассировка
-
+ Trace &coverage
-
+ ToolbarПанель инструментов
-
+ CommandBarПанель команд
-
+ &Open&Открыть
-
+ Run the file and start debugging.Запустить файл и начать отладку.
-
+ E&xit&Выход
-
+ Exit x64dbg.Выйти из x64dbg.
-
+ &Run&Выполнить
-
+ Run the debuggee or restart debugging.Запустить или перезапустить отладку.
-
+ &Pause&Приостановить
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startПе&резапустить
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &CloseЗа&крыть
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoШаг с &заходом
-
+ Execute a single instructionВыполнить одну инструкцию
-
+ Step &overШаг с &обходом
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand&Команда
-
+ Focus on the command barФокус на панели команд
-
+ E&xecute till returnВыполнить до возв&рата
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory MapКарта &памяти
-
+ Show the Memory Map tab.Показать вкладку карты памяти.
-
+ &Log WindowОкно &журнала
-
+ Show the Log tab.Показать вкладку журнала.
-
+ &About&О программе
-
+ Display information about x64dbgОтобразить информацию о x64dbg
-
+ ScyllaScylla
-
+ &BreakpointsТочки &останова
-
+ Show the Breakpoints tab.Показать вкладку точек останова.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)Шаг с обходом (пропустить все исключения)
-
+ Run (pass all exceptions)Выполнить (пропустить все исключения)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Скрипт
-
-
+
+ ScriptСценарий
-
+ Show the Script tab.Показать вкладку сценария.
-
+ Run &until selectionВыполнить до &выделенного
-
+ Run until selectionВыполнить до выделенного
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info&Информация о символах
-
+ Symbol InfoИнформация о символах
-
+ Show the Symbols tab.Показать вкладку символов.
-
+ &References&Ссылки
-
-
+
+ ReferencesСсылки
-
+ Show the References tab.
-
+ &Threads&Потоки
-
-
+
+ ThreadsПотоки
-
+ Show the Threads tab.Показать вкладку потоков.
-
+ &Preferences&Параметры
-
+ PreferencesПараметры
-
+ Opem the Preferences dialog.Открыть диалог настроек.
-
+ &Find Strings&Поиск строк
-
+ Find StringsПоиск строк
-
+ Find possible strings in the current module. Equivalent command "strref"Найти возможные строки в текущем модуле. Эквивалентная команда "strref"
-
+ &Appearance&Внешний вид
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular CallsНайти межмодульные вызовы
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"Найти межмодульные вызовы в текущем модуле. Эквивалентная команда "modcallfind"
-
+ Patch file...Исправить файл...
-
+ PatchesИсправления
-
+ Open the patch dialog.Открыть диалоговое окно патча.
-
+ CommentsКомментарии
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsМетки
-
+ Show a list of labels. Equivalent command "labellist"Показать список меток. Эквивалентная команда "labellist"
-
+ BookmarksЗакладки
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsФункции
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesПроверка &обновлений
-
+ Connect to Github to check for updatesПодключитесь к Github для проверки обновлений
-
-
-
+
+
+ Call StackСтек вызовов
-
+ Show the Call Stack tab.Показать вкладку стека вызовов.
-
+ HotkeysГорячие клавиши
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate&Пожертвовать
-
-
+
+ DonateПожертвовать
-
+ Open https://donate.x64dbg.comОткрыть https://donate.x64dbg.com
-
+ CalculatorКалькулятор
-
+ Open the Calculator dialog.Открыть диалог калькулятора.
-
-
+
+ AttachПрисоединиться
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachОтсоединить
-
+ Detach from the debuggee so that it continues running without being debugged.Отсоединиться от отлаживаемого процесса, чтобы он продолжил выполнение без отладки.
-
+ Change Command &LineИзменить аргументы командной &строки
-
+ Set the command line of the debuggee.Установить параметры командной строки отлаживаемого модуля.
-
-
+
+ Skip next instructionПропустить следующую инструкцию
-
+ TopmostПоверх всех окон
-
+ Topmost WindowПоверх всех окон
-
+ Make x64dbg topmostСделать x64dbg поверх остальных окон
-
+ &Report Bug&Сообщить об ошибке
-
-
+
+ Report BugСообщить об ошибке
-
+ Open https://report.x64dbg.comОткрыть https://report.x64dbg.com
-
+ &Source&Исходный код
-
-
+
+ SourceИсходный код
-
+ Show the Source tab.Показать вкладку исходного файла.
-
+ &Manual&Руководство
-
+ Open the CHM manual or online documentation at https://help.x64dbg.comОткройте справку в формате CHM или онлайн документацию на сайте https://help.x64dbg.com
-
+ &FAQ&Часто задаваемые вопросы
-
+ FAQЧасто задаваемые вопросы
-
+ Open https://faq.x64dbg.comОткрыть https://faq.x64dbg.com
-
+ SEH ChainЦепочка SEH
-
-
+
+ Hide debugger (PEB)Скрыть отладчик (PEB)
-
+ Modifies the PEB to hide debugger.Измените PEB, чтобы скрыть отладчик.
-
-
+
+ Reload style.cssПерезагрузить style.css
-
+ Read style.css from disk to apply theme changes.Прочтите style.css с диска, чтобы применить изменения.
-
-
+
+ NotesЗаметки
-
+ Show the Notes tab.Показать вкладку заметок.
-
-
+
+ HandlesДескрипторы
-
+ Show the Handles tab.Показать вкладку дескрипторов.
-
-
-
+
+
+ Trace over...Трассировка с обходом...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"Выполнять шаг с обходом до тех пор, пока условие не станет истинным, и опционально выполнять и вносить в лог команды во время трассировки. Эквивалентная команда "tocnd"
-
-
-
+
+
+ Trace into...Трассировка с заходом...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"Выполнять шаг с заходом до тех пор, пока условие не станет истинным, и опционально выполнять и вносить в лог команды во время трассировки. Эквивалентная команда "tocnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableОтключить
-
+ Disable trace coverage
-
+ Run to &user codeВыполнить до &пользовательского кода
-
+ Trace over until user code would be executed.
-
+ Run until e&xpressionВыполнить до &выражения
-
+ Undo last instructionВернуть последнюю инструкцию
-
-
+
+ Generate crash dumpСоздание дампа сбоя
-
-
+
+ &Manage Favourite Tools...&Управление избранными инструментами...
-
+ Step over (source)Шаг с обходом (исходный код)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)Шаг с заходом (исходный код)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&Граф
-
+ Show the CPU tab and switch to Graph mode.Показать вкладку дизассемблера и переключиться в режим графа.
-
+ Step into (swallow exception)Шаг с заходом (проглотить исключение)
-
+ Step over (swallow exception)Шаг с обходом (проглотить исключение)
-
+ Run (swallow exception)Выполнить (проглотить исключение)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.Выполнить отлаживаемую программу, игнорируя все исключения, чтобы программа не могла обработать исключения.
-
-
+
+ BlogБлог
-
+ Open https://blog.x64dbg.comОткрыть https://blog.x64dbg.com
-
+ Animate intoАнимация с заходом
-
+ Execute the step into command at a fixed pace
-
+ Animate overАнимация с обходом
-
+ Execute the step over command at a fixed pace
-
+ Animate command...Анимация команды...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...Импорт настроек...
-
+ Import settings from an external fileИмпортировать настройки из внешнего файла
-
+ Customize menusНастройка меню
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database&Импорт базы данных
-
+ Open an external database file to import data.Открыть внешний файл базы данных для импортирования данных.
-
+ &Export database&Экспорт базы данных
-
+ Previous TabПредыдущая вкладка
-
+ Show the tab on the left.
-
+ Next TabСледующая вкладка
-
+ Show the tab on the right.
-
+ Previous ViewПредыдущий вид
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewСледующий вид
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide TabСкрыть вкладку
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &VariablesПеременные
-
+ Show a list of x64dbg variables. Equivalent command "varlist"Показать список переменных x64dbg. Эквивалентная команда "varlist".
-
+ Restart as AdminПерезапустить с правами администратора
-
+ Restart x64dbg under Administrator privilege.Перезапустить x64dbg с правами Администратора.
-
+ PluginsПлагины
-
+ Open https://plugins.x64dbg.comОткрыть https://plugins.x64dbg.com
-
-
+
+ TraceТрассировка
-
+ Show the Trace tab.Показать вкладку трассировки.
-
+ ModulesМодули
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.Показать вкладку символов. Заметьте, что на этой вкладке находится список модулей.
-
+ &Default&По умолчанию
-
+ &Save database&Сохранить базу данных
-
+ Save all data. The database will be automatically saved when debugging is stopped.Сохранить все данные. База данных будет сохранена автоматически после прекращения отладки.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.Отменить все модификации и прочитать все данные с диска.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database&Очистить базу данных
-
+ Clear all data.Очистить все данные.
-
+ About QtО Qt
-
+ Display information about QtОтобразить информацию о Qt
-
+ Mnemonic HelpСправка по мнемоникам инструкций
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".Отобразить детальную информацию о мнемонике ассемблерной инструкции в лог. Эквивалентная команда "mnemonichelp название".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorОшибка
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]%1 [Elevated]
-
+ LogЖурнал
-
+ SymbolsОтладочные символы
-
+ BreakpointsТочки останова
-
+ Memory MapКарта памяти
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Команда:
-
+ ReadyГотов
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesЯзыки
-
+ DarkТёмная
-
+ Always stop the debuggee and exitВсегда останавливать отладку и выходить
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?Отлаживаемая программа все еще выполняется и ее выполнение будет прекращено, если Вы выйдете. Что Вы хотите сделать?
-
+ Debuggee is still runningОтладка ещё выполняется
-
+ &Exit&Выход
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit&Отсоединиться и выйти
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging&Продолжить отладку
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.Нельзя начинать трассировку во время выполнения программы, для начала остановите выполнение.
-
-
+
+ Open fileОткрыть файл
-
+ Executables (*.exe *.dll);;All files (*.*)Исполняемые (*.exe *.dll);;Все файлы (*.*)
-
+ DisassemblyДизассемблированный код
-
+ DumpДамп
-
+ StackСтек
-
+ Enter expression to run to...Введите выражение для запуска до...
-
-
+
+ Error!Ошибка!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Все суммы будут направлены на разработку x64dbg.
-
+ You will visit x64dbg's official blog.Вы посетите официальный блог x64dbg.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Вы перейдете на сайт, где вы можете сообщить об ошибке.
Убедитесь, что вы указали как можно больше информации.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?Это действие приведет к аварийному завершению отладчика и созданию дампа. Вы ПОТЕРЯЕТЕ ВСЕ ВАШИ НЕ СОХРАНЕННЫЕ ДАННЫЕ. Вы действительно хотите продолжить?
-
+ Have fun debugging the debugger!Получай удовольствие, отлаживая отладчик!
-
+ Debugger detected!Обнаружен отладчик!
-
+ Mnemonic help
-
+ Change Command LineИзменение аргументов командной строки
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Не удается получить параметры удаленной командной строки, используйте команду 'getcmdline' для получения дополнительной информации.
-
+ Could not set command line!Не удалось установить параметры командной строки!
-
+ New command line: Новая командная строка:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.Руководство не может быть открыто. Пожалуйста, проверьте, существует ли файл x64dbg.chm и убедитесь, что нет никаких проблем с вашей системой.
-
+ Do you want to open online manual at https://help.x64dbg.com ?Хотите ли Вы открыть онлайн руководство по адресу https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?Перевод почти пуст. Вы все еще хотите использовать этот язык?
-
+ New language setting will take effect upon restart.Новые настройки языка применятся при следующем запуске приложения.
-
+ Animate commandАнимация команды
-
+ Example: StepIntoПример: StepInto
-
+ Customize MenusНастройка меню
-
+ Settings (*.ini);;All files (*.*)Файлы настроек (*.ini);;Все файлы (*.*)
-
+ Import databaseИмпорт базы данных
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export databaseЭкспорт базы данных
-
+ Databases (%1);;All files (*.*)Базы данных (%1);;Все файлы (*.*)
-
-
+
+ More CommandsБольше команд
@@ -15968,12 +15979,12 @@ TEB может использоваться для получения инфор
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseЗакрыть
@@ -18798,52 +18809,52 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
Проверка обновлений...
-
+ Network Error!Ошибка сети!
-
+ Failed to check for updates
-
+ Error!Ошибка!
-
+ File on server could not be parsed...Файл на сервере не может быть проанализирован...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- Доступна новая сборка %1!<br>Скачать <a href="%2">отсюда</a><br><br>Сейчас у вас сборка %3
-
-
-
+ You have a development build (%1) of x64dbg!У вас сборка (%1) x64dbg!
-
+ You have the latest build (%1) of x64dbg!У вас последняя сборка (%1) x64dbg!
-
+ InformationИнформация
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_si_LK.ts b/x64dbg_si_LK.ts
index d4f64c5..13719b7 100644
--- a/x64dbg_si_LK.ts
+++ b/x64dbg_si_LK.ts
@@ -12960,7 +12960,7 @@ Do you want to continue rendering this graph?
-
+ &File&ගොනුව
@@ -12990,1433 +12990,1444 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files&මෑත ගොනු
-
+ Databaseදත්ත ගබඩාව
-
+ &View&දැක්ම
-
+ &Debug&නිදොස්කරණය
-
+ Advancedඋසස්
-
+ &Help&උදව්
-
-
-
-
+
+
+
+ &Plugins&ප්ලගින
-
+ &Options&විකල්ප
-
-
+
+ &Theme& තේමාව
-
+ Favour&itesප්රියතම සහ ITS
-
+ Traci&ngට්රැක් සහ එන්ජී
-
+ Trace &coverageආවරණය &ක් අනුගමනය කරන්න
-
+ Toolbarමෙවලම් තීරුව
-
+ CommandBarකමාන්ඩ් බාර්
-
+ &Open&විවෘත
-
+ Run the file and start debugging.ගොනුව ධාවනය කර නිදොස්කරණය ආරම්භ කරන්න.
-
+ E&xitඊ සහ XIT
-
+ Exit x64dbg.පිටවීමේ x64dbg.
-
+ &Run&දුවන්න
-
+ Run the debuggee or restart debugging.නිදොස්කරණය ධාවනය කරන්න හෝ නිදොස්කරණය නැවත ආරම්භ කරන්න.
-
+ &Pause& විරාමය
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.එය නිදොස් කිරීම සඳහා debuggee ක්රියාත්මක කිරීම විරාමයක් කරන්න, නැතහොත් සජීවිකරණ නොවන/සජීවිකරණය නතර කරන්න.
-
+ Re&startනැවත සහ අරඹන්න
-
+ Stop the debuggee and restart it, or restart the last debugged file.නිදොස් කිරීම නතර කර එය නැවත ආරම්භ කරන්න, නැතහොත් අවසාන නිදොස්කළ ගොනුව නැවත ආරම්භ කරන්න.
-
+ &Close&වසන්න
-
+ Terminate the debuggee and stop debugging.නිදොස්කරණය අවසන් කර නිදොස්කරණය නතර කරන්න.
-
+ Step &intoපියවර සහ ඇතුල්
-
+ Execute a single instructionතනි උපදෙස් ක්රියාත්මක කරන්න
-
+ Step &overපියවර සහ කට
-
+ Execute a single instruction without entering the CALL instructionCALLE උපදෙස් ඇතුළත් නොකර තනි උපදෙස් ක්රියාත්මක කරන්න
-
+ Co&mmandCO&mand
-
+ Focus on the command barවිධාන තීරුව මත අවධානය යොමු කරන්න
-
+ E&xecute till returnනැවත දක්වා ඊ සහ සෙකියුට්
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.මෙම RET උපදෙස් ක්රියාත්මක කිරීමට හා ගොඩගසන්න පහිටුම් දක්වනය වත්මන් අගය වඩා අඩු හෝ සමාන වන තෙක් පුරා හෝඩුවාවක්.
-
+ &Memory Map& මතක සිතියම
-
+ Show the Memory Map tab.මතක සිතියම් පටිත්ත පෙන්වන්න.
-
+ &Log Windowසහ ලොග් කවුළුව
-
+ Show the Log tab.ලොග් ටැබය පෙන්වන්න.
-
+ &About&ගැන
-
+ Display information about x64dbgx64dbg පිළිබඳ තොරතුරු ප්රදර්ශනය කරන්න
-
+ Scyllaස්කයිලා
-
+ &Breakpoints&බ්රේක්පොයින්ට්
-
+ Show the Breakpoints tab.බ්රේක්පොයින්ට්ස් ටැබය පෙන්වන්න.
-
+ Step into (pass all exceptions)ඇතුල් වන්න (සියලුම ව්යතිරේක සමත් වන්න)
-
+ Execute a single instruction, pass exceptions to the debuggee.තනි උපදෙස් ක්රියාත්මක කරන්න, නිදොස් කිරීමට ව්යතිරේක සම්මත කරන්න.
-
+ Step over (pass all exceptions)පියවර තබන්න (සියලුම ව්යතිරේක පසු කරන්න)
-
+ Run (pass all exceptions)ධාවනය කරන්න (සියලුම ව්යතිරේක සමත් වන්න)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.විරාමයකින් තොරව නිදොග්ජි වෙත සියලු ව්යතිරේක ධාවනය කරන්න.
-
+ Execute till return (pass all exceptions)නැවත පැමිණෙන තෙක් ක්රියාත්මක කරන්න (සියලුම ව්යතිරේක සමත් වන්න)
-
+ &Script&තිර රචනය
-
-
+
+ Scriptතිර රචනය
-
+ Show the Script tab.ස්ක්රිප්ට් ටැබය පෙන්වන්න.
-
+ Run &until selectionධාවනය සහ තෝරා ගන්නා තෙක්
-
+ Run until selectionතේරීම තෙක් ධාවනය කරන්න
-
+ Put a breakpoint on selection and run the debuggee.තේරීම මත බිඳවැටීමක් තබා debuggee ධාවනය කරන්න.
-
+ &CPUCPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.මෙම disassembly ප්රදර්ශනය කිරීමට CPU ටැබ් පෙන්වන්න.
-
+ Symbol &Infoසංකේතය & තොරතුරු
-
+ Symbol Infoසංකේතය තොරතුරු
-
+ Show the Symbols tab.සංකේත ටැබය පෙන්වන්න.
-
+ &References&යොමු
-
-
+
+ Referencesයොමු කිරීම්
-
+ Show the References tab.යොමු පටිත්ත පෙන්වන්න.
-
+ &Threads&නූල්
-
-
+
+ Threadsනූල්
-
+ Show the Threads tab.නූල් ටැබය පෙන්වන්න.
-
+ &Preferences&මනාපයන්
-
+ Preferencesමනාප
-
+ Opem the Preferences dialog.ඔපෙම් මනාපයන් සංවාදය.
-
+ &Find Stringsසහ නූල් සොයන්න
-
+ Find Stringsනූල් සොයන්න
-
+ Find possible strings in the current module. Equivalent command "strref"වත්මන් මොඩියුලය තුළ ඇති නූල් සොයා ගන්න. සමාන විධානය “ස්ට්රීෆ්”
-
+ &Appearanceසහ පෙනුම
-
+ Open the Appearance dialog to adjust color and font settings.වර්ණ සහ අකුරු සැකසුම් වෙනස් කිරීම සඳහා පෙනුම සංවාදය විවෘත කරන්න.
-
-
+
+ Find Intermodular Callsඅන්තර් මොඩියුලර් ඇමතුම් සොයන්න
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"වත්මන් මොඩියුලය තුළ අන්තර් මොඩියුලර් ඇමතුම් සොයා ගන්න. සමාන විධානය “මොඩකල්ෆින්ඩ්”
-
+ Patch file...පැච් ගොනුව...
-
+ Patchesපැච්
-
+ Open the patch dialog.පැච් සංවාදය විවෘත කරන්න.
-
+ Commentsඅදහස්
-
+ Show a list of comments. Equivalent command "commentlist"අදහස් ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “විචාරක ලැයිස්තුව”
-
+ Labelsලේබල
-
+ Show a list of labels. Equivalent command "labellist"ලේබල් ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “labellist”
-
+ Bookmarksපිටු සලකුණු
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"පිටු සලකුණු ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “පොත් සලකුණු ලැයිස්තුව”
-
+ Functionsකාර්යයන්
-
+ Show a list of functions. Equivalent command "functionlist"කාර්යයන් ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “කාර්යලැයිස්තුව”
-
+ Check for &Updatesසහ යාවත්කාලීන කිරීම් සඳහා පරීක්ෂා කරන්න
-
+ Connect to Github to check for updatesයාවත්කාලීන කිරීම් සඳහා පරීක්ෂා කිරීමට Github වෙත සම්බන්ධ වන්න
-
-
-
+
+
+ Call Stackඇමතුම් Stack
-
+ Show the Call Stack tab.ඇමතුම් ස්ටැක් ටැබය පෙන්වන්න.
-
+ Hotkeysහොට්කීස්
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.යතුරුපුවරු හොට්කී අභිරුචිකරණය කිරීමට හොට්කීස් සංවාදය විවෘත කරන්න.
-
+ &Donate&පරිත්යාග
-
-
+
+ Donateපරිත්යාග කරන්න
-
+ Open https://donate.x64dbg.comවිවෘත කරන්න https://donate.x64dbg.com
-
+ Calculatorකැල්ක්යුලේටරය
-
+ Open the Calculator dialog.කැල්කියුලේටරය සංවාදය විවෘත කරන්න.
-
-
+
+ Attachඅමුණා
-
+ Attach the debugger to a process to debug it.එය නිදොස් කිරීම සඳහා ක්රියාවලියකට නිදොස්කරණය අමුණන්න.
-
-
+
+ Detachවෙන්කරන්න
-
+ Detach from the debuggee so that it continues running without being debugged.නිදොස් නොවී එය දිගටම ධාවනය වන පරිදි නිදොස්ගෙන් වෙන්වන්න.
-
+ Change Command &Lineවිධානය සහ රේඛාව වෙනස් කරන්න
-
+ Set the command line of the debuggee.නිදොස් කිරීමේ විධාන රේඛාව සකසන්න.
-
-
+
+ Skip next instructionඊළඟ උපදෙස් මඟ හරින්න
-
+ Topmostඉහළම
-
+ Topmost Windowඉහළම කවුළුව
-
+ Make x64dbg topmostx64dbg ඉහළම කරන්න
-
+ &Report Bug& වාර්තාව බග්
-
-
+
+ Report Bugවාර්තාව බග්
-
+ Open https://report.x64dbg.comවිවෘත කරන්න https://report.x64dbg.com
-
+ &Source&මූලාශ්රය
-
-
+
+ Sourceමූලාශ්රය
-
+ Show the Source tab.මූලාශ්ර ටැබය පෙන්වන්න.
-
+ &Manual& අත්පොත
-
+ Open the CHM manual or online documentation at https://help.x64dbg.comCHM අත්පොත හෝ මාර්ගගත ලියකියවිලි විවෘත කරන්න https://help.x64dbg.com
-
+ &FAQ& නිතර අසනු
-
+ FAQනිතර අසනු
-
+ Open https://faq.x64dbg.comවිවෘත කරන්න https://faq.x64dbg.com
-
+ SEH ChainSEH දාම
-
-
+
+ Hide debugger (PEB)නිදොස්කාරයා සඟවන්න (PEB)
-
+ Modifies the PEB to hide debugger.නිදොස්කරණය සැඟවීමට PEB වෙනස් කරයි.
-
-
+
+ Reload style.cssstyle.css රීලෝඩ්
-
+ Read style.css from disk to apply theme changes.තේමා වෙනස්කම් යෙදීම සඳහා තැටියෙන් style.css කියවන්න.
-
-
+
+ Notesසටහන්
-
+ Show the Notes tab.සටහන් පටිත්ත පෙන්වන්න.
-
-
+
+ Handlesහැන්ඩ්ල්
-
+ Show the Handles tab.හැන්ඩ්ල් ටැබය පෙන්වන්න.
-
-
-
+
+
+ Trace over...කට හෝඩුවාවක්...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"කොන්දේසියක් සත්ය වන තෙක් පියවර ගන්න, සහ විකල්ප වශයෙන් ලුහුබැඳීමේදී විධාන ලොග් කර ක්රියාත්මක කරන්න. සමාන විධානය “tocnd”
-
-
-
+
+
+ Trace into...බවට හෝඩුවාවක්...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"කොන්දේසියක් සත්යයක් බවට පත්වන තෙක් පියවර ගන්න, සහ ලුහුබැඳීමේදී විකල්පයක් ලෙස විධාන ලොග් කර ක්රියාත්මක කරන්න. සමාන විධානය “ticnd”
-
+ Bitබිට්
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)1 බිට් එකකින් හෝඩුවාවන් ආවරණය සක්රීය කරන්න (උපදෙසක් ක්රියාත්මක කළත් නැතත්)
-
+ Byteබයිට්
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.උපදෙස් කී වතාවක් ක්රියාත්මක කර ඇත්දැයි වාර්තා කිරීමට 1 බයිටයක් සහිත හෝඩුවාවන් ආවරණය සක්රීය කරන්න.
-
+ Wordවචනය
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.උපදෙස් කී වතාවක් ක්රියාත්මක කර ඇත්දැයි වාර්තා කිරීමට 1 වචනයකින් හෝඩුවාවන් ආවරණය සක්රීය කරන්න.
-
+ Step into until reaching uncovered codeඅනාවරණ කේතයට ළඟා වන තුරු ඇතුල් වන්න
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"කලින් ආවරණය නොකළ උපදෙසක් ලබා ගන්නා තෙක් ඇතුල් වන්න. සමාන විධානය "tibt"
-
+ Step over until reaching uncovered codeඅනාවරණ කේතයට ළඟා වන තුරු ඉදිරියට යන්න
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"කලින් ආවරණය නොකළ උපදෙස් වෙත ළඟා වන තෙක් පියවර තබන්න. "tobt" යන සමාන විධානය
-
+ Step into until reaching covered codeආවරණය කරන ලද කේතයට ළඟා වන තුරු ඇතුල් වන්න
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"කලින් ආවරණය කර ඇති උපදෙසකට ළඟා වන තෙක් ඇතුල් වන්න. සමාන විධානය "tiit"
-
+ Step over until reaching covered codeආවරණය කරන ලද කේතයට ළඟා වන තුරු ඉදිරියට යන්න
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"කලින් ආවරණය කර ඇති උපදෙස් වෙත ළඟා වන තෙක් ඉදිරියට යන්න. සමාන විධානය "toit"
-
+ Disableඅක්රීය කරන්න
-
+ Disable trace coverageහෝඩුවාවන් ආවරණය අබල කරන්න
-
+ Run to &user codeසහ පරිශීලක කේතය වෙත ධාවනය
-
+ Trace over until user code would be executed.පරිශීලක කේතය ක්රියාත්මක කරන තෙක් හෝඩුවාවක්.
-
+ Run until e&xpressionඊ සහ xpression තෙක් ධාවනය
-
+ Undo last instructionඅවසන් උපදෙස් අහෝසි කරන්න
-
-
+
+ Generate crash dumpකඩා වැටීමෙන් හැලීම් ජනනය
-
-
+
+ &Manage Favourite Tools...& ප්රියතම මෙවලම් කළමනාකරණය...
-
+ Step over (source)පියවර (මූලාශ්රය)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"subroutine ඇතුලත් නොකර ප්රභව කේතයේ තනි පේළියක් ක්රියාත්මක කරන්න. සමාන “TraceOverකොන්දේසි src.line (cip) &&! src.disp (cip)”
-
+ Step into (source)(මූලාශ්රය) වෙත පියවර
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"තනි ප්රභව කේත රේඛාවක් ක්රියාත්මක කරන්න. සමාන “Traceintoකොන්දේසි src.line (cip) &&! src.disp (cip)”
-
+ &Graph&ප්රස්තාරය
-
+ Show the CPU tab and switch to Graph mode.CPU ටැබ් එක පෙන්වන්න සහ ප්රස්තාරය ප්රකාරය වෙත මාරු කරන්න.
-
+ Step into (swallow exception)වෙත පියවර (ගිල ව්යතිරේකය)
-
+ Step over (swallow exception)පියවර (ගිල ව්යතිරේකය)
-
+ Run (swallow exception)ධාවනය (ගිල ව්යතිරේකය)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.නිදොස්කරණය ධාවනය කර සියලු ව්යතිරේක නොසලකා හැරීම නිසා නිදොස්කරණය ව්යතිරේකය සකසන්නේ නැත.
-
-
+
+ Blogබ්ලොග්
-
+ Open https://blog.x64dbg.comවිවෘත කරන්න https://blog.x64dbg.com
-
+ Animate intoසජීවීකරණය කරන්න
-
+ Execute the step into command at a fixed paceස්ථාවර වේගයකින් විධානයට පියවර ක්රියාත්මක කරන්න
-
+ Animate overපුරා සජීවිකරණය කරන්න
-
+ Execute the step over command at a fixed paceස්ථාවර වේගයකින් විධානය මත පියවර ක්රියාත්මක කරන්න
-
+ Animate command...සජීවිකරණ විධානය...
-
+ Execute a command at a fixed paceස්ථාවර වේගයකින් විධානයක් ක්රියාත්මක කරන්න
-
+ System breakpoint scriptsපද්ධතිය බ්රේක්පොයින්ට් ස්ක්රිප්ට්
-
+ Set the script file to run automatically when the system breakpoint is reached.පද්ධති බිඳවැටීම් ළඟා වූ විට ස්වයංක්රීයව ක්රියාත්මක කිරීමට තිර රචනය ගොනුව සකසන්න.
-
+ Import settings...සැකසුම් ආයාත කරන්න...
-
+ Import settings from an external fileබාහිර ගොනුවකින් සැකසුම් ආයාත කරන්න
-
+ Customize menusමෙනු රිසිකරණය
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.“වැඩි විධානයන්” උප මෙනුව තුළට කලාතුරකින් භාවිතා වන මෙනු අයිතම සැඟවීමට Customize මෙනු සංවාදය විවෘත කරන්න.
-
+ &Import database& ආනයන දත්ත සමුදාය
-
+ Open an external database file to import data.දත්ත ආනයනය කිරීම සඳහා බාහිර දත්ත සමුදා ගොනුවක් විවෘත කරන්න.
-
+ &Export databaseසහ අපනයන දත්ත සමුදාය
-
+ Previous Tabපසුගිය ටැබ්
-
+ Show the tab on the left.වම්පස ඇති ටැබය පෙන්වන්න.
-
+ Next Tabඊළඟ ටැබ්
-
+ Show the tab on the right.දකුණු පස ඇති ටැබය පෙන්වන්න.
-
+ Previous Viewපෙර දැක්ම
-
+ Show the tab history popup window and select more recently used tab.ටැබ් ඉතිහාසය උත්පතන කවුළුව පෙන්වන්න සහ වඩාත් මෑතකදී භාවිතා ටැබය තෝරන්න.
-
+ Next Viewඊළඟ දැක්ම
-
+ Show the tab history popup window and select previously viewed tab.ටැබ් ඉතිහාසය උත්පතන කවුළුව පෙන්වන්න කලින් බැලූ ටැබය තෝරන්න.
-
+ Hide Tabටැබ් සඟවන්න
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.වත්මන් ටැබය සඟවන්න. සැඟවුණු ටැබය දර්ශන මෙනුවෙන් නැවත විවෘත කළ හැකිය.
-
+ &Variables&විචල්යයන්
-
+ Show a list of x64dbg variables. Equivalent command "varlist"x64dbg විචල්යයන් ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “වාර්ලිස්ට්”
-
+ Restart as Adminපරිපාලක ලෙස නැවත ආරම්භ
-
+ Restart x64dbg under Administrator privilege.පරිපාලක වරප්රසාදය යටතේ x64dbg නැවත ආරම්භ කරන්න.
-
+ Pluginsප්ලගින
-
+ Open https://plugins.x64dbg.comවිවෘත කරන්න https://plugins.x64dbg.com
-
-
+
+ Traceහෝඩුවාවක්
-
+ Show the Trace tab.හෝඩුවාවක් ටැබ් පෙන්වන්න.
-
+ Modulesමොඩියුල
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.සංකේත ටැබය පෙන්වන්න. මොඩියුල ලැයිස්තුව සංකේත පටිත්තෙහි ඇති බව සලකන්න.
-
+ &Default& පෙරනිමි
-
+ &Save database& සුරකින්න දත්ත සමුදාය
-
+ Save all data. The database will be automatically saved when debugging is stopped.සියලු දත්ත සුරකින්න. නිදොස්කරණය නතර කරන විට දත්ත සමුදාය ස්වයංක්රීයව සුරැකෙනු ඇත.
-
+ Re&load databaseරී&බර දත්ත සමුදාය
-
+ Discard all modifications and read all data from disk.සියලු වෙනස් කිරීම් ඉවතලන්න සහ තැටියේ සිට සියලු දත්ත කියවන්න.
-
+ &Restore backup database& උපස්ථ දත්ත ගබඩාව පිළිනැගුම
-
+ Read data from the backup database to recover from database corruption.දත්ත සමුදාය දූෂණ සිට සොයා ගැනීමට උපස්ථ දත්ත සමුදාය සිට දත්ත කියවන්න.
-
+ &Clear database& පැහැදිලි දත්ත සමුදාය
-
+ Clear all data.සියලු දත්ත පැහැදිලි කරන්න.
-
+ About QtQt ගැන
-
+ Display information about QtQt පිළිබඳ තොරතුරු ප්රදර්ශනය කරන්න
-
+ Mnemonic Helpසිහිවටන උදව්
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".එකලස් කිරීමේ මතක සටහන් පිළිබඳ සවිස්තරාත්මක උදව් තොරතුරු ලොගයට ප්රතිදානය කරන්න. සමාන විධානය "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Errorදෝෂය
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]%1 [උසස්]
-
+ Logලොග්
-
+ Symbolsසංකේත
-
+ Breakpointsබිඳවැටීම්
-
+ Memory Mapමතක සිතියම
-
+ SEHසෙහ්
-
+ Favourite Toolboxප්රියතම මෙවලම් පෙට්ටිය
-
+ Command: විධානය:
-
+ Readyසූදානම්
-
-
-
-
-
-
+
+
+
+
+
+ Languagesභාෂා
-
+ Darkඅඳුරු
-
+ Always stop the debuggee and exitසැමවිටම නිදොස්කරණය නවතා පිටවන්න
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?නිදොස්කරණය තවමත් ක්රියාත්මක වන අතර ඔබ පිටව ගියහොත් එය අවසන් වනු ඇත. ඔබට කුමක් කිරීමට අවශ්යද?
-
+ Debuggee is still runningනිදොස් කිරීම තවමත් ක්රියාත්මක වේ
-
+ &Exit&පිටවීමේ
-
+ Stop the debuggee and exit x64dbg.නිදොස්කරණය නවතා x64dbg යෙන් ඉවත් වන්න.
-
+ &Detach and exit&වෙන් කර පිටවන්න
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.නිදොස්කරණයෙන් වෙන් වී (එය ක්රියාත්මක වන තුරු) x64dbg න් පිටවන්න.
-
+ &Restart debugging& නිදොස්කරණය නැවත ආරම්භ කරන්න
-
+ Restart the debuggee and keep x64dbg open.නිදොස්කරණය නැවත ආරම්භ කර x64dbg විවෘතව තබන්න.
-
+ &Continue debugging&නිදොස්කරණය දිගටම කරගෙන යන්න
-
+ Close this dialog and continue where you left off.මෙම සංවාදය වසා දමා ඔබ නතර කළ තැනින් ඉදිරියට යන්න.
-
-
+
+ Unsupported systemසහාය නොදක්වන පද්ධතිය
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.ඔබ x64dbg ධාවනය කරන්නේ ARM64 අනුකරණ මාදිලියෙනි. <b>මෙම පද්ධතිය x64dbg මගින් සහාය නොදක්වන අතර අනපේක්ෂිත හැසිරීම් ඇති කරයි.</b> මෙම පරිසරය තුළ අනිෂ්ට මෘදුකාංග විශ්ලේෂණය කිරීම භයානක වන අතර ඔබ සත්ය Intel/AMD CPU එකකට මාරු විය යුතුය.<br><br>වැඩි විස්තර සඳහා, <a href="%1">නිතර අසන ප්රශ්න</a>බලන්න.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.ඔබ සහය නොදක්වන මෙහෙයුම් පද්ධති අනුවාදයක x64dbg ධාවනය කරයි. <b>අනාගත යාවත්කාලීන කිරීම් මෙම පද්ධතියේ ක්රියාත්මක වීම සම්පූර්ණයෙන්ම නවත්වනු ඇත.</b><br><br>වැඩිදුර තොරතුරු සඳහා, නිල <a href="%1">නිවේදනය</a>බලන්න.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.ක්රියාත්මක වන විට හෝඩුවාවක් ආරම්භ කළ නොහැක, පළමුව ක්රියාත්මක කිරීම විරාම කරන්න.
-
-
+
+ Open fileගොනුව විවෘත කරන්න
-
+ Executables (*.exe *.dll);;All files (*.*)ක්රියාත්මක කිරීම් (*.exe *.dll); සියලුම ගොනු (*.*)
-
+ Disassemblyවිසුරුවීම
-
+ Dumpඩම්ප්
-
+ Stackගොඩගසන්න
-
+ Enter expression to run to...වෙත ධාවනය කිරීමට ප්රකාශනය ඇතුල් කරන්න...
-
-
+
+ Error!දෝෂය!
-
+ Patches can only be shown while debugging...පැච් පෙන්විය හැක්කේ නිදොස්කරණය අතරතුර පමණි...
-
+ All the money will go to x64dbg development.සියලු මුදල් x64dbg සංවර්ධනයට යනු ඇත.
-
+ You will visit x64dbg's official blog.ඔබ x64dbg හි නිල බ්ලොග් අඩවියට පිවිසෙනු ඇත.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.ඔබට දෝෂයක් වාර්තා කළ හැකි වෙබ් අඩවියකට ඔබව ගෙන යනු ඇත.
හැකි තරම් තොරතුරු පිරවීමට වග බලා ගන්න.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?මෙම ක්රියාව නිදොස්කරණය බිඳ වැටෙන අතර කඩා වැටීමක් ජනනය කරනු ඇත. ඔබගේ සියලු නොගැලවූ දත්ත ඔබට අහිමි වනු ඇත. ඔබට ඇත්තටම දිගටම කරගෙන යාමට අවශ්යද?
-
+ Have fun debugging the debugger!නිදොස්කාරයා නිදොස්කිරීම විනෝද වන්න!
-
+ Debugger detected!නිදොස්කාරයා අනාවරණය!
-
+ Mnemonic helpසිහිවටන උදව්
-
+ Change Command Lineවිධාන රේඛාව වෙනස් කරන්න
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.දුරස්ථ විධාන රේඛාව ලබා ගත නොහැක, වැඩි විස්තර සඳහා 'getcmdline' විධානය භාවිතා කරන්න.
-
+ Could not set command line!විධාන රේඛාව සැකසිය නොහැක!
-
+ New command line: නව විධාන රේඛාව:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.අත්පොත විවෘත කළ නොහැක. කරුණාකර x64dbg.chm පවතී නම් පරීක්ෂා කර ඔබේ පද්ධතිය සමඟ වෙනත් ගැටළු නොමැති බව සහතික කරන්න.
-
+ Do you want to open online manual at https://help.x64dbg.com ?ඔබට https://help.x64dbg.com හි මාර්ගගත අත්පොත විවෘත කිරීමට අවශ්යද?
-
+ Open the Favourites dialog to manage the favourites menuප්රියතම මෙනුව කළමනාකරණය කිරීම සඳහා ප්රියතම සංවාද විවෘත කරන්න
-
+ Starting tool %1
මෙවලම ආරම්භ කිරීම %1
-
+ The translation is nearly empty. Do you still want to use this language?පරිවර්තනය කට ආසන්න හිස් ය. ඔබට තවමත් මෙම භාෂාව භාවිතා කිරීමට අවශ්යද?
-
+ New language setting will take effect upon restart.නව භාෂා සැකසුම නැවත ආරම්භ මත ක්රියාත්මක වනු ඇත.
-
+ Animate commandසජීවිකරණ විධානය
-
+ Example: StepIntoඋදාහරණය: පියවර
-
+ Customize Menusමෙනු රිසිකරණය
-
+ Settings (*.ini);;All files (*.*)සැකසුම් (*.ini); සියලුම ගොනු (*.*)
-
+ Import databaseආනයන දත්ත සමුදාය
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)දත්ත සමුදායන් (%1);; දත්ත සමුදා උපස්ථය (%1.bak);; සියලුම ගොනු (*.*)
-
+ Export databaseඅපනයන දත්ත සමුදාය
-
+ Databases (%1);;All files (*.*)දත්ත සමුදායන් (%1); සියලුම ගොනු (*.*)
-
-
+
+ More Commandsතවත් විධාන
@@ -15984,12 +15995,12 @@ Win32 API ඇමතීමෙන් තොරව ක්රියාවලිය
ReleaseNotesDialog
-
+ Release Notes
-
+ Closeවසන්න
@@ -18815,52 +18826,52 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
යාවත්කාලීන කිරීම් සඳහා පරීක්ෂා කිරීම...
-
+ Network Error!ජාල දෝෂය!
-
+ Failed to check for updates
-
+ Error!දෝෂය!
-
+ File on server could not be parsed...සේවාදායකයේ ගොනුව විග්රහ කළ නොහැක...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- නව ගොඩනගනු %1 ලබා ගත හැකිය!<br>බාගත <a href="%2">මෙතැනින්</a><br><br>ඔබ දැන් ගොඩනගනු ඇත %3
-
-
-
+ You have a development build (%1) of x64dbg!ඔබට x64dbg හි සංවර්ධන ගොඩනැගීමක් (%1) ඇත!
-
+ You have the latest build (%1) of x64dbg!ඔබට x64dbg හි නවතම ගොඩනැගීම (%1) ඇත!
-
+ Informationතොරතුරු
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_sr_SP.ts b/x64dbg_sr_SP.ts
index 85f55ba..ba56088 100644
--- a/x64dbg_sr_SP.ts
+++ b/x64dbg_sr_SP.ts
@@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_sv_SE.ts b/x64dbg_sv_SE.ts
index c08573b..5c2871b 100644
--- a/x64dbg_sv_SE.ts
+++ b/x64dbg_sv_SE.ts
@@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_th_TH.ts b/x64dbg_th_TH.ts
index b562713..6643406 100644
--- a/x64dbg_th_TH.ts
+++ b/x64dbg_th_TH.ts
@@ -12622,7 +12622,7 @@ Do you want to continue rendering this graph?
-
+ &File
@@ -12652,1431 +12652,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent Files
-
+ Database
-
+ &View
-
+ &Debug
-
+ Advanced
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &Open
-
+ Run the file and start debugging.
-
+ E&xit
-
+ Exit x64dbg.
-
+ &Run
-
+ Run the debuggee or restart debugging.
-
+ &Pause
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into
-
+ Execute a single instruction
-
+ Step &over
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &About
-
+ Display information about x64dbg
-
+ Scylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ Script
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ Preferences
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ Patches
-
+ Open the patch dialog.
-
+ Comments
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ Donate
-
+ Open https://donate.x64dbg.com
-
+ Calculator
-
+ Open the Calculator dialog.
-
-
+
+ Attach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ Languages
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly
-
+ Dump
-
+ Stack
-
+ Enter expression to run to...
-
-
+
+ Error!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15624,12 +15635,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close
@@ -18451,51 +18462,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_tr_TR.ts b/x64dbg_tr_TR.ts
index 70b90b5..ad678a3 100644
--- a/x64dbg_tr_TR.ts
+++ b/x64dbg_tr_TR.ts
@@ -12902,7 +12902,7 @@ Bu grafiği oluşturmaya devam etmek istiyormusunuz?
-
+ &File&Dosya
@@ -12932,1432 +12932,1443 @@ Bu grafiği oluşturmaya devam etmek istiyormusunuz?
x64dbg
-
+ &Recent Files&Son Dosyalar
-
+ Database
-
+ &View&Görünüm
-
+ &Debug&Debug
-
+ AdvancedGelişmiş
-
+ &Help&Yardım
-
-
-
-
+
+
+
+ &Plugins&Eklentiler
-
+ &Options&Seçenekler
-
-
+
+ &Theme&Tema
-
+ Favour&ites&Sık Kullanılanlar
-
+ Traci&ng
-
+ Trace &coverage
-
+ ToolbarAraç Çubuğu
-
+ CommandBarKomut Çubuğu
-
+ &Open&Aç
-
+ Run the file and start debugging.
-
+ E&xitÇı&kış
-
+ Exit x64dbg.
-
+ &Run&Çalıştır
-
+ Run the debuggee or restart debugging.
-
+ &Pause&Duraklat
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&startYeniden &Başlat
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Kapat
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoProsedürün &içine gir
-
+ Execute a single instruction
-
+ Step &overProsedürün içine &girmeden devam et
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand&Komut
-
+ Focus on the command bar
-
+ E&xecute till returnİlk &return komutuna kadar çalıştır
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map&Hafıza
-
+ Show the Memory Map tab.
-
+ &Log Window&Günlük
-
+ Show the Log tab.
-
+ &About&Hakkında
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints&Kesme Noktaları
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script&Komut Dosyası
-
-
+
+ ScriptKomut Dosyası
-
+ Show the Script tab.
-
+ Run &until selection&Seçime kadar çalıştır
-
+ Run until selectionSeçime kadar çalıştır
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &InfoSembol &Bilgisi
-
+ Symbol InfoSembol Bilgisi
-
+ Show the Symbols tab.
-
+ &References&Referanslar
-
-
+
+ ReferencesReferanslar
-
+ Show the References tab.
-
+ &Threads&İş Parçacıkları
-
-
+
+ Threadsİş Parçacıkları
-
+ Show the Threads tab.
-
+ &Preferences&Tercihler
-
+ PreferencesTercihler
-
+ Opem the Preferences dialog.
-
+ &Find Strings&Stringleri Bul
-
+ Find StringsStringleri Bul
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance&Görünüm
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Callsİntermoduler Çağrıları Bul
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...Dosya Yamala...
-
+ PatchesYamalar
-
+ Open the patch dialog.
-
+ CommentsYorumlar
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ LabelsEtiketler
-
+ Show a list of labels. Equivalent command "labellist"
-
+ BookmarksYer imleri
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ FunctionsFonksiyonlar
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &UpdatesGüncellemeleri &Denetle
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call StackYığın Çağrıları
-
+ Show the Call Stack tab.
-
+ HotkeysKısayol Tuşları
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate&Bağışta Bulun
-
-
+
+ DonateBağış
-
+ Open https://donate.x64dbg.com
-
+ CalculatorHesap Makinesi
-
+ Open the Calculator dialog.
-
-
+
+ AttachEkle
-
+ Attach the debugger to a process to debug it.
-
-
+
+ DetachAyır
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &LineKomut &Satırını Değiştir
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instructionBir sonraki talimatı atla
-
+ TopmostHer zaman üstte
-
+ Topmost WindowEn Üstteki Pencere
-
+ Make x64dbg topmost
-
+ &Report Bug&Hata Raporla
-
-
+
+ Report BugHata Raporla
-
+ Open https://report.x64dbg.com
-
+ &Source&Kaynak
-
-
+
+ SourceKaynak
-
+ Show the Source tab.
-
+ &Manual&Kullanım Kılavuzu
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ&SSS
-
+ FAQSSS
-
+ Open https://faq.x64dbg.com
-
+ SEH ChainSEH Zinciri
-
-
+
+ Hide debugger (PEB)Hata Ayıklayıcıyı Gizle (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssYeniden yükle -> style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesNotlar
-
+ Show the Notes tab.
-
-
+
+ HandlesTutamaçlar
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...Prosedürün içine girmeden izleri takip et...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...Prosedürün içine girerek izleri takip et...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteBayt
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableEtkin değil
-
+ Disable trace coverage
-
+ Run to &user code&Kullanıcı kodunu çalıştır
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression&İfadeye kadar çalıştır
-
+ Undo last instructionSon talimatı geri al
-
-
+
+ Generate crash dumpÇökme dökümü oluştur
-
-
+
+ &Manage Favourite Tools...&Sık Kullanılan Araçları Yönet...
-
+ Step over (source)Prosedürün içine girmeden devam et (kaynak)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)Prosedürün içine gir (kaynak)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&Grafik
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)Prosedürün içine gir (istisnayı yut)
-
+ Step over (swallow exception)Prosedürün içine girmeden devam et (istisnayı yut)
-
+ Run (swallow exception)Çalıştır (istisnayı yut)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ BlogBlog
-
+ Open https://blog.x64dbg.com
-
+ Animate intoProsedürün içine izleyerek gir
-
+ Execute the step into command at a fixed pace
-
+ Animate overProsedürün içine girmeden izleyerek devam et
-
+ Execute the step over command at a fixed pace
-
+ Animate command...İzleme komutu gir...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...Ayarları içe aktar...
-
+ Import settings from an external file
-
+ Customize menusMenüleri özelleştir
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database&Veritabanını içe aktar
-
+ Open an external database file to import data.
-
+ &Export database&Veritabanını dışa aktar
-
+ Previous TabÖnceki Sekme
-
+ Show the tab on the left.
-
+ Next TabSonraki Sekme
-
+ Show the tab on the right.
-
+ Previous ViewÖnceki Görünüm
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next ViewSonraki Görünüm
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide TabSekmeyi Gizle
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables&Değişkenler
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as AdminYönetici olarak Yeniden Başlat
-
+ Restart x64dbg under Administrator privilege.
-
+ PluginsEklentiler
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Traceİz
-
+ Show the Trace tab.
-
+ ModulesModüller
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default&Varsayılan
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorHata
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]%1 [Yükseltildi]
-
+ LogGünlük
-
+ SymbolsSemboller
-
+ BreakpointsKesme Noktaları
-
+ Memory MapHafıza
-
+ SEHSEH
-
+ Favourite Toolbox
-
+ Command: Komut:
-
+ ReadyHazır
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesDiller
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still runningHata Ayıklayıcı hala çalışıyor
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileDosya Aç
-
+ Executables (*.exe *.dll);;All files (*.*)Çalıştırılabilinir (*.exe *.dll);;Tüm Dosyalar (*.*)
-
+ DisassemblyDisassembly
-
+ DumpDöküm
-
+ StackYığın
-
+ Enter expression to run to...Çalıştırılacak ifadeyi girin...
-
-
+
+ Error!Hata!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.Yolladığınız tüm para x64dbg geliştirilmesine harcanıyor.
-
+ You will visit x64dbg's official blog.x64dbg resmi blog sayfasını ziyaret ediceksin.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Bir hatayı rapor edebileceğiniz bir web sitesine yönlendirileceksiniz.
Mümkün olduğunca çok bilgi girdiğinizden emin olun.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?Bu eylem, hata ayıklayıcıyı çökertecek ve bir çökme dökümü oluşturtacak. KAYDEDİLMEMİŞ TÜM VERİLERİNİZİ KAYBEDİCEKSİNİZ. Gerçekten devam etmek istiyor musunuz?
-
+ Have fun debugging the debugger!Hata ayıklayıcı ile hata ayıklarken iyi eğlenceler!
-
+ Debugger detected!Hata ayıklayıcı algılandı!
-
+ Mnemonic help
-
+ Change Command LineKomut Satırını Değiştir
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Uzak komut satırı alınamıyor, daha fazla bilgi için 'getcmdline' komutunu kullanın.
-
+ Could not set command line!Komut satırı ayarlanamadı!
-
+ New command line: Yeni komut satırı:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.Kullanım kılavuzu açılamıyor. x64dbg.chm dosyanızın olduğunu kontrol edin ve sisteminizde ile ilgili başka bir sorun olmadığından emin olun.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?Çeviri neredeyse boş. Yine de bu dili kullanmak istiyormusunuz?
-
+ New language setting will take effect upon restart.Yeniden başlatıldığında, yeni dil geçerli olucak.
-
+ Animate commandİzleme komutu
-
+ Example: StepIntoÖrnek: StepInto
-
+ Customize MenusMenüleri Özelleştir
-
+ Settings (*.ini);;All files (*.*)Ayarlar (*.ini);;Tüm dosyalar (*.*)
-
+ Import databaseVeritabanını içe aktar
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export databaseVeritabanını dışa aktar
-
+ Databases (%1);;All files (*.*)Veritabanları (%1);;Tüm dosyalar (*.*)
-
-
+
+ More CommandsDaha Fazla Komut
@@ -15921,12 +15932,12 @@ TEB, Win32 API'sini çağırmadan süreç hakkında bir çok bilgi almak için k
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseKapat
@@ -18750,51 +18761,51 @@ Bu, hata ayıklama oturumunuzda beklenmeyen davranışa sebeb olabilir...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!Ağ Hatası!
-
+ Failed to check for updates
-
+ Error!Hata!
-
+ File on server could not be parsed...File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- Yeni (Yapı %1) mevcut!<br><a href="%2">indir</a><br><br>Şu anki yapı -> %3
-
-
-
+ You have a development build (%1) of x64dbg!x64dbg'un (%1) tarihli geliştirme sürümüne sahipsiniz!
-
+ You have the latest build (%1) of x64dbg!x64dbg'un (%1) tarihli son sürümüne sahipsiniz!
-
+ InformationBilgi
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_uk_UA.ts b/x64dbg_uk_UA.ts
index 3f6beba..da1c4a3 100644
--- a/x64dbg_uk_UA.ts
+++ b/x64dbg_uk_UA.ts
@@ -12879,7 +12879,7 @@ Do you want to continue rendering this graph?
-
+ &File&Файл
@@ -12909,1321 +12909,1332 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files&Останні файли
-
+ DatabaseБаза даних
-
+ &View&Вигляд
-
+ &Debug&Відлагодження
-
+ AdvancedДодатково
-
+ &Help&Довідка
-
-
-
-
+
+
+
+ &Plugins&Плагіни
-
+ &Options&Параметри
-
-
+
+ &Theme&Тема
-
+ Favour&itesВ&подобання
-
+ Traci&ng&Трасування
-
+ Trace &coverageПокриття &трасування
-
+ ToolbarПанель інструментів
-
+ CommandBarПанель команд
-
+ &Open&Відкрити
-
+ Run the file and start debugging.Запустіть файл і почніть відлагодження.
-
+ E&xit&Вихід
-
+ Exit x64dbg.Вийти з x64dbg.
-
+ &Run&Виконати
-
+ Run the debuggee or restart debugging.Запустити або перезапустити відлагодження
-
+ &Pause&Призупинити
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.Призупинити виконання відлагодження або зупинити «Анімація всередину»/«Анімація через».
-
+ Re&startПе&резапустити
-
+ Stop the debuggee and restart it, or restart the last debugged file.Зупиніть налагодження, перезапустіть або перезапустіть останній відлагоджений файл.
-
+ &CloseЗакрити
-
+ Terminate the debuggee and stop debugging.Завершити роботу відлагоджуваного процесу та зупинити відлагодження.
-
+ Step &intoКрок &всередину
-
+ Execute a single instructionВиконати одну інструкцію.
-
+ Step &overКрок &через
-
+ Execute a single instruction without entering the CALL instructionВиконати одну інструкцію без входу в інструкцію CALL.
-
+ Co&mmand&Команда
-
+ Focus on the command barСфокусуватися на командному рядку
-
+ E&xecute till return&Виконати до повернення
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.Трасувати поверх до тих пір, поки не буде виконана інструкція RET і вказівник стеку не буде менший або дорівнювати поточному значенню.
-
+ &Memory Map&Мапа пам'яті
-
+ Show the Memory Map tab.Показати вкладку мапи пам'яті.
-
+ &Log Window&Вікно журналу
-
+ Show the Log tab.Показати вкладку журналу.
-
+ &About&Про програму
-
+ Display information about x64dbgВідобразити інформацію про x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints&Точки зупину
-
+ Show the Breakpoints tab.Показати вкладку точки зупину.
-
+ Step into (pass all exceptions)Крок всередину (пропустити всі винятки)
-
+ Execute a single instruction, pass exceptions to the debuggee.Виконати одну інструкцію, передати виключення відлагоджуваному процесу.
-
+ Step over (pass all exceptions)Крок через (пропустити всі винятки)
-
+ Run (pass all exceptions)Виконати (пропустити всі винятки)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.Запустити налагоджуваний процес та передати йому всі винятки без паузи.
-
+ Execute till return (pass all exceptions)Виконати до повернення (пропустити всі винятки)
-
+ &Script&Скрипт
-
-
+
+ ScriptСкрипти
-
+ Show the Script tab.Показати вкладку скриптів.
-
+ Run &until selectionВиконати &до виділеного
-
+ Run until selectionВиконати до виділеного
-
+ Put a breakpoint on selection and run the debuggee.Поставте точку зупину на виділення та запустіть відлагодження
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.Показати вкладку CPU із дизасемблером.
-
+ Symbol &Info&Інформація про символи
-
+ Symbol InfoІнформація про символи
-
+ Show the Symbols tab.Показати вкладку символів.
-
+ &References&Посилання
-
-
+
+ ReferencesПосилання
-
+ Show the References tab.Показати вкладку посилань.
-
+ &Threads&Потоки
-
-
+
+ ThreadsПотоки
-
+ Show the Threads tab.Показати вкладку потоків.
-
+ &Preferences&Налаштування
-
+ PreferencesНалаштування
-
+ Opem the Preferences dialog.Відкрити діалогове вікно налаштувань.
-
+ &Find Strings&Пошук рядків
-
+ Find StringsПошук рядків
-
+ Find possible strings in the current module. Equivalent command "strref"Знайти можливі рядки в поточному модулі. Еквівалентна команда "strref"
-
+ &Appearance&Зовнішній вигляд
-
+ Open the Appearance dialog to adjust color and font settings.Відкрити діалогове вікно «Зовнішній вигляд» для налаштування кольорів та шрифтів.
-
-
+
+ Find Intermodular CallsЗнайти міжмодульні виклики
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"Знайти міжмодульні виклики в поточному модулі. Еквівалентна команда "modcallfind"
-
+ Patch file...Пропатчити файл...
-
+ PatchesПатчі
-
+ Open the patch dialog.Відкрити діалогове вікно патчу.
-
+ CommentsКоментарі
-
+ Show a list of comments. Equivalent command "commentlist"Показати список коментарів. Еквівалентна команда "commentlist"
-
+ LabelsМітки
-
+ Show a list of labels. Equivalent command "labellist"Показати список міток. Еквівалентна команда "labellist"
-
+ BookmarksЗакладки
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"Показати список закладок. Еквівалентна команда "bookmarklist"
-
+ FunctionsФункції
-
+ Show a list of functions. Equivalent command "functionlist"Показати список функцій. Еквівалентна команда "functionlist"
-
+ Check for &UpdatesПеревірити наявність &оновлень
-
+ Connect to Github to check for updatesЗ'єднатися з GitHub для перевірки оновлень
-
-
-
+
+
+ Call StackСтек викликів
-
+ Show the Call Stack tab.Показати вкладку стеку викликів
-
+ HotkeysГарячі клавіші
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.Відкрити діалогове вікно «Гарячі клавіші» для їх налаштування.
-
+ &Donate&Пожертвувати
-
-
+
+ DonateПожертвувати
-
+ Open https://donate.x64dbg.comВідкрити https://donate.x64dbg.com
-
+ CalculatorКалькулятор
-
+ Open the Calculator dialog.Відкрити діалогове вікно калькулятора.
-
-
+
+ AttachПриєднати
-
+ Attach the debugger to a process to debug it.Приєднати відлагоджувач до процесу, щоб розпочати його відлагодження.
-
-
+
+ DetachВід’єднати
-
+ Detach from the debuggee so that it continues running without being debugged.Від'єднайтися від відлагоджуваного процесу, він буде продовжувати працювати без відлагодження.
-
+ Change Command &LineЗмінити аргументи командного рядка
-
+ Set the command line of the debuggee.Встановіть командний рядок налагоджування.
-
-
+
+ Skip next instructionПропустити наступну інструкцію
-
+ TopmostПоверх усіх вікон
-
+ Topmost WindowПоверх усіх вікон
-
+ Make x64dbg topmostЗробити x64dbg поверх інших вікон
-
+ &Report Bug&Повідомити про помилку
-
-
+
+ Report BugПовідомити про помилку
-
+ Open https://report.x64dbg.comВідкрити https://report.x64dbg.com
-
+ &Source&Початковий код
-
-
+
+ SourceПочатковий код
-
+ Show the Source tab.Показати вкладку початкового файлу.
-
+ &Manual&Посібник
-
+ Open the CHM manual or online documentation at https://help.x64dbg.comВідкрити CHM-довідку або онлайн документацію за адресою http://help.x64bg.com
-
+ &FAQ&ЧАП
-
+ FAQЧАП
-
+ Open https://faq.x64dbg.comВідкрити https://faq.x64dbg.com
-
+ SEH ChainSEH ланцюг
-
-
+
+ Hide debugger (PEB)Приховати відлагоджувач (PEB)
-
+ Modifies the PEB to hide debugger.Змінює PEB для приховання відлагоджувача.
-
-
+
+ Reload style.cssПерезавантажити style.css
-
+ Read style.css from disk to apply theme changes.Читати style.css з диска для застосування змін тем.
-
-
+
+ NotesНотатки
-
+ Show the Notes tab.Показати вкладку нотаток.
-
-
+
+ HandlesДескриптори
-
+ Show the Handles tab.Показати вкладку дескрипторів.
-
-
-
+
+
+ Trace over...Трасування через...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"Крокувати поверх до того, як умова стане істинною, і опційно залогуйте та виконайте команди під час трасування. Еквівалентна команда "tocnd"
-
-
-
+
+
+ Trace into...Трасування всередину...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"Крокувати із заходом до того, як умова стане істинною, і опційно залогуйте та виконайте команди під час трасування. Еквівалентна команда "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)Увімкнути відстеження покриття інформацією із одним бітом (виконана інструкція чи ні)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.Увімкнути відстеження покриття блоком 1 байтом для запису, скільки разів виконана інструкція.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.Увімкнути відстеження покриття блоком 1 слово для запису, скільки разів виконана інструкція.
-
+ Step into until reaching uncovered codeКрок всередину до досягнення непокритого коду
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"Крокувати із заходом до досягнення інструкції, яка не була покрита раніше. Еквівалентна команда "tibt"
-
+ Step over until reaching uncovered codeКрок через до досягнення непокритого коду
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"Крокувати поверх до досягнення інструкцій, які не були покриті раніше. Еквівалентна команда "tobt"
-
+ Step into until reaching covered codeКрок всередину до досягнення покритого коду
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"Крокувати із заходом до досягнення інструкції, яка була покрита раніше. Еквівалентна команда "tiit"
-
+ Step over until reaching covered codeКрок через до досягнення покритого коду
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"Крокувати поверх до досягнення інструкцій, які були покриті раніше. Еквівалентна команда "toit"
-
+ DisableВідключити
-
+ Disable trace coverageВимкнути відстеження покриття
-
+ Run to &user codeВиконати до &коду користувача
-
+ Trace over until user code would be executed.Трасувати поверх, поки не буде досягнутий код користувача.
-
+ Run until e&xpressionВиконати до &виразу
-
+ Undo last instructionСкасувати останню інструкцію
-
-
+
+ Generate crash dumpСтворити аварійний дамп
-
-
+
+ &Manage Favourite Tools...&Керування обраними інструментами...
-
+ Step over (source)Крок через (початковий код)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"Виконати один рядок початкового коду без входу в підпрограму. Еквівалентно "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)Крок всередину (початковий код)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"Виконати один рядок початкового коду. Еквівалентно "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph&Граф
-
+ Show the CPU tab and switch to Graph mode.Показати вкладку ЦПУ та перейти до режиму Графу.
-
+ Step into (swallow exception)Крок всередину (приглушити виняток)
-
+ Step over (swallow exception)Крок через (приглушити виняток)
-
+ Run (swallow exception)Виконати (приглушити виняток)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.Запустити відлагоджуваний процес та ігнорувати всі винятки, відлагоджуваний процес не буде обробляти винятки.
-
-
+
+ BlogБлог
-
+ Open https://blog.x64dbg.comВідкрити https://blog.x64dbg.com
-
+ Animate intoАнімація всередину
-
+ Execute the step into command at a fixed paceВиконати команду крокування із заходом всередину із фіксованою швидкістю
-
+ Animate overАнімація через
-
+ Execute the step over command at a fixed paceВиконати команду крокування без заходження всередину із фіксованою швидкістю
-
+ Animate command...Анімація команди...
-
+ Execute a command at a fixed paceВиконати команду в фіксованому темпі
-
+ System breakpoint scriptsСистемні скрипти зупину
-
+ Set the script file to run automatically when the system breakpoint is reached.Встановити файл скрипту для автоматичного запуску при досягненні точки зупинки.
-
+ Import settings...Імпортувати налаштування...
-
+ Import settings from an external fileІмпортувати налаштування з зовнішнього файлу
-
+ Customize menusНалаштування меню
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.Відкрийте діалогове вікно «Налаштування меню», щоб приховати рідко використовувані елементи меню в підменю «Більше команд».
-
+ &Import database&Імпортувати базу даних
-
+ Open an external database file to import data.Відкрийте файл зовнішньої БД щоб імпортувати дані.
-
+ &Export database&Експортувати базу даних
-
+ Previous TabПопередня вкладка
-
+ Show the tab on the left.Показати вкладку зліва.
-
+ Next TabНаступна вкладка
-
+ Show the tab on the right.Показати вкладку справа.
-
+ Previous ViewПопередній вид
-
+ Show the tab history popup window and select more recently used tab.Показувати спливаючі вікна історії вкладок та оберати нещодавно використану вкладку.
-
+ Next ViewНаступний вид
-
+ Show the tab history popup window and select previously viewed tab.Показувати спливаючі вікна історії вкладок та оберати нещодавно відвідану вкладку.
-
+ Hide TabПриховати вкладку
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.Приховати поточну вкладку. Приховану вкладку можна відкрити знову в меню View.
-
+ &Variables&Змінні
-
+ Show a list of x64dbg variables. Equivalent command "varlist"Показати список змінних x64dbg. Еквівалентна команда "varlist"
-
+ Restart as AdminПерезапустити від імені адміністратора
-
+ Restart x64dbg under Administrator privilege.Перезапустіть x64dbg з правами адміністратора.
-
+ PluginsПлагіни
-
+ Open https://plugins.x64dbg.comВідкрити https://plugins.x64dbg.com
-
-
+
+ TraceТрасування
-
+ Show the Trace tab.Показати вкладку трасування.
-
+ ModulesМодулі
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.Показати вкладку "Символи". Зверніть увагу, що список модулів знаходиться у цій вкладці.
-
+ &Default&За замовчуванням
-
+ &Save database&Зберегти базу даних
-
+ Save all data. The database will be automatically saved when debugging is stopped.Зберігати всі дані. База даних буде автоматично збережена, коли відлагодження буде призупинено.
-
+ Re&load databaseПерезавантажити базу даних
-
+ Discard all modifications and read all data from disk.Скасувати всі зміни та прочитати всі дані з диску.
-
+ &Restore backup database&Відновити базу даних з резервної копії
-
+ Read data from the backup database to recover from database corruption.Прочитати дані з резервної копії бази даних для відновлення пошкодженої бази даних.
-
+ &Clear database&Очистити базу даних
-
+ Clear all data.Очистити всі дані
-
+ About QtПро Qt
-
+ Display information about QtВідобразити інформацію про Qt
-
+ Mnemonic HelpМнемонічна допомога
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".Виводити детальну інформацію про помилку збірки мнемонічного журналу. Еквівалентна команда "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorПомилка
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]%1 [Elevated]
-
+ LogЖурнал
-
+ SymbolsСимволи
-
+ BreakpointsТочки зупину
-
+ Memory MapМапа пам'яті
-
+ SEHSEH
-
+ Favourite ToolboxОбрані інструменти
-
+ Command: Команда:
-
+ ReadyГотовий
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesМови
-
+ DarkТемна
-
+ Always stop the debuggee and exitЗавжди зупиняти відлагоджуваний процес і виходити
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?Відлагоджуваний процес все ще працює і буде завершений, якщо ви вийдете. Що ви бажаєте зробити?
-
+ Debuggee is still runningВідлагодження ще виконується
-
+ &Exit&Вийти
-
+ Stop the debuggee and exit x64dbg.Зупинити відлагоджуваний процес та вийти з x64dbg.
-
+ &Detach and exit&Від’єднати та вийти
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.Від'єднайтеся від відлагоджуваного процесу (залишивши його запущеним) та вийти з x64dbg.
-
+ &Restart debugging&Перезапустити відлагодження
-
+ Restart the debuggee and keep x64dbg open.Перезапустити відлагоджуваний процес і залишити x64dbg відкритим.
-
+ &Continue debugging&Продовжити дебаг
-
+ Close this dialog and continue where you left off.Закрийте це діалогове вікно і продовжте з того місця, де ви зупинилися.
-
-
+
+ Unsupported systemСистема не підтримується
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.Ви використовуєте x64gdb у режимі емуляції ARM64. <b>Ця система не підтримується і може спричинити неочікувану поведінку.</b> Аналіз шкідливого програмного забезпечення в цьому середовищі є небезпечним, і вам слід перейти на фактичний процесор Intel/AMD/...<br><br>Для отримання додаткової інформації див. <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.Ви використовуєте x64dgb на непідтримуваній версії операційної системи. <b>Майбутні оновлення повністю перестануть працювати на цій системі.</b><br><br>Для отримання додаткової інформації див. офіційне <a href="%1">оголішення</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.Не можна почати трасу при виконанні, спочатку пауза після виконання.
-
-
+
+ Open fileВідкрити файл
-
+ Executables (*.exe *.dll);;All files (*.*)Виконувані файли (*.exe *.dll);;Всі файли (*.*)
-
+ DisassemblyДизасембльований код
-
+ DumpДамп
-
+ StackСтек
-
+ Enter expression to run to...Введіть вираз для запуску до...
-
-
+
+ Error!Помилка!
-
+ Patches can only be shown while debugging...Патчі можуть бути показані тільки під час дебагу...
-
+ All the money will go to x64dbg development.Усі гроші підуть на розробку x64dbg.
-
+ You will visit x64dbg's official blog.Ви відвідаєте офіційний блог x64dbg.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.Ви будете переадресовані на сайт, де Ви можете повідомити про помилку.
Будь ласка, надайте якомога більше інформації.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?Ця дія спричинить збій відлагоджувача та створить дамп збою. Ви ВТРАТИТЕ ВСІ НЕЗБЕРЕЖЕНІ ДАНІ. Ви дійсно бажаєте продовжити?
@@ -14232,114 +14243,114 @@ Make sure to fill in as much information as possible.
-
+ Have fun debugging the debugger!Отримуйте задоволення від відлагодження відлагоджувача!
-
+ Debugger detected!Виявлено відлагоджувач!
-
+ Mnemonic helpМнемонічна допомога
-
+ Change Command LineЗмінити аргументи командного рядка
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.Не вдалося отримати параметри віддаленого командного рядку, використовуйте команду 'getcmdline' для отримання додаткової інформації.
-
+ Could not set command line!Не вдалося встановити параметри командного рядка!
-
+ New command line: Новий командний рядок:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.Не можливо відкрити довідку. Перевірте, чи існує x64dbg.chm та переконайтеся, що в вашій системі немає інших проблем.
-
+ Do you want to open online manual at https://help.x64dbg.com ?Бажаєте відкрити онлайн-посібник на http://help.x64dbg.co?
-
+ Open the Favourites dialog to manage the favourites menuВідкрийте Favourites діалог для керування меню закладок
-
+ Starting tool %1
Запуск інструменту %1
-
+ The translation is nearly empty. Do you still want to use this language?Переклад майже порожній. Ви все ще хочете використовувати цю мову?
-
+ New language setting will take effect upon restart.Нові мовні налаштування набудуть чинності після перезапуску.
-
+ Animate commandАнімація команди
-
+ Example: StepIntoПриклад: StepInto
-
+ Customize MenusНалаштування меню
-
+ Settings (*.ini);;All files (*.*)Налаштування (*.ini);;Всі файли (*.*)
-
+ Import databaseІмпортувати базу даних
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)Бази даних (%1);; Резервна копія бази даних (%1.bak);;Всі файли (*.*)
-
+ Export databaseЕкспортувати базу даних
-
+ Databases (%1);;All files (*.*)Бази даних (%1);;Всі файли (*.*)
-
-
+
+ More CommandsБільше команд
@@ -15903,12 +15914,12 @@ TEB може бути використаний для отримання інф
ReleaseNotesDialog
-
+ Release Notes
-
+ Close&Закрити
@@ -18733,51 +18744,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
Перевірка наявності оновлень...
-
+ Network Error!Помилка мережі!
-
+ Failed to check for updates
-
+ Error!Помилка!
-
+ File on server could not be parsed...Не вдалося проаналізувати файл на сервері...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- Нова збірка %1 вже доступна!<br>Завантажити <a href="%2">тут</a><br><br>Ваша збірка %3
-
-
-
+ You have a development build (%1) of x64dbg!У вас тестова збірка (%1) x64dbg!
-
+ You have the latest build (%1) of x64dbg!У вас остання збірка (%1) x64dbg!
-
+ InformationІнформація
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_vi_VN.ts b/x64dbg_vi_VN.ts
index 11e3ed0..0708b23 100644
--- a/x64dbg_vi_VN.ts
+++ b/x64dbg_vi_VN.ts
@@ -12623,7 +12623,7 @@ Do you want to continue rendering this graph?
-
+ &FileTệp
@@ -12653,1431 +12653,1442 @@ Do you want to continue rendering this graph?
-
+ &Recent FilesCác tệp gần đây
-
+ Database
-
+ &ViewHiển thị
-
+ &Debug
-
+ AdvancedNâng cao
-
+ &Help
-
-
-
-
+
+
+
+ &Plugins
-
+ &Options
-
-
+
+ &Theme
-
+ Favour&ites
-
+ Traci&ng
-
+ Trace &coverage
-
+ Toolbar
-
+ CommandBar
-
+ &OpenMở
-
+ Run the file and start debugging.
-
+ E&xitThoát (&X)
-
+ Exit x64dbg.
-
+ &RunChạy
-
+ Run the debuggee or restart debugging.
-
+ &PauseTạm dừng
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close&Đóng
-
+ Terminate the debuggee and stop debugging.
-
+ Step &intoĐi vào
-
+ Execute a single instruction
-
+ Step &overĐi qua
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand
-
+ Focus on the command bar
-
+ E&xecute till return
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map
-
+ Show the Memory Map tab.
-
+ &Log Window
-
+ Show the Log tab.
-
+ &AboutGiới thiệu
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script
-
-
+
+ ScriptKịch bản
-
+ Show the Script tab.
-
+ Run &until selection
-
+ Run until selection
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU
-
-
+
+ CPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info
-
+ Symbol Info
-
+ Show the Symbols tab.
-
+ &References
-
-
+
+ References
-
+ Show the References tab.
-
+ &Threads
-
-
+
+ Threads
-
+ Show the Threads tab.
-
+ &Preferences
-
+ PreferencesTuỳ chỉnh
-
+ Opem the Preferences dialog.
-
+ &Find Strings
-
+ Find Strings
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &AppearanceGiao diện
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...
-
+ PatchesPatch
-
+ Open the patch dialog.
-
+ CommentsGhi chú
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack
-
+ Show the Call Stack tab.
-
+ Hotkeys
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate
-
-
+
+ DonateỦng hộ
-
+ Open https://donate.x64dbg.com
-
+ CalculatorTính toán
-
+ Open the Calculator dialog.
-
-
+
+ AttachAttach
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction
-
+ Topmost
-
+ Topmost Window
-
+ Make x64dbg topmost
-
+ &Report Bug
-
-
+
+ Report Bug
-
+ Open https://report.x64dbg.com
-
+ &Source
-
-
+
+ Source
-
+ Show the Source tab.
-
+ &Manual
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ
-
+ FAQ
-
+ Open https://faq.x64dbg.com
-
+ SEH Chain
-
-
+
+ Hide debugger (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.cssTải lại style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ NotesGhi chú
-
+ Show the Notes tab.
-
-
+
+ Handles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ BitBit
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ ByteByte
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ WordWord
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ DisableĐã tắt
-
+ Disable trace coverage
-
+ Run to &user code
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction
-
-
+
+ Generate crash dump
-
-
+
+ &Manage Favourite Tools...
-
+ Step over (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)
-
+ Step over (swallow exception)
-
+ Run (swallow exception)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog
-
+ Open https://blog.x64dbg.com
-
+ Animate into
-
+ Execute the step into command at a fixed pace
-
+ Animate over
-
+ Execute the step over command at a fixed pace
-
+ Animate command...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...
-
+ Import settings from an external file
-
+ Customize menus
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database
-
+ Open an external database file to import data.
-
+ &Export database
-
+ Previous Tab
-
+ Show the tab on the left.
-
+ Next Tab
-
+ Show the tab on the right.
-
+ Previous View
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins
-
+ Open https://plugins.x64dbg.com
-
-
+
+ Trace
-
+ Show the Trace tab.
-
+ Modules
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default
-
+ &Save database
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database
-
+ Clear all data.
-
+ About Qt
-
+ Display information about Qt
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ ErrorLỗi
-
+ %1 (%2)
-
+ %1 [Elevated]
-
+ Log
-
+ Symbols
-
+ Breakpoints
-
+ Memory Map
-
+ SEH
-
+ Favourite Toolbox
-
+ Command:
-
+ Ready
-
-
-
-
-
-
+
+
+
+
+
+ LanguagesNgôn ngữ
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running
-
+ &Exit
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open fileMở tệp
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ DisassemblyDisassembly
-
+ DumpDump
-
+ StackStack
-
+ Enter expression to run to...
-
-
+
+ Error!Lỗi!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.
-
+ Animate command
-
+ Example: StepInto
-
+ Customize Menus
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands
@@ -15625,12 +15636,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ CloseĐóng
@@ -18452,51 +18463,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!
-
+ Failed to check for updates
-
+ Error!Lỗi!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
-
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_zh_CN.ts b/x64dbg_zh_CN.ts
index 7c90b0d..7f14dbe 100644
--- a/x64dbg_zh_CN.ts
+++ b/x64dbg_zh_CN.ts
@@ -12951,7 +12951,7 @@ Do you want to continue rendering this graph?
-
+ &File文件(&F)
@@ -12981,1432 +12981,1443 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files最近打开文件(&R)
-
+ Database数据库
-
+ &View视图(&V)
-
+ &Debug调试(&D)
-
+ Advanced高级
-
+ &Help帮助(&H)
-
-
-
-
+
+
+
+ &Plugins插件(&P)
-
+ &Options选项(&O)
-
-
+
+ &Theme主题(&T)
-
+ Favour&ites收藏夹(&I)
-
+ Traci&ng跟踪(&N)
-
+ Trace &coverage代码覆盖(&C)
-
+ Toolbar工具栏
-
+ CommandBar命令栏
-
+ &Open打开(&O)
-
+ Run the file and start debugging.运行文件并开始调试。
-
+ E&xit退出(&X)
-
+ Exit x64dbg.退出 x64dbg。
-
+ &Run运行(&R)
-
+ Run the debuggee or restart debugging.运行被调试程序或重新调试。
-
+ &Pause暂停(&P)
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.暂停运行被调试程序以进行调试,或停止自动步进。
-
+ Re&start重新运行(&S)
-
+ Stop the debuggee and restart it, or restart the last debugged file.停止调试并重新启动调试,或重新启动上次的被调试程序。
-
+ &Close结束(&C)
-
+ Terminate the debuggee and stop debugging.终止被调试进程,停止调试。
-
+ Step &into步进(&I)
-
+ Execute a single instruction执行一条指令
-
+ Step &over步过(&O)
-
+ Execute a single instruction without entering the CALL instruction执行一条指令但不跟进 CALL 指令
-
+ Co&mmand命令(&M)
-
+ Focus on the command bar激活命令栏
-
+ E&xecute till return运行到返回(&X)
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.步过到 RET 指令将被执行,堆栈指针小于或等于当前值。
-
+ &Memory Map内存布局(&M)
-
+ Show the Memory Map tab.显示内存布局选项卡。
-
+ &Log Window日志窗口(&L)
-
+ Show the Log tab.显示日志标签页。
-
+ &About关于(&A)
-
+ Display information about x64dbg显示 x64dbg 相关信息
-
+ ScyllaScylla
-
+ &Breakpoints断点(&B)
-
+ Show the Breakpoints tab.显示断点标签页。
-
+ Step into (pass all exceptions)步进(无视所有异常)
-
+ Execute a single instruction, pass exceptions to the debuggee.执行单个指令,跳过所有传给被调试进程的异常。
-
+ Step over (pass all exceptions)步过(无视所有异常)
-
+ Run (pass all exceptions)运行(无视所有异常)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.运行被调试进程并跳过所有传给被调试进程的异常而不暂停。
-
+ Execute till return (pass all exceptions)运行到返回(无视所有异常)
-
+ &Script脚本(&S)
-
-
+
+ Script脚本
-
+ Show the Script tab.显示脚本标签页。
-
+ Run &until selection运行到选区(&U)
-
+ Run until selection运行到选区
-
+ Put a breakpoint on selection and run the debuggee.放置断点到光标后运行被调试程序。
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.显示 CPU 标签以显示反汇编。
-
+ Symbol &Info符号信息(&I)
-
+ Symbol Info符号信息
-
+ Show the Symbols tab.显示符号标签页。
-
+ &References引用(&R)
-
-
+
+ References引用
-
+ Show the References tab.显示引用标签页。
-
+ &Threads线程(&T)
-
-
+
+ Threads线程
-
+ Show the Threads tab.显示线程标签页。
-
+ &Preferences选项(&P)
-
+ Preferences选项
-
+ Opem the Preferences dialog.打开选项对话框。
-
+ &Find Strings搜索字符串(&S)
-
+ Find Strings搜索字符串
-
+ Find possible strings in the current module. Equivalent command "strref"在当前模块内查找可能的字符串,等价于命令“strref”
-
+ &Appearance外观(&A)
-
+ Open the Appearance dialog to adjust color and font settings.打开外观对话框以调整颜色和字体设置。
-
-
+
+ Find Intermodular Calls搜索跨模块调用
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"在当前模块中查找跨模块调用,等价于命令“modcallfind”
-
+ Patch file...补丁...
-
+ Patches补丁
-
+ Open the patch dialog.打开补丁对话框。
-
+ Comments注释
-
+ Show a list of comments. Equivalent command "commentlist"显示注释列表。等于命令“commentlist”。
-
+ Labels标签
-
+ Show a list of labels. Equivalent command "labellist"显示标签列表。等于命令“labellist”。
-
+ Bookmarks书签
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"显示书签列表。等于命令“bookmarklist”。
-
+ Functions函数
-
+ Show a list of functions. Equivalent command "functionlist"显示函数列表。等于命令“functionlist”。
-
+ Check for &Updates检查更新(&U)
-
+ Connect to Github to check for updates连接到 Github 以检查更新
-
-
-
+
+
+ Call Stack调用堆栈
-
+ Show the Call Stack tab.显示调用堆栈标签页。
-
+ Hotkeys快捷键
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.打开快捷键对话框以自定义键盘快捷键。
-
+ &Donate捐赠(&D)
-
-
+
+ Donate捐赠
-
+ Open https://donate.x64dbg.com打开 https://donate.x64dbg.com
-
+ Calculator计算器
-
+ Open the Calculator dialog.打开计算器对话框。
-
-
+
+ Attach附加
-
+ Attach the debugger to a process to debug it.将调试器附加到进程来开始调试。
-
-
+
+ Detach脱离
-
+ Detach from the debuggee so that it continues running without being debugged.脱离被调试程序,让它不被调试继续运行。
-
+ Change Command &Line改变命令行(&L)
-
+ Set the command line of the debuggee.设置被调试程序的命令行。
-
-
+
+ Skip next instruction跳过下一指令
-
+ Topmost窗口置顶
-
+ Topmost Window窗口置顶
-
+ Make x64dbg topmost将x64dbg置顶
-
+ &Report Bug报告Bug(&B)
-
-
+
+ Report Bug报告Bug
-
+ Open https://report.x64dbg.com打开 https://report.x64dbg.com
-
+ &Source源代码(&S)
-
-
+
+ Source源代码
-
+ Show the Source tab.显示源代码标签页。
-
+ &Manual用户手册(&M)
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com打开 CHM 手册或 https://help.x64dbg.com 上的在线手册
-
+ &FAQ&FAQ
-
+ FAQFAQ
-
+ Open https://faq.x64dbg.com打开 https://faq.x64dbg.com
-
+ SEH ChainSEH链
-
-
+
+ Hide debugger (PEB)隐藏调试器 (PEB)
-
+ Modifies the PEB to hide debugger.修改 PEB 以隐藏调试器。
-
-
+
+ Reload style.css重新载入 style.css
-
+ Read style.css from disk to apply theme changes.从磁盘读取style.css来应用主题更改。
-
-
+
+ Notes笔记
-
+ Show the Notes tab.显示笔记标签页。
-
-
+
+ Handles句柄
-
+ Show the Handles tab.显示句柄标签页。
-
-
-
+
+
+ Trace over...步过直到条件满足...
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"步过直到一个条件变为真,并且在追踪时可以记录和执行命令。等于命令“tocnd”。
-
-
-
+
+
+ Trace into...步进直到条件满足...
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"步进直到一个条件变为真,并且在追踪时可以记录和执行命令。等于命令“ticnd”。
-
+ Bit位
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)启用1比特代码覆盖(指令是否被执行)
-
+ Byte1字节
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.启用1字节代码覆盖记录指令执行次数
-
+ Word2字节
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.启用2字节代码覆盖记录指令执行次数
-
+ Step into until reaching uncovered code步进至未覆盖的代码
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"步进并追踪直到当前指令未曾被执行过,等价于命令“tibt”
-
+ Step over until reaching uncovered code步过至未覆盖的代码
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"步过并追踪直到当前指令未曾被执行过,等价于命令“tobt”
-
+ Step into until reaching covered code步进至已覆盖的代码
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"步进并追踪直到当前指令已经被执行过,等价于命令“tiit”
-
+ Step over until reaching covered code步过至已覆盖的代码
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"步过并追踪直到当前指令已经被执行过,等价于命令“toit”
-
+ Disable禁用
-
+ Disable trace coverage禁用代码覆盖
-
+ Run to &user code运行到用户代码(&U)
-
+ Trace over until user code would be executed.步过并追踪直到用户代码将被执行。
-
+ Run until e&xpression运行到表达式(&X)
-
+ Undo last instruction撤销上个指令
-
-
+
+ Generate crash dump生成故障转储
-
-
+
+ &Manage Favourite Tools...管理收藏工具(&M)...
-
+ Step over (source)步过 (源代码)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"执行源代码内的单行而不进入子程序内,等价于“TraceOverConditional src.line(cip) && !src.disp(cip)”
-
+ Step into (source)步进 (源代码)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"执行单行源代码,等价于“TraceIntoConditional src.line(cip) && !src.disp(cip)”
-
+ &Graph流程图(&G)
-
+ Show the CPU tab and switch to Graph mode.显示 CPU 菜单栏并切换至图形模式。
-
+ Step into (swallow exception)步进(无视异常)
-
+ Step over (swallow exception)步过(无视异常)
-
+ Run (swallow exception)运行(无视异常)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.执行被调试进程并忽略所有异常,使得被调试进程不处理异常。
-
-
+
+ Blog博客
-
+ Open https://blog.x64dbg.com打开 https://blog.x64dbg.com
-
+ Animate into自动步进
-
+ Execute the step into command at a fixed pace以固定速度运行步进命令
-
+ Animate over自动步过
-
+ Execute the step over command at a fixed pace以固定速度运行步过命令
-
+ Animate command...自动运行命令...
-
+ Execute a command at a fixed pace以固定速度运行命令
-
+ System breakpoint scripts系统断点脚本
-
+ Set the script file to run automatically when the system breakpoint is reached.设置当运行到系统断点时自动运行的脚本文件。
-
+ Import settings...导入设置...
-
+ Import settings from an external file从外部文件导入设置
-
+ Customize menus自定义菜单
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.打开自定义菜单对话框,将不经常使用的菜单项隐藏到“更多命令”子菜单中。
-
+ &Import database导入数据库(&I)
-
+ Open an external database file to import data.打开外部数据库文件导入数据。
-
+ &Export database导出数据库(&E)
-
+ Previous Tab上一页
-
+ Show the tab on the left.显示左侧的标签页。
-
+ Next Tab下一页
-
+ Show the tab on the right.显示右侧的标签页。
-
+ Previous View上一个视图
-
+ Show the tab history popup window and select more recently used tab.显示标签页历史窗口并选择最近使用的标签页。
-
+ Next View下一个视图
-
+ Show the tab history popup window and select previously viewed tab.显示标签历史窗口并选择更旧的标签页。
-
+ Hide Tab隐藏页面
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.隐藏当前标签页。可以从视图菜单重新打开被隐藏的标签页。
-
+ &Variables变量(&V)
-
+ Show a list of x64dbg variables. Equivalent command "varlist"显示x64dbg变量列表。等效命令“varlist”
-
+ Restart as Admin以管理员身份重新启动
-
+ Restart x64dbg under Administrator privilege.以管理员权限重启 x64dbg。
-
+ Plugins插件
-
+ Open https://plugins.x64dbg.com打开 https://plugins.x64dbg.com
-
-
+
+ Trace跟踪
-
+ Show the Trace tab.显示跟踪标签页。
-
+ Modules模块
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.显示符号标签页。注意模块列表在符号标签页内。
-
+ &Default默认(&D)
-
+ &Save database保存数据库(&S)
-
+ Save all data. The database will be automatically saved when debugging is stopped.保存所有数据。当调试停止时,数据库将自动保存。
-
+ Re&load database重新载入数据库(&L)
-
+ Discard all modifications and read all data from disk.放弃所有修改并从磁盘读取所有数据。
-
+ &Restore backup database还原备份数据库(&R)
-
+ Read data from the backup database to recover from database corruption.从备份数据库读取数据以恢复数据库损坏。
-
+ &Clear database清空数据库(&C)
-
+ Clear all data.清除全部数据。
-
+ About Qt关于 Qt
-
+ Display information about Qt显示 Qt 相关信息
-
+ Mnemonic Help指令帮助
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".输出有关汇编指令的详细的帮助信息到日志。等价于命令“mnemonichelp 名称”。
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error错误
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]%1 [管理员]
-
+ Log日志
-
+ Symbols符号
-
+ Breakpoints断点
-
+ Memory Map内存布局
-
+ SEHSEH链
-
+ Favourite Toolbox收藏工具箱
-
+ Command: 命令:
-
+ Ready就绪
-
-
-
-
-
-
+
+
+
+
+
+ Languages语言
-
+ Dark深色
-
+ Always stop the debuggee and exit总是停止被调试程序并退出
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?被调试程序还在运行,如果退出,被调试程序也将终止。你想要做什么?
-
+ Debuggee is still running调试对象仍在运行
-
+ &Exit退出(&E)
-
+ Stop the debuggee and exit x64dbg.停止被调试程序,并退出 x64dbg。
-
+ &Detach and exit脱离并退出(&D)
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.脱离调试器(被调试程序继续运行)并退出 x64dbg。
-
+ &Restart debugging重新调试(&R)
-
+ Restart the debuggee and keep x64dbg open.重新启动被调试程序,x64dbg仍然打开。
-
+ &Continue debugging继续调试(&C)
-
+ Close this dialog and continue where you left off.关闭此对话框,继续调试。
-
-
+
+ Unsupported system不受支持的系统
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.你正在 ARM64 模拟下运行x64dbg 。 <b>此系统不被 x64dbg 支持,并将导致意外行为。</b> 在此环境中分析恶意软件是危险的,您应该改用真实的 Intel/AMD CPU。<br><br>了解更多信息,请参阅 <a href="%1">FAQ</a>。
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.您正在一个不支持的操作系统版本上运行 x64dbg。 <b>未来的更新版本将完全停止在此系统上运行。</b><br><br>了解更多信息,请参阅官方 <a href="%1">公告</a>。
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.运行时无法启动跟踪,请先暂停。
-
-
+
+ Open file打开文件
-
+ Executables (*.exe *.dll);;All files (*.*)可执行文件 (*.exe *.dll);;所有文件 (*.*)
-
+ Disassembly反汇编
-
+ Dump内存窗口
-
+ Stack堆栈
-
+ Enter expression to run to...请输入要运行到的表达式...
-
-
+
+ Error!错误!
-
+ Patches can only be shown while debugging...只能在调试时显示补丁……
-
+ All the money will go to x64dbg development.所有捐款都将用于赞助x64dbg的开发。
-
+ You will visit x64dbg's official blog.您将打开 x64dbg 的官方博客。
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.您将会进入报告Bug的网站。记得尽可能填写最多信息。
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?此操作将使调试器崩溃并生成故障转储。你将失去你所有未保存的数据。你真的想要继续吗?
-
+ Have fun debugging the debugger!祝您调试调试器愉快!
-
+ Debugger detected!发现调试器!
-
+ Mnemonic help指令帮助
-
+ Change Command Line改变命令行
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.无法获得调试对象的命令行,请尝试调用“getcmdline”命令来获得更多信息。
-
+ Could not set command line!无法设置命令行!
-
+ New command line: 新的命令行︰
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.不能打开手册。请检查 x64dbg.chm 是否存在,并确保您的系统没有其他问题。
-
+ Do you want to open online manual at https://help.x64dbg.com ?您想在 https://help.x64dbg.com 上打开在线手册吗?
-
+ Open the Favourites dialog to manage the favourites menu打开收藏夹对话框来管理收藏夹菜单
-
+ Starting tool %1
正在启动工具 %1
-
+ The translation is nearly empty. Do you still want to use this language?翻译几乎是空的。你仍然想要使用这种语言吗?
-
+ New language setting will take effect upon restart.新的语言设置将在重新启动应用程序时生效。
-
+ Animate command自动运行命令
-
+ Example: StepInto例如: StepInto
-
+ Customize Menus自定义菜单
-
+ Settings (*.ini);;All files (*.*)配置文件 (*.ini);;所有文件 (*.*)
-
+ Import database导入数据库
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)数据库(%1);数据库备份(%1.bak);所有文件 (*.*)
-
+ Export database导出数据库
-
+ Databases (%1);;All files (*.*)数据库 (%1);;所有文件 (*.*)
-
-
+
+ More Commands更多命令
@@ -15963,12 +15974,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close结束
@@ -18794,51 +18805,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
正在检查更新......
-
+ Network Error!网络错误!
-
+ Failed to check for updates检查更新失败
-
+ Error!错误!
-
+ File on server could not be parsed...无法解析服务器上的文件……
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- 新版本 %1 已经发布!<br>立即<a href="%2">下载</a><br><br>您现在正在使用版本 %3
-
-
-
+ You have a development build (%1) of x64dbg!您正在使用开发版(%1) 的x64dbg
-
+ You have the latest build (%1) of x64dbg!你有最新的版本 (%1) 的 x64dbg!
-
+ Information温馨提示
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog
diff --git a/x64dbg_zh_TW.ts b/x64dbg_zh_TW.ts
index 18396fb..9937e17 100644
--- a/x64dbg_zh_TW.ts
+++ b/x64dbg_zh_TW.ts
@@ -12754,7 +12754,7 @@ Do you want to continue rendering this graph?
-
+ &File檔案(&F)
@@ -12784,1431 +12784,1442 @@ Do you want to continue rendering this graph?
x64dbg
-
+ &Recent Files最近使用的檔案(&R)
-
+ Database資料庫
-
+ &View檢視(&V)
-
+ &Debug除錯(&D)
-
+ Advanced進階
-
+ &Help幫助(&H)
-
-
-
-
+
+
+
+ &Plugins外掛程式(&P)
-
+ &Options選項(&O)
-
-
+
+ &Theme主題(&T)
-
+ Favour&ites最愛(&I)
-
+ Traci&ng追蹤(&N)
-
+ Trace &coverage
-
+ Toolbar工具列
-
+ CommandBar命令列
-
+ &Open開啟(&O)
-
+ Run the file and start debugging.
-
+ E&xit離開(&x)
-
+ Exit x64dbg.離開 x64dbg。
-
+ &Run執行(&R)
-
+ Run the debuggee or restart debugging.
-
+ &Pause暫停(&P)
-
+ Pause the execution of debuggee to debug it, or stop animate into/animate over.
-
+ Re&start重新啟動(&S)
-
+ Stop the debuggee and restart it, or restart the last debugged file.
-
+ &Close關閉(&C)
-
+ Terminate the debuggee and stop debugging.
-
+ Step &into單步步入 (&I)
-
+ Execute a single instruction
-
+ Step &over單步步過(&O)
-
+ Execute a single instruction without entering the CALL instruction
-
+ Co&mmand指令(&M)
-
+ Focus on the command bar
-
+ E&xecute till return執行到返回(&x)
-
+ Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.
-
+ &Memory Map記憶體映射(&M)
-
+ Show the Memory Map tab.
-
+ &Log Window日誌視窗 (&L)
-
+ Show the Log tab.
-
+ &About關於(&A)
-
+ Display information about x64dbg
-
+ ScyllaScylla
-
+ &Breakpoints中斷點(&B)
-
+ Show the Breakpoints tab.
-
+ Step into (pass all exceptions)
-
+ Execute a single instruction, pass exceptions to the debuggee.
-
+ Step over (pass all exceptions)
-
+ Run (pass all exceptions)
-
+ Run the debuggee and pass all exceptions to the debuggee without pausing.
-
+ Execute till return (pass all exceptions)
-
+ &Script腳本(&S)
-
-
+
+ Script腳本
-
+ Show the Script tab.
-
+ Run &until selection執行到選取處(&U)
-
+ Run until selection執行到選取處
-
+ Put a breakpoint on selection and run the debuggee.
-
+ &CPU&CPU
-
-
+
+ CPUCPU
-
+ Show the CPU tab to display the disassembly.
-
+ Symbol &Info符號資訊(&I)
-
+ Symbol Info符號資訊
-
+ Show the Symbols tab.
-
+ &References引用(&R)
-
-
+
+ References引用
-
+ Show the References tab.
-
+ &Threads執行緒(&T)
-
-
+
+ Threads執行緒
-
+ Show the Threads tab.
-
+ &Preferences偏好設定(&P)
-
+ Preferences偏好設定
-
+ Opem the Preferences dialog.
-
+ &Find Strings尋找字串(&F)
-
+ Find Strings尋找字串
-
+ Find possible strings in the current module. Equivalent command "strref"
-
+ &Appearance外觀(&A)
-
+ Open the Appearance dialog to adjust color and font settings.
-
-
+
+ Find Intermodular Calls搜尋跨模組呼叫
-
+ Find intermodular calls in the current module. Equivalent command "modcallfind"
-
+ Patch file...修補程式檔...
-
+ Patches修補程式
-
+ Open the patch dialog.
-
+ Comments註解
-
+ Show a list of comments. Equivalent command "commentlist"
-
+ Labels標籤
-
+ Show a list of labels. Equivalent command "labellist"
-
+ Bookmarks書籤
-
+ Show a list of bookmarks. Equivalent command "bookmarklist"
-
+ Functions函數
-
+ Show a list of functions. Equivalent command "functionlist"
-
+ Check for &Updates檢查更新(&U)
-
+ Connect to Github to check for updates
-
-
-
+
+
+ Call Stack呼叫堆疊
-
+ Show the Call Stack tab.
-
+ Hotkeys熱鍵
-
+ Open the Hotkeys dialog to customize keyboard hotkeys.
-
+ &Donate捐贈(&D)
-
-
+
+ Donate捐贈
-
+ Open https://donate.x64dbg.com打開https://donate.x64dbg.com
-
+ Calculator計算機
-
+ Open the Calculator dialog.
-
-
+
+ Attach附加
-
+ Attach the debugger to a process to debug it.
-
-
+
+ Detach分離
-
+ Detach from the debuggee so that it continues running without being debugged.
-
+ Change Command &Line更改命令列(&L)
-
+ Set the command line of the debuggee.
-
-
+
+ Skip next instruction跳過下一行指令
-
+ Topmost最上層顯示
-
+ Topmost Window最上層顯示
-
+ Make x64dbg topmost
-
+ &Report Bug回報發現的錯誤(&R)
-
-
+
+ Report Bug回報 Bug
-
+ Open https://report.x64dbg.com打開https://report.x64dbg.com
-
+ &Source原始碼(&S)
-
-
+
+ Source原始碼
-
+ Show the Source tab.
-
+ &Manual手冊(&M)
-
+ Open the CHM manual or online documentation at https://help.x64dbg.com
-
+ &FAQ常見問題(&F)
-
+ FAQ常見問題
-
+ Open https://faq.x64dbg.com打開https://faq.x64dbg.com
-
+ SEH ChainSEH 鏈
-
-
+
+ Hide debugger (PEB)隱藏除錯器 (PEB)
-
+ Modifies the PEB to hide debugger.
-
-
+
+ Reload style.css重新載入 style.css
-
+ Read style.css from disk to apply theme changes.
-
-
+
+ Notes筆記
-
+ Show the Notes tab.
-
-
+
+ HandlesHandles
-
+ Show the Handles tab.
-
-
-
+
+
+ Trace over...跟蹤步過
-
+ Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd"
-
-
-
+
+
+ Trace into...跟蹤步入
-
+ Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd"
-
+ Bit位元
-
+ Enable trace coverage with 1 bit (whether an instruction was executed or not)
-
+ Byte位元組
-
+ Enable trace coverage with 1 byte to record how many times an instruction has been executed.
-
+ Word字組
-
+ Enable trace coverage with 1 word to record how many times an instruction has been executed.
-
+ Step into until reaching uncovered code
-
+ Step into until reaching an instruction that was not covered before. Equivalent command "tibt"
-
+ Step over until reaching uncovered code
-
+ Step over until reaching an instruction that was not covered before. Equivalent command "tobt"
-
+ Step into until reaching covered code
-
+ Step into until reaching an instruction that has been covered before. Equivalent command "tiit"
-
+ Step over until reaching covered code
-
+ Step over until reaching an instruction that has been covered before. Equivalent command "toit"
-
+ Disable停用
-
+ Disable trace coverage
-
+ Run to &user code執行到使用者代碼(&U)
-
+ Trace over until user code would be executed.
-
+ Run until e&xpression
-
+ Undo last instruction復原上一個動作
-
-
+
+ Generate crash dump生成損毀傾印
-
-
+
+ &Manage Favourite Tools...管理我的最愛(&M)...
-
+ Step over (source)單步步過 (source)
-
+ Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)"
-
+ Step into (source)單步步入 (source)
-
+ Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)"
-
+ &Graph圖形(&G)
-
+ Show the CPU tab and switch to Graph mode.
-
+ Step into (swallow exception)單步步入 (忽略例外)
-
+ Step over (swallow exception)單步步過 (忽略例外)
-
+ Run (swallow exception)執行 (忽略例外)
-
+ Run the debuggee and ignore all exceptions so the debuggee will not process the exception.
-
-
+
+ Blog網誌
-
+ Open https://blog.x64dbg.com打開https://blog.x64dbg.com
-
+ Animate into自動步入
-
+ Execute the step into command at a fixed pace
-
+ Animate over自動步過
-
+ Execute the step over command at a fixed pace
-
+ Animate command...自動執行命令...
-
+ Execute a command at a fixed pace
-
+ System breakpoint scripts系統中斷點腳本
-
+ Set the script file to run automatically when the system breakpoint is reached.
-
+ Import settings...匯入設定...
-
+ Import settings from an external file
-
+ Customize menus自訂功能表
-
+ Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu.
-
+ &Import database匯入資料庫(&I)
-
+ Open an external database file to import data.
-
+ &Export database匯出資料庫(&E)
-
+ Previous Tab前一個分頁
-
+ Show the tab on the left.
-
+ Next Tab下一個分頁
-
+ Show the tab on the right.
-
+ Previous View前一個視圖
-
+ Show the tab history popup window and select more recently used tab.
-
+ Next View後一個視圖
-
+ Show the tab history popup window and select previously viewed tab.
-
+ Hide Tab隱藏分頁欄
-
+ Hide the current tab. The hidden tab can be reopened from the View menu.
-
+ &Variables變數(&V)
-
+ Show a list of x64dbg variables. Equivalent command "varlist"
-
+ Restart as Admin以管理員身份重新執行
-
+ Restart x64dbg under Administrator privilege.
-
+ Plugins外掛
-
+ Open https://plugins.x64dbg.com打開https://plugins.x64dbg.com
-
-
+
+ Trace追蹤
-
+ Show the Trace tab.
-
+ Modules模組
-
+ Show the Symbols tab. Note that the Modules list is in the symbols tab.
-
+ &Default預設(&D)
-
+ &Save database保存資料庫(&S)
-
+ Save all data. The database will be automatically saved when debugging is stopped.
-
+ Re&load database重新載入資料庫(&L)
-
+ Discard all modifications and read all data from disk.
-
+ &Restore backup database
-
+ Read data from the backup database to recover from database corruption.
-
+ &Clear database清除資料庫(&C)
-
+ Clear all data.
-
+ About Qt關於Qt
-
+ Display information about Qt顯示 Qt 相關資訊
-
+ Mnemonic Help
-
+ Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name".
+
+
+ Release Notes
+
+
-
-
-
+
+
+
+ Error錯誤
-
+ %1 (%2)%1 (%2)
-
+ %1 [Elevated]
-
+ Log日誌
-
+ Symbols符號
-
+ Breakpoints中斷點
-
+ Memory Map記憶體映射
-
+ SEHSEH鏈
-
+ Favourite Toolbox
-
+ Command: 命令:
-
+ Ready已就緒
-
-
-
-
-
-
+
+
+
+
+
+ Languages語言
-
+ Dark
-
+ Always stop the debuggee and exit
-
+ The debuggee is still running and will be terminated if you exit. What do you want to do?
-
+ Debuggee is still running被除錯程式仍在執行
-
+ &Exit離開(&E)
-
+ Stop the debuggee and exit x64dbg.
-
+ &Detach and exit分離並退出(&D)
-
+ Detach from the debuggee (leaving it running) and exit x64dbg.
-
+ &Restart debugging重新開始除錯(&R)
-
+ Restart the debuggee and keep x64dbg open.
-
+ &Continue debugging
-
+ Close this dialog and continue where you left off.
-
-
+
+ Unsupported system
-
+ You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>.
-
+ You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>.
-
-
+
+ Release notes are not available, see <a href="%1">%2</a> for the latest updates.
+
+
+
+
+ Cannot start a trace when running, pause execution first.
-
-
+
+ Open file開啟檔案
-
+ Executables (*.exe *.dll);;All files (*.*)
-
+ Disassembly反組譯
-
+ Dump資料視窗
-
+ Stack堆疊
-
+ Enter expression to run to...
-
-
+
+ Error!錯誤!
-
+ Patches can only be shown while debugging...
-
+ All the money will go to x64dbg development.
-
+ You will visit x64dbg's official blog.您將進入 x64dbg 的官方網誌。
-
+ You will be taken to a website where you can report a bug.
Make sure to fill in as much information as possible.
-
+ This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue?
-
+ Have fun debugging the debugger!
-
+ Debugger detected!
-
+ Mnemonic help
-
+ Change Command Line更改命令列
-
+ Cannot get remote command line, use the 'getcmdline' command for more information.
-
+ Could not set command line!
-
+ New command line: 新的命令列:
-
+ Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system.
-
+ Do you want to open online manual at https://help.x64dbg.com ?
-
+ Open the Favourites dialog to manage the favourites menu
-
+ Starting tool %1
-
+ The translation is nearly empty. Do you still want to use this language?
-
+ New language setting will take effect upon restart.新的語言設置將在重新啟動軟體時生效。
-
+ Animate command自動執行命令
-
+ Example: StepInto範例:StepInto
-
+ Customize Menus自訂功能表
-
+ Settings (*.ini);;All files (*.*)
-
+ Import database匯入資料庫
-
+ Databases (%1);;Database backup (%1.bak);;All files (*.*)
-
+ Export database匯出資料庫
-
+ Databases (%1);;All files (*.*)
-
-
+
+ More Commands更多命令
@@ -15756,12 +15767,12 @@ The TEB can be used to get a lot of information on the process without calling W
ReleaseNotesDialog
-
+ Release Notes
-
+ Close關閉
@@ -18583,51 +18594,51 @@ This could introduce unexpected behaviour to your debugging session...
UpdateChecker
-
+ Checking for updates...
-
+ Network Error!網路錯誤!
-
+ Failed to check for updates
-
+ Error!錯誤!
-
+ File on server could not be parsed...
-
- New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3
- 新版本 %1 已發佈!<br>立即<a href="%2">下載</a><br><br>您現在正在使用版本 %3
-
-
-
+ You have a development build (%1) of x64dbg!
-
+ You have the latest build (%1) of x64dbg!
-
+ Information訊息
+
+
+ <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p>
+
+ VirtualModDialog