Post AVvDG4nB7iE461uQXA by [email protected] | |
More posts by [email protected] | |
Post #AVvA1hD9hUsj2oVk8m by [email protected] | |
0 likes, 0 repeats | |
I accidentally pasted 1,429,636 lines of text into a website's form and it … | |
Post #AVvAsm6CG5lnYFZ9hQ by [email protected] | |
0 likes, 0 repeats | |
darn. this code formatting tool can't unindent C++ code. it requires a mini… | |
Post #AVvAzrjNiWxb2uH9E0 by [email protected] | |
0 likes, 0 repeats | |
maybe this'll fix it | |
Post #AVvBFZXh6qLTGiIZEW by [email protected] | |
0 likes, 0 repeats | |
nope this appears to crash the ghidra export process and I end up with 1/3rd of… | |
Post #AVvBNDDXzrs8LUWAdc by [email protected] | |
0 likes, 0 repeats | |
32767 also crashes255 doesn't.do they have an unsigned byte max-line-length… | |
Post #AVvC6S7VR6inb2GS9Y by [email protected] | |
0 likes, 0 repeats | |
like any programmer faced with an unknown limit (even a non-binary one like mys… | |
Post #AVvDG3wiGmG5TJMWky by [email protected] | |
0 likes, 0 repeats | |
@foone how do they depend on a DECIMAL limit wtf... | |
Post #AVvDG4nB7iE461uQXA by [email protected] | |
0 likes, 0 repeats | |
@lapingvino @foone I'd bet on char buffer[10000]; | |
Post #AVvDG4rQrtd2JDtpAG by [email protected] | |
0 likes, 0 repeats | |
@galibert @lapingvino yeah. I did a quick check through the Ghidra source and d… | |
Post #AVvDu0LT4nFvt5zG64 by [email protected] | |
0 likes, 0 repeats | |
@foone having used computers in the 90s, I'm already impressed that you man… | |
Post #AVvDu0jDeUFr4l6E7M by [email protected] | |
0 likes, 0 repeats | |
@0x2ba22e11 @foone The text stored by the clipboard is allocated in the source … | |
Post #AVvDu0nTOfepHx5ckS by [email protected] | |
0 likes, 0 repeats | |
@cr1901 @0x2ba22e11 welcome to windows, where the clipboard is made up and the … | |
Post #AVvDyy6Cr43YMxDQ4O by [email protected] | |
0 likes, 0 repeats | |
@lapingvino @foone A developer building some library said “I need some value … | |
Post #AVvDyyA6cZAwZ32X9E by [email protected] | |
0 likes, 0 repeats | |
@fbartho @lapingvino unfair of them to limit the use to only sane people. The r… | |
Post #AVvHbzbRUtTyBo7r8q by [email protected] | |
0 likes, 0 repeats | |
@cr1901 @foone on windows I think it's eagerly copied out because you don&#… | |
Post #AVvHbzfhF4swP07Flw by [email protected] | |
0 likes, 0 repeats | |
@0x2ba22e11 @foone Why bother having a copy in the application and a copy in th… | |
Post #AVvHbzjwzGHucC6eP2 by [email protected] | |
0 likes, 0 repeats | |
@cr1901 @0x2ba22e11 it's worse than you imagine.When you select copy, who s… | |
Post #AVvHh6TxLcqkyO3qz2 by [email protected] | |
0 likes, 0 repeats | |
@cr1901 @0x2ba22e11 Instead all that's put onto the clipboard is a list of … | |
Post #AVvHmsCHN9QYPEXn8K by [email protected] | |
0 likes, 0 repeats | |
@cr1901 @0x2ba22e11 and when you paste, the destination application picks one o… | |
Post #AVvHrzDIiFbHcCSaEi by [email protected] | |
0 likes, 0 repeats | |
@cr1901 @0x2ba22e11 "but what if the source app has closed?"On a clea… | |
Post #AVvHxn38qnNbcwTYNk by [email protected] | |
0 likes, 0 repeats | |
@cr1901 @0x2ba22e11 But try this: Open notepad, type "hello world" in… | |
Post #AVvI66gzheGIrg59V2 by [email protected] | |
0 likes, 0 repeats | |
@foone @cr1901 bearing in mind that a single clipboard item could use most of t… | |
Post #AVvI66lxPCER74P7Ee by [email protected] | |
0 likes, 0 repeats | |
@0x2ba22e11 @cr1901 yeah, exactly. This makes sense if you consider it's de… | |
Post #AVvK2JR4a8y78YxAv2 by [email protected] | |
0 likes, 0 repeats | |
found it in the source: it's an explicit limit that's throwing an error… | |
Post #AVvWDe6lGHsjt2ciX2 by [email protected] | |
0 likes, 0 repeats | |
@foone what are you doing | |
Post #AVvWDeAf1n0858Rpbs by [email protected] | |
0 likes, 0 repeats | |
@jacksonchen666 formatting C++ code, in this case! | |
Post #AVvWDeEulyP6IKREEy by [email protected] | |
0 likes, 0 repeats | |
@foone ok that makes sense but likeWHERE DID YOU GET OVER 1 MILLION LINES OF CO… | |
Post #AVvWDeIoXTWUUQGLJo by [email protected] | |
0 likes, 0 repeats | |
@jacksonchen666 Ghidra disassembly! |