Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

in ClipView.s, add Rearrange from one column to one or more rows/from one or more rows to one column by spacing

25 views
Skip to first unread message

zhong zhao

unread,
Jan 24, 2025, 9:13:30 PMJan 24
to SemWare TSE Pro text editor
tmp3.jpg
tmp.jpg
tmp1.jpg
tmp2.jpg

ClipView.s

S.E. Mitchell

unread,
Jan 25, 2025, 12:18:01 PMJan 25
to sem...@googlegroups.com
It looks interesting.  However, not 100% sure what everything does.
Can you give me some documentation?
Thanks!

--

---
You received this message because you are subscribed to the Google Groups "SemWare TSE Pro text editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semware+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/semware/e13af9fb-576e-4921-af8b-61ba8bc32b01n%40googlegroups.com.

zhong zhao

unread,
Jan 25, 2025, 6:49:15 PMJan 25
to SemWare TSE Pro text editor
When disassembling data structures such as struct, class, or switch case table in executable files written in C++, the layout of byte sequences in the resulting file often does not meet expectations. This requires rearranging these byte sequences in a column to one or more rows/rows to one column with space intervals.
for example:
COLORREF loc_443F20
.data:00443F20 00
.data:00443F21 00
.data:00443F22 80
.data:00443F23 00
.data:00443F24 00
.data:00443F25 80
.data:00443F26 00
.data:00443F27 00
.data:00443F28 00
.data:00443F29 80
.data:00443F2A 80
.data:00443F2B 00
need rearranged:
COLORREF loc_443F20
.data:00443F20 00 00 80 00
.data:00443F24 00 80 00 00
.data:00443F28 00 80 80 00

zhong zhao

unread,
Jan 25, 2025, 7:04:53 PMJan 25
to SemWare TSE Pro text editor
In my ClipView.s above, I have added function ReArrange() to toggle  the arrangement of current clipboard between  
a column to one or more rows
and
one or more rows to one column.

Reply all
Reply to author
Forward
0 new messages