Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Remove User-defined Comments

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Game Hacking Dojo
Master Cheater
Reputation: 1

Joined: 17 Sep 2023
Posts: 250

PostPosted: Tue Dec 31, 2024 3:29 pm    Post subject: Remove User-defined Comments Reply with quote

I am sure this question has been asked but I didn't find the answer to it.

How to remove all user-defined comments in the debugger (disassembler)?
Yes, I know they are saved in the cheat table but I am waiting for a function maybe to do so.
If not I have to make the function myself

Thank you for helping
Back to top
View user's profile Send private message Visit poster's website
Game Hacking Dojo
Master Cheater
Reputation: 1

Joined: 17 Sep 2023
Posts: 250

PostPosted: Wed Jan 01, 2025 6:10 pm    Post subject: Reply with quote

I tried using the following, but it didn't help. The comments are probably saved not only to the cheat table but somewhere else as well.

Code:
local function remove_xml_content(input, tag_name)
  local open_tag = "<"..tag_name..">"
  local close_tag = "</"..tag_name..">"
  local pattern = open_tag..".*"..close_tag
  return string.gsub(input, pattern, "")
end

local stream = createStringStream()
saveTable(stream)
local stream_data = stream.DataString
stream.DataString = remove_xml_content(stream_data, "DisassemblerComments")
--writeToClipboard(stream.DataString)
loadTable(stream, false, false)
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites