dpawlik0045 is now known as dpawlik
hanetzer has quit [Ping timeout: 260 seconds]
hanetzer has joined #titandev
hanetzer has joined #titandev
hanetzer has quit [Changing host]
hanetzer has quit [Ping timeout: 260 seconds]
hanetzer has joined #titandev
hanetzer has joined #titandev
hanetzer has quit [Changing host]
hanetzer has quit [Ping timeout: 260 seconds]
hanetzer has joined #titandev
hanetzer has joined #titandev
hanetzer has quit [Changing host]
hanetzer has quit [Remote host closed the connection]
hanetzer has joined #titandev
hanetzer has joined #titandev
hanetzer has quit [Changing host]
hanetzer has quit [Read error: Connection reset by peer]
hanetzer has joined #titandev
hanetzer1 has joined #titandev
hanetzer has quit [Killed (NickServ (GHOST command used by hanetzer1!~hanetzer@172.58.97.69))]
hanetzer1 has joined #titandev
hanetzer1 has quit [Changing host]
hanetzer1 is now known as hanetzer
hanetzer has quit [Quit: WeeChat 3.2]
<
LuK1337>
for the first time ever i actually dumped kmsg from crashdump
<
LuK1337>
./edl.py memorydump works
<
LuK1337>
tho somehow KMSG.txt is shit
<
LuK1337>
so had to look at strings in DDRCS0_0.BIN
<
luca020400>
afaik it uses kernel symbols
<
LuK1337>
so it's not just broken?
<
luca020400>
indeed
<
LuK1337>
hexdump KMSG.txt
<
LuK1337>
0000000 ffbf ffff ffff ffff ffff ffff ffff ffff
<
LuK1337>
0000010 ffff ffff ffff ffff ffff ffff ffff ffff
<
LuK1337>
003fff0 ffff ffff
<
luca020400>
well maybe not
<
LuK1337>
idk about you
<
LuK1337>
but that doesn't seem like kernel symbols
<
LuK1337>
idk, still it was useful
<
LuK1337>
because it pointed out crash at strcmp
<
LuK1337>
just not as nice as i hoped it to be
<
luca020400>
can't find the blog post about it anymore
<
luca020400>
it explained to how get symbols and shit to work with it
<
LuK1337>
luca020400: did you know you can do [slice(start, end, step)] instead of [start:end:step]?
<
luca020400>
is that that different
<
LuK1337>
no, it works exactly the same
<
LuK1337>
just syntax is different
<
LuK1337>
used it here
<
LuK1337>
since i thought that i may as well use dict_item_or_fail() for everything that comes from twitter
<
LuK1337>
obviously i can't pass :-2
<
LuK1337>
but i can pass slice(None, -2)
<
luca020400>
line 82
<
luca020400>
random -2?
<
LuK1337>
not random
<
LuK1337>
i want the second last element
<
luca020400>
what happens if you pass ":-2"
<
luca020400>
as string
<
LuK1337>
then it fails
<
LuK1337>
because it's not going to eval it...
<
luca020400>
ah right
<
luca020400>
then this is good
<
luca020400>
will be handy, if ever
<
LuK1337>
because i'm not using public developer api
<
luca020400>
also why None instead of 0?
<
LuK1337>
no reason
<
luca020400>
kk just seemed weird to me
<
LuK1337>
i just converted :-2 to None since i didn't specify start
<
LuK1337>
the main reason for that was that my telegram stderr channel
<
LuK1337>
kept getting logs that didn't explain shit
<
LuK1337>
so i didn't know if it was random fail or somethig actually changed
<
luca020400>
I have no idea what you need it for, but if it helps \o/
<
LuK1337>
for dumping list of people that i follow
<
LuK1337>
since a lot of them get suspended
<
luca020400>
ah lol
<
LuK1337>
or delete their accounts
<
LuK1337>
plus in case i get banned on twitter for the third time
<
LuK1337>
if you were ever wondering
<
LuK1337>
how i suddenly disappeared in february
<
luca020400>
what did you do?
<
luca020400>
do I even follow you? because I used to mute you
<
LuK1337>
you follow my safe account
<
luca020400>
makes sense, used to follow the other one before
<
LuK1337>
in february twitter basically banned a lot of edgy accounts
<
luca020400>
I think
<
LuK1337>
and anyone who somewhat interacted with them
<
LuK1337>
even by liking their content
<
luca020400>
there's quite a few luk1337 now
<
LuK1337>
so after i got banned on that one
<
LuK1337>
i created next acc
<
LuK1337>
and that one got banned after 2 days
<
LuK1337>
then i cleared my twitter cookies etc
<
LuK1337>
and current acc is still alive
<
LuK1337>
not sure what was twitter trying to achieve by wave banning people for like 4 days
<
luca020400>
that's my 2nd account too
<
luca020400>
so \o/
<
LuK1337>
twitter support is shit too
<
LuK1337>
good luck getting them to do anything
<
luca020400>
yeah that's why I'm on 2nd
<
luca020400>
their fault
<
LuK1337>
there's a reddit guide about asking support for unsuspension
<
LuK1337>
which involves complaining on BBB of all things
_whitelogger has joined #titandev
ADASDads has joined #titandev
<
ADASDads>
JANPAWEŁ2
<
ADASDads>
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻZZ
<
ADASDads>
ZŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
<
ADASDads>
ŻŻŻŻŻŻŻŻŻŻŻŻŻ
ADASDads has quit [Client Quit]
<
LuK1337>
head memory/KMSG.txt
<
LuK1337>
[ 0.000000] Booting Linux on physical CPU 0x0
<
LuK1337>
ok i can dump KMSG now
<
LuK1337>
had to pull oneplus kernel change
<
LuK1337>
not sure not sure why
<
LuK1337>
but somehow initializing whole memory region with spaces
<
LuK1337>
makes it work properly
hanetzer has joined #titandev
hanetzer has quit [Changing host]
hanetzer has joined #titandev