mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-19 20:32:37 +00:00
e095383371
* bump configure.acr * automatize update of node_modules with make * deprecate nodejs/ (as requested by eddyb)
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
* make vapi for RRegex
|
|
* fix c++ bindings like this:
|
|
namespace Radere {
|
|
namespace Core {
|
|
class RAnalValue{
|
|
public:
|
|
RAnalValue *m_self; //No se pq li dius self, pot confondre amb el this ¿no?
|
|
};
|
|
}//ns Radare
|
|
}//ns Core
|