Anonymous
but the main reason he had for using glog which i say is a waste of space and you can make your own with much less effort
Dima
Anonymous
is demangling + portablity
Dima
One hits other (talking about cxxabi)
Anonymous
Dima
Anonymous
cxxabi is on mingw as well
Anonymous
plus you should not have demangling inside a production executable
Anonymous
it makes it so much simpler to reverse engineer
Anonymous
if you really want it in msvc you can have an ifdef
Anonymous
and use UnDecorateSymbolName
Anonymous
and this is used in practically the same way
Anonymous
Anonymous
for example spotify
Anonymous
they remove majority of the names from their functions
Anonymous
keeping only main
Anonymous
this is for production
Dima
Lol develop-time code obfuscation xD
klimi
klimi
klimi
I did research
Anonymous
Anonymous
the one that writes NIGGER to the screen?
Dima
for example spotify
I was checking out the UE4 code lately and they simply use cxxabi with all stuff without hiding everything (well it’s open source anyways)
Dima
Anonymous
Anonymous
here
Anonymous
enjoy
Anonymous
it only works on certain ones
Dima
top kek
Anonymous
if you have an amd you need to change the offset
Dima
bitchlasagna.c
Dima
Gj
Anonymous
like the autism levels might have to change
Anonymous
Dima
this is a masterpiece
Anonymous
you also can call functions from arbitrary offsets inside the function
Anonymous
which i do in other programs
Anonymous
in these cases the whole demangling does not help
Anonymous
https://github.com/google/glog/blob/master/src/demangle.h
Anonymous
it does not even give you a correct demangling of the thing
Parra
it does not even give you a correct demangling of the thing
in any case they are for different purposes..
// An async-signal-safe and thread-safe demangler for Itanium C++ ABI
// (aka G++ V3 ABI).
// The demangler is implemented to be used in async signal handlers to
// symbolize stack traces. We cannot use libstdc++'s
// abi::__cxa_demangle() in such signal handlers since it's not async
// signal safe (it uses malloc() internally).
Anonymous
Anonymous
as you likely are exiting from the program once you have that bug
Luis José
+400 msgs on a few hours is not a good definition for "inactive group"
Anonymous
Anonymous
i have one like that
Anonymous
but a lot is a bot spamming 4chan posts as they are posted
Czar
Can any one suggest good online IDE? i am using https://ideone.com/ mostly but i am looking mostly for jupyter type notebooks similar to https://colab.research.google.com/notebooks/welcome.ipynb#recent=true
Czar
i have tried xeus-cling notebooks but not able to use same on windows
Czar
only mac/linux it works fine
Czar
also not able to find any webhosted or install in colab.research.google
S.
S.
kek true
Krithik Kumar
Could anyone help me with the output for this program,my loop is not working
klimi
Lame
Krithik Kumar
Like this..
klimi
klimi
And what is the problem
Krithik Kumar
I can be able to give only one input
Krithik Kumar
It is terminating after giving 1 input as it was supposed to take 7 inputs
klimi
Hm
klimi
Hm that's weird
klimi
Did you saved and compiled the right program,?
Krithik Kumar
Yes
S.
Krithik Kumar
klimi
Welcome
Dima
Anonymous
klimi
klimi
He gets only one for loop cycle
Anonymous
Would he run through the whole loop he would smash his stack
klimi
Walter
@shelly ...I have installed mingw as u said ...How do I compile in it??
Walter
Or anyone else who r using mingw??